select * from tp_domain where domain="m.baikebb.cn" order by id asc limit 1; [ RunTime:0.003424s ]
SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.008758s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE ( `title` LIKE '%沟通能力%' OR `description` LIKE '%沟通能力%' OR `keyword` LIKE '%沟通能力%' ) LIMIT 1 [ RunTime:0.746769s ]
SELECT * FROM `tp_book` WHERE ( `title` LIKE '%沟通能力%' OR `description` LIKE '%沟通能力%' OR `keyword` LIKE '%沟通能力%' ) ORDER BY `id` DESC LIMIT 0,25 [ RunTime:1.094807s ]
SHOW FULL COLUMNS FROM `tp_category` [ RunTime:0.006886s ]
SELECT * FROM `tp_category` WHERE `parent_id` = 0 [ RunTime:0.003654s ]