经典像素动作游戏从去年开始复苏,伴随忍者神龟、禁毒卫士等作品之后,80后玩家熟悉的双截龙系列公布了新作。今天(5月4日)游戏发行商Modus Games及开发商Secret Base正式公布了《双截龙外传:龙之崛起(Double Dragon Gaiden: Rise of the Dragons)》,本作预计在秋季发售,登陆全平台。
...
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`create_time` >= 0 ) AND ( `category_post`.`category_id` = '17' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1778145564 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.112763s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`create_time` >= 0 ) AND ( `category_post`.`category_id` = '17' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1778145564 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 13280,20 [ RunTime:0.462382s ]