zoukankan      html  css  js  c++  java
  • vs2013 类名颜色显示黑色,无法修改

    vs2013 类名黑色,修改不起作用,最后找到解决办法。

    http://stackoverflow.com/questions/10970305/how-can-i-get-user-type-c-sharp-syntax-highlighting-working-again-in-vs-2012-rc

    ----------------

    Here is a simple solution. Go to the directory where devenv is (for 2012 RC), and type devenv.exe /setup. It will fix your problem.

    ----------------

    用cmd命令行定位到 devenv.exe 所在目录,然后运行 devenv.exe /setup ,解决。

    如:

    D:Program Files (x86)Microsoft Visual Studio 12.0Common7IDE>devenv.exe

  • 相关阅读:
    微服务
    JNDI Tomcat
    JNDI
    依赖倒置原则
    mac下为gdb创建证书赋权其调试其它应用
    sed相关
    关于autoconf
    mac相关
    about gnu bash shell
    关于gcc
  • 原文地址:https://www.cnblogs.com/gezifeiyang/p/4858541.html
Copyright © 2011-2022 走看看