SHOW FULL COLUMNS FROM `qf_conf` [ RunTime:0.001043s ]
SELECT * FROM `qf_conf` [ RunTime:0.000759s ]
SHOW FULL COLUMNS FROM `qf_source_category` [ RunTime:0.000781s ]
SHOW FULL COLUMNS FROM `qf_source` [ RunTime:0.000758s ]
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` = 6405 LIMIT 1 [ RunTime:0.000492s ]
SELECT `source_category_id`,`name` FROM `qf_source_category` WHERE `source_category_id` = 0 [ RunTime:0.000388s ]
UPDATE `qf_source` SET `page_views` = `page_views` + 1 WHERE `status` = 1 AND `is_delete` = 0 AND `source_id` = 6405 [ RunTime:0.002399s ]
SELECT `name`,`image` FROM `qf_source_category` WHERE `status` = 0 AND `is_sys` = 1 ORDER BY `sort` DESC [ RunTime:0.000569s ]
SELECT a.*, (IF(title LIKE '%请以%' OR description LIKE '%请以%', 1, 0) + IF(title LIKE '%你的%' OR description LIKE '%你的%', 1, 0) + IF(title LIKE '%名字%' OR description LIKE '%名字%', 1, 0) + IF(title LIKE '%呼唤%' OR description LIKE '%呼唤%', 1, 0) + IF(title LIKE '%我%' OR description LIKE '%我%', 1, 0) + IF(title LIKE '%2017%' OR description LIKE '%2017%', 1, 0) + IF(title LIKE '%英语%' OR description LIKE '%英语%', 1, 0) + IF(title LIKE '%中字%' OR description LIKE '%中字%', 1, 0) + IF(title LIKE '%4k蓝光 hdr%' OR description LIKE '%4k蓝光 hdr%', 1, 0) + IF(title LIKE '%17%' OR description LIKE '%17%', 1, 0) + IF(title LIKE '%1g%' OR description LIKE '%1g%', 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 '%你的%' OR `description` LIKE '%你的%' OR `title` LIKE '%名字%' OR `description` LIKE '%名字%' OR `title` LIKE '%呼唤%' OR `description` LIKE '%呼唤%' OR `title` LIKE '%我%' OR `description` LIKE '%我%' OR `title` LIKE '%2017%' OR `description` LIKE '%2017%' OR `title` LIKE '%英语%' OR `description` LIKE '%英语%' OR `title` LIKE '%中字%' OR `description` LIKE '%中字%' OR `title` LIKE '%4k蓝光 hdr%' OR `description` LIKE '%4k蓝光 hdr%' OR `title` LIKE '%17%' OR `description` LIKE '%17%' OR `title` LIKE '%1g%' OR `description` LIKE '%1g%' OR `title` LIKE '%%' OR `description` LIKE '%%' ) AND `source_id` <> 6405 ORDER BY `weight` DESC,`source_id` DESC LIMIT 10 [ RunTime:0.003737s ]