约瑟夫环问题描述:标号为1,2,...,n的n个人按顺时针方向围坐一圈,每人持有一个密码 (正整数 ... 没办法呀,呵呵,不过我觉得你这个程序和我老师上课的时候讲的不是一样的,-Josephus Problem description : Labeling of 1,2 ,..., n n clockwise direction by individuals sitting around a circle, each holding a password (Integer is no way ... um, huh, but I think you have the procedures and the teacher in the class I talked about the not the same.
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.000801s ]
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.083459s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.000831s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001196s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000906s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003285s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000840s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003873s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.014327s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.000997s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 126081 [ RunTime:0.023882s ]