这是和“新宝莲灯”类似的源程序,也可以说是它的特别简化版。通过它我们可以学习变量的产生、接收、和执行-This is the "new Troupe" similar to the source, it can be said to be the special simplified. Through it we can learn variables produce, receive, and implementation
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001100s ]
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.215351s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001268s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001908s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001391s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.005339s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001220s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.006832s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.020269s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001340s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 126292 [ RunTime:0.189698s ]