1.编写报告总体框架与报告最终整理 2.取款模块
3.编写测试计划、测试分析报告并写入程序代码
-1. Preparation of the report and the report of the overall framework of the final finishing 2. Teller module 3. Preparation of test plans, test analysis report and write program code
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.000857s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.085309s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.000932s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001051s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001019s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003090s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000818s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004351s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.014449s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001233s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 109540 [ RunTime:0.046257s ]