作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我按照以下步骤操作:
http://lennybacon.com/2010/10/18/UltimateGuideToSpeedUpVisualStudio.aspx
使我的Visual Studio 2010更快,包括有关运行editbin /largeaddressaware deveenv.exe
的底部建议为“64位支持”的建议。有什么方法可以验证此命令是否有效?
最佳答案
是的,有,并且VS中包含了必要的工具。
从开始菜单打开“Visual Studio命令提示符(2010)”控制台,然后将CD插入C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE
(如果更改了安装目录或运行64位Windows,则根据您自己的系统进行调整)。
然后做:
dumpbin /headers devenv.exe | more
Dump of file devenv.exe
PE signature found
File Type: EXECUTABLE IMAGE
FILE HEADER VALUES
14C machine (x86)
4 number of sections
4BA1FAB3 time date stamp Thu Mar 18 12:04:35 2010
0 file pointer to symbol table
0 number of symbols
E0 size of optional header
122 characteristics
Executable
Application can handle large (>2GB) addresses
32 bit word machine
关于visual-studio-2010 - 验证largeAddressAware是否有效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3979624/
我是一名优秀的程序员,十分优秀!