SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.000620s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE `status` = 1 AND ( `title` LIKE '%集%' OR `keyword` LIKE '%集%' ) LIMIT 1 [ RunTime:0.215483s ]
SELECT * FROM `tp_book` WHERE `status` = 1 AND ( `title` LIKE '%集%' OR `keyword` LIKE '%集%' ) ORDER BY `addtime` DESC,`id` DESC LIMIT 2175,25 [ RunTime:0.013157s ]