SHOW FULL COLUMNS FROM `tp_book` [ RunTime:0.000642s ]
SELECT COUNT(*) AS think_count FROM `tp_book` WHERE ( `title` LIKE '%SpringApplication%' OR `keyword` LIKE '%SpringApplication%' ) LIMIT 1 [ RunTime:0.063751s ]
SELECT * FROM `tp_book` WHERE ( `title` LIKE '%SpringApplication%' OR `keyword` LIKE '%SpringApplication%' ) ORDER BY `id` DESC LIMIT 0,25 [ RunTime:0.094447s ]