select * from tp_domain where domain="www.baikebb.com" order by id asc limit 1; [ RunTime:0.005981s ]
SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.003926s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE ( `title` LIKE '%Python3%' OR `description` LIKE '%Python3%' OR `keyword` LIKE '%Python3%' ) LIMIT 1 [ RunTime:0.358302s ]
SELECT * FROM `tp_book` WHERE ( `title` LIKE '%Python3%' OR `description` LIKE '%Python3%' OR `keyword` LIKE '%Python3%' ) ORDER BY `id` DESC LIMIT 25,25 [ RunTime:0.148588s ]
SHOW FULL COLUMNS FROM `tp_category` [ RunTime:0.000577s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 0 [ RunTime:0.000380s ]