SHOW FULL COLUMNS FROM `blog_category` [ RunTime:0.011735s ]
SELECT `id`,`title`,`url`,`is_login` FROM `blog_category` WHERE ( status = 1 ) ORDER BY `sort` ASC,`create_time` ASC [ RunTime:0.001197s ]
SHOW FULL COLUMNS FROM `blog_article` [ RunTime:0.001405s ]
SELECT `title`,`id` FROM `blog_category` WHERE ( status = 1 ) ORDER BY `id` ASC [ RunTime:0.000715s ]
SELECT `id`,`title`,`desc`,`img`,`create_time` FROM `blog_article` WHERE ( img <> '' and img is not null ) ORDER BY `look_num` DESC,`create_time` DESC LIMIT 0,3 [ RunTime:0.000624s ]