zoukankan      html  css  js  c++  java
  • 优化vs2010运行速度

    整理自网络

     

    优化vs2010运行速度

     

    Tools -> Options -> Environment -> General: 取消 Visual experience

    Tools -> Options -> Text Editor -> General: 取消 Track changes

    Tools -> Options -> Text Editor -> C/C++ -> Advanced: Disable IntelliSense: False->True (导致没有提示)

    Tools -> Options -> Text Editor -> C/C++ -> Advanced: Disable Database: False->True (导致ClassView 、Resource View为空)

    Tools -> Options -> Text Editor -> C/C++ -> Advanced: Enable Logging: True->False

    Tools -> Options -> Debugging -> General: 取消 Ask before deleting all breakpoints

                                     取消 Enable address-level debugging

                                     取消 Enable breakpoint filters

                                     取消 Step over properties and operators (Managed only)

                                    取消 Enable property evaluation and other implicit function calls

    Tools -> Options -> Debugging -> Edit and Continue: 取消 Enable Edit and Continue

    Tools -> Options -> Projects and Solutions -> VC++ Project Setting:    Build Logging: Yes->No

     

     

    修改 vs2010环境生成的中间文件路径

     

    Tools -> Options -> Text Editor -> C/C++ -> Advanced: Fallback Location

        Always Use Fallback Location : TRUE

        Do Not Warn If Fallback Location Used : TRUE

        Fallback Location : E:ComputeGameTempFileVS2010

     

  • 相关阅读:
    layui框架如何在停止服务用户操作任何步骤自动跳转登录页
    h5移动端和ios以及安卓客户端的接口联调
    sublime 主要使用方法
    内外边距、浮动、布局相关
    js介绍
    css的三个特性 背景透明设置
    选择器 导航制作相关
    表单综合
    自定义列表dl
    相对路径和绝对路径
  • 原文地址:https://www.cnblogs.com/ant-wjf/p/3555906.html
Copyright © 2011-2022 走看看