V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  swulling  ›  全部回复第 151 页 / 共 265 页
回复总数  5288
1 ... 147  148  149  150  151  152  153  154  155  156 ... 265  
@alvin666 浪费下时间给你找下 datasheet
@ShunYea 看 CPU 的 datasheet,比如 24 系列的 CPU

Mixing Processors
Intel supports and validates two processor configurations only in which all processors operate with the same Intel QuickPath Interconnect frequency, core frequency, power segment, and have the same internal cache sizes. Mixing components operating at different internal clock frequencies is not supported and will not be validated by Intel. Combining processors from different power segments is also not supported.

Not all operating systems can support dual processors with mixed frequencies. Mixing processors of different steppings but the same model (as per CPUID instruction) is supported provided there is no more than one stepping delta between the processors, for example, S and S+1.

不同的步进但是同样的 Model 是支持的,只要步进差不超过一。而且操作系统支持也不一样
@alvin666 如果给你找到不同步进的双路 cpu linux 正常工作,你愿意赌什么?
这个应该看操作系统吧,Linux 好像不要求
2018-12-20 19:19:34 +08:00
回复了 aliao0019 创建的主题 程序员 收集日常表达存取数据的奇怪动词
刷下 cache
吐个 core
抛个 exception
压个 stack
2018-12-20 19:02:03 +08:00
回复了 nikoo 创建的主题 问与答 SpeedTest 的测速准确吗?
你可以选别的 server 啊
2018-12-20 12:59:17 +08:00
回复了 oscar 创建的主题 分享发现 这就是极客时间的课程水平?
看到 range 的解释错了…但是这个是小错误吧
2018-12-20 12:56:12 +08:00
回复了 oscar 创建的主题 分享发现 这就是极客时间的课程水平?
这有啥错误,只是给你解释什么叫做 range 和 for 循环而已
2018-12-19 21:00:58 +08:00
回复了 hing 创建的主题 问与答 作大死,给女同事的 MAC 装 Win 系统,结果搞出问题
苹果就是傻叼…
2018-12-19 21:00:43 +08:00
回复了 hing 创建的主题 问与答 作大死,给女同事的 MAC 装 Win 系统,结果搞出问题
现在的 bootcamp 已经没法直接装现在的 win10 了,镜像超出 4G

得用老版本的
国内的 ugc 没这么干的没几家
为啥要戒撸?
2018-12-14 16:00:16 +08:00
回复了 Rzon 创建的主题 MySQL 如何设计一个“动态”的数据库?
你这个不是建一个工种表就完了么…

这个是很传统的 SQL 场景啊,没必要 NOSQL
2018-12-12 00:10:59 +08:00
回复了 mocxe2vwww 创建的主题 问与答 生成 8 位数字 作为用户的唯一主键, 如何保证唯一?
看你的用户量了,不超过百万量级完全可以在 redis 里维护一个 id set,每次新用户注册随机生成一个,验证是否在 set 里,如果在重复生成即可。

这个实现起来是最快的,只需要几行代码…
2018-12-11 15:27:20 +08:00
回复了 lxerxa 创建的主题 分享发现 有没有觉得 so.com 比 baidu.com 好用?
虽然搜索质量用个案评价意义不是很大,但是连个案都没有只靠一张嘴的,还是第一次见
2018-12-11 13:00:23 +08:00
回复了 lucat 创建的主题 Python 以下两种风格 Python 写法,请问大家倾向哪种:)
你同事是不是对 Pythonic 有什么误解? Pythonic 不是去用 Python 特有的语法,让他去读 Zen of Python 吧


Readability counts
1 ... 147  148  149  150  151  152  153  154  155  156 ... 265  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2552 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 61ms · UTC 08:17 · PVG 16:17 · LAX 01:17 · JFK 04:17
Developed with CodeLauncher
♥ Do have faith in what you're doing.