巡逻动画模拟,这个程序是用Delphi 7开发的,本身没有实用价值,编写它的目的就是演示一下画擦法实现动画的原理以及扫描区的阴影是如何处理出来的。-Patrol animated simulation, this program is developed in Delphi 7, itself has no practical value, the preparation of its aim is to demonstrate what painting brush method to achieve the principle of animation, as well as scanning the shadow area is how to deal out.
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.000970s ]
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.062272s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001014s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001201s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001674s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.004514s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001324s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.005619s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.015819s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001099s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 175440 [ RunTime:0.017631s ]