求素数,并且保存于文本文件,并且下次执行还可以接着上次的结果继续找下去
所以总有一天你会找到最大的素数……每天就像挂Q一样挂一下这个程序就行了-Seek primes, and stored in a text file, and the next performance can also be followed by the last results continue to look down so that one day you will find the largest prime number ... ... the same day, just hanging Q hang about this program on the list ... ...
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.000955s ]
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.083435s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001042s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001211s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001063s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003304s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000876s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003683s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.023940s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001281s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 180346 [ RunTime:0.019286s ]