摘要: 转贴:https://10up.github.io/Engineering-Best-Practices/javascript/#performancePerformanceWriting performant code is absolutely critical. Poorly written ... 阅读全文
posted @ 2014-11-10 16:18 鍒樻爧 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 如上使用C4这个小工具时遇到来需要仿真32位系统的需求,发现使用-m32参数后,编译提示错误,如下: 首先要打开64位系统对32位的支持 第一步:确认64为架构的内核 说明已拥有64位架构内核。 第二步:确认打开了多架构支持功能 说明已打开,如果没有需要手动打开 打开多架构支持 如此这般你就拥有了6 阅读全文
posted @ 2014-11-10 11:35 鍒樻爧 阅读(13797) 评论(5) 推荐(3) 编辑