检测从键盘输入字符。用到了fiugre的 currentcharacter 属性,figure还有一个 currentkey 属性。这两个属性都能检测键盘输入,不过还是有不小区别,可以试一下。-Detection input from the keyboard characters. Use of the fiugre" s " currentcharacter" property, figure there is a " currentkey" property. These two properties can be detected keyboard input, but there are still no small difference, you can try.
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001154s ]
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.085134s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001194s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001154s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001087s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003155s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000911s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003780s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.014928s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001357s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 4867 [ RunTime:0.024794s ]