SHOW FULL COLUMNS FROM `ais_web_news` [ RunTime:0.000431s ]
SELECT COUNT(*) AS think_count FROM `ais_web_news` WHERE ( title like '%APP开发%' or tags like '%APP开发%' ) LIMIT 1 [ RunTime:0.000239s ]
SELECT id, title, img_url, `views`, tags, category_id, DATE_FORMAT(create_time, "%Y-%m-%d") as create_time FROM `ais_web_news` WHERE ( title like '%APP开发%' or tags like '%APP开发%' ) ORDER BY `create_time` DESC LIMIT 13,13 [ RunTime:0.000268s ]
SHOW FULL COLUMNS FROM `ais_web_news_category` [ RunTime:0.000323s ]
SELECT `title` FROM `ais_web_news_category` WHERE ( id=1 ) LIMIT 1 [ RunTime:0.000140s ]
SELECT `title` FROM `ais_web_news_category` WHERE ( id=2 ) LIMIT 1 [ RunTime:0.000122s ]
SELECT `id`,`title`,`img_url`,`views` FROM `ais_web_news` ORDER BY `views` DESC,`create_time` DESC LIMIT 10 [ RunTime:0.000172s ]
SHOW FULL COLUMNS FROM `ais_web_news_tag` [ RunTime:0.000268s ]
SELECT * FROM `ais_web_news_tag` [ RunTime:0.000132s ]