随着英特尔Meteor Lake即将上市,越来越多厂商搭载酷睿Ultra第1代处理器的终端设备开始露面。据WindowsReport报道,三星Galaxy
Book 4系列笔记本电脑的相关规格已浮出水面,将提供Galaxy Book 4、Galaxy Book 4 360、Galaxy Book 4 360
Pro、Galaxy Book 4 Pro和Galaxy Book 4 Ultra五款产品。
...
[ 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` < 1777842118 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.109539s ]
[ 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` < 1777842118 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 9600,20 [ RunTime:0.460934s ]