SHOW FULL COLUMNS FROM `bl_category` [ RunTime:0.001711s ]
SELECT * FROM `bl_category` WHERE `is_show` = 1 [ RunTime:0.001191s ]
SHOW FULL COLUMNS FROM `bl_config` [ RunTime:0.001533s ]
SELECT * FROM `bl_config` WHERE `group` = 'seo' [ RunTime:0.001294s ]
SELECT * FROM `bl_config` WHERE `name` = 'for_reference' AND `group` = 'basic' LIMIT 1 [ RunTime:0.001190s ]
SELECT * FROM `bl_config` WHERE `name` = 'police_put_on_records' AND `group` = 'basic' LIMIT 1 [ RunTime:0.001027s ]
SHOW FULL COLUMNS FROM `bl_property_set` [ RunTime:0.001453s ]
SELECT * FROM `bl_property_set` ORDER BY `id` DESC LIMIT 1 [ RunTime:0.001030s ]
SELECT * FROM `bl_category` WHERE `cat_id` = 87 LIMIT 1 [ RunTime:0.001118s ]
SHOW FULL COLUMNS FROM `bl_blog` [ RunTime:0.001820s ]
SELECT COUNT(*) AS think_count FROM `bl_blog` `b` LEFT JOIN `bl_category` `c` ON `b`.`cat_id`=`c`.`cat_id` WHERE `b`.`cat_id` = '87' AND `b`.`is_show` = '1' AND `b`.`is_del` = '1' AND `b`.`cat_id` <> '79' AND `c`.`is_show` = '1' LIMIT 1 [ RunTime:0.001397s ]
SELECT `b`.`blog_id`,`b`.`cat_id`,`b`.`title`,`b`.`sort`,`b`.`jianjie`,`b`.`time`,`b`.`browse`,`b`.`thumb_img`,`b`.`is_recommend`,`b`.`is_original`,`b`.`is_show`,`b`.`is_push_baidu`,`c`.`cname` FROM `bl_blog` `b` LEFT JOIN `bl_category` `c` ON `b`.`cat_id`=`c`.`cat_id` WHERE `b`.`cat_id` = '87' AND `b`.`is_show` = '1' AND `b`.`is_del` = '1' AND `b`.`cat_id` <> '79' AND `c`.`is_show` = '1' ORDER BY `b`.`blog_id` DESC LIMIT 15,15 [ RunTime:0.001480s ]