SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.001710s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE ( `title` LIKE '%2017thinkphpOA%' OR `keyword` LIKE '%2017thinkphpOA%' ) LIMIT 1 [ RunTime:0.252751s ]
SELECT * FROM `tp_book` WHERE ( `title` LIKE '%2017thinkphpOA%' OR `keyword` LIKE '%2017thinkphpOA%' ) ORDER BY `id` DESC LIMIT 0,25 [ RunTime:0.386588s ]