本人上传绝对使用,js中的日历的两个方案,绝对实用。因为这2个例子我经常在我的项目中运用到,所以现在无私的共享出来哦-From the use of my absolute, js calendar of both programs is absolutely practical. Two examples of this because I often use my project that is now so out of selfless sharing Oh
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001259s ]
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.078123s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.000908s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001178s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000834s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003360s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000912s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003594s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.014339s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001078s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 85 [ RunTime:0.056792s ]