of a Javascript library for the content of sorting table. Very easy to use, do n...
资 源 简 介
一个Javascript 的类库,用于table内容排序。使用很方便,不用每次都去调用数据库了。
特别适合多表查询的排序。加上
的style.display 切换,也可以实现分页。
-of a Javascript library for the content of sorting table. Very easy to use, do not have to call each time the database. Especially suitable for multi-table query scheduling. Plus
基本
文件
流程
错误
SQL
调试
- 请求信息 : 2024-11-24 13:12:31 HTTP/2.0 GET : https://bugma.cn/index/dl/2364.html
- 运行时间 : 0.172331s [ 吞吐率:5.80req/s ] 内存消耗:3,836.55kb 文件加载:244
- 查询信息 : 11 queries
- 缓存信息 : 0 reads,0 writes
- 会话信息 : SESSION_ID=045934bfe80becb2440265f572544360
- CONNECT:[ UseTime:0.000907s ] mysql:host=127.0.0.1;port=3306;dbname=bugma_cn;charset=utf8mb4
- SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001431s ]
- 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.074665s ]
- SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001289s ]
- SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001314s ]
- SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001220s ]
- SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003715s ]
- SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000982s ]
- SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.003994s ]
- SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.016800s ]
- SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001285s ]
- UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 2364 [ RunTime:0.018925s ]
0.173851s