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-03 01:33:51 HTTP/2.0 GET : https://bugma.cn/index/dl/2364.html
- 运行时间 : 0.190933s [ 吞吐率:5.24req/s ] 内存消耗:3,836.51kb 文件加载:244
- 查询信息 : 11 queries
- 缓存信息 : 0 reads,0 writes
- 会话信息 : SESSION_ID=c38f9c95ebb843e223d45aab1c689ee2
- CONNECT:[ UseTime:0.000923s ] mysql:host=127.0.0.1;port=3306;dbname=bugma_cn;charset=utf8mb4
- SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001366s ]
- 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.100544s ]
- SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001100s ]
- SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001257s ]
- SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.000953s ]
- SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003031s ]
- SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.000858s ]
- SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004112s ]
- SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.014035s ]
- SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001139s ]
- UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 2364 [ RunTime:0.016857s ]
0.192104s