SHOW FULL COLUMNS FROM `qf_conf` [ RunTime:0.001421s ]
SELECT * FROM `qf_conf` [ RunTime:0.000920s ]
SHOW FULL COLUMNS FROM `qf_source_category` [ RunTime:0.000928s ]
SHOW FULL COLUMNS FROM `qf_source` [ RunTime:0.000970s ]
SELECT source_id as id,`source_category_id`,`title`,`url`,create_time as time,`vod_content`,`vod_pic`,`is_type` FROM `qf_source` WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 6442 LIMIT 1 [ RunTime:0.000672s ]
SELECT `source_category_id`,`name` FROM `qf_source_category` WHERE `source_category_id` = 0 [ RunTime:0.000557s ]
UPDATE `qf_source` SET `page_views` = `page_views` + 1 WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 6442 [ RunTime:0.002780s ]
SELECT `name`,`image` FROM `qf_source_category` WHERE `status` = 0 AND `is_sys` = 1 ORDER BY `sort` DESC [ RunTime:0.000607s ]
SELECT a.*, (IF(title LIKE '%樱桃%' OR description LIKE '%樱桃%', 1, 0) + IF(title LIKE '% 2012%' OR description LIKE '% 2012%', 1, 0) + IF(title LIKE '%%' OR description LIKE '%%', 1, 0)) as weight FROM `qf_source` `a` WHERE `status` = 1 AND `is_delete` = 0 AND ( `title` LIKE '%樱桃%' OR `description` LIKE '%樱桃%' OR `title` LIKE '%2012%' OR `description` LIKE '%2012%' OR `title` LIKE '%%' OR `description` LIKE '%%' ) AND `source_id` <> 6442 ORDER BY `weight` DESC,`source_id` DESC LIMIT 10 [ RunTime:0.002043s ]