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

     

  • 相关阅读:
    Emoji表情编解码库XXL-EMOJI
    代码生成平台Xxl-Code-Generator
    分布式单点登录框架XXL-SSO
    分布式爬虫框架XXL-CRAWLER
    Java对象和Excel转换工具XXL-EXCEL
    API管理平台XXL-API
    分布式缓存管理平台XXL-CACHE
    不知不觉已经写了多年代码,贴一下12年写的代码,表喷哈
    memcached安装、使用
    MySQL和Redis数据一致性问题
  • 原文地址:https://www.cnblogs.com/ant-wjf/p/3555906.html
Copyright © 2011-2022 走看看