- 博客(5)
- 资源 (7)
- 收藏
- 关注
原创 SourceInsight4的Context窗口不显示上下文
怪事年年有,上午用着SourceInsight4,Context窗口突然就不能显示上下文了,这还是第一次遇到。于是网上找了找解决方案,有几个方法吧,原理就是删除所有配置,重新配置,这样我之前的字体颜色等等就全没了。找到用户->文档->SouceInsight4.0->Settings下面的一个文件:config_all.xml。对应着ContextWindows,此处发现变成了1,改成0。保存后,重启启动SouceInsight,问题解决。
2024-07-15 18:16:26
764
1
原创 Git:Unable to negotiate with错误
3.打开文件夹,找到config文件,如果没有的话,就新建一个,没有后缀;今天更新了一下Git版本,发现推送代码的时候提示。1.打开('C:\Users\你当前的账户名')5.保存文件,Git重新push,成功。2.在这个文件夹中看是否有一个.s。
2023-05-22 17:29:02
3792
2
原创 解决VS2013编译错误error C1010: unexpected end of file while looking for precompiled header
调用了别的串口类时出现的Error 2 error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?解决方法:在菜单Project->Properties(或者直接快捷键Alt+F7)->C/C++->Precompile Header,设置为第一项:Not using precom
2021-07-22 14:20:51
408
原创 因为此版本的应用程序不支持其项目类型(.vcproj)的解决方法
VS2012有时会提示无法打开“....\project1vcproj”,因为此版本的应用程序不支持其项目类型(.vcproj)。若要打开它,请使用支持此类型项目的版本。解决方法:cmd中运行 devenv.exe /resetskippkgs 即可恢复。devenv.exe在C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE目录下。...
2021-07-20 16:06:05
3004
转载 git命令出现fatal: Unable to create ‘xxx/.git/index:File exists
最近提交代码遇到的一些问题,网上找的解决办法,免得忘记了,特此记录一下。$ git checkout xxxfatal: Unable to create 'xxxxx/.git/index.lock': File exists.Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processesare .
2021-06-25 10:42:54
780
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅