层三消息
包括:
当前网络、位置区和小区的识别消息
切换的测量消息和进程消息
控制信道结构的描述消息
小区可选项消息
邻小区小区-Message including the three layers: the current network, location area and the community to identify the message switch message and the process of measuring the structure of the description of Control Channel message message message optional neighborhood community community community
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001239s ]
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.063984s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.000999s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.002556s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.002212s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003222s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001233s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004136s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.022637s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001293s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 151646 [ RunTime:0.016100s ]