添加对c++11的支持: /.vimrc中添加: let g:syntastic_cpp_compiler = 'g++' "change the compiler to g++ to support c++11. let g:syntastic_cpp_compiler_options = '-std=c++11 -stdlib=libc++' "set the options of g++ to suport c++11..ycm_extra_conf.py中: 将flags数组…
Windows Server 2003 安装Wamp 2.5不成功Wampserver 2.5 will not run on Windows XP 报错信息:C:\wamp\bin\apache\apache2.4.9\bin\httpd.exe 不是有效的 Win32应用程序操作系统[Windows_Server_2003_Enterprise_Edition_R2_CH_x86]软件环境:WampServer 2.5 原因:WampServer 2.5 一定要安装VC 11,但是The V…