随笔分类 - 22_IDE_git_svn版本工具
摘要:背景: win10电脑, 公私钥都已经配置好。 一 现象: 1. 配置好公私钥之后,仍然无法直接用 git ssh的方式,下载代码。 2. 出现形如 no matching host key type found. Their offer: ssh-rsa 的错误. 二. 解决方案: C:\User
阅读全文
摘要:问题的现象: 1. 每次连接时会出现如下的弹框。 2. 解决方案与思路与来源: https://code.visualstudio.com/docs/remote/ssh 3. 设置配置 如果失败,直接修改用户级的setting文件, 即可解决. 其中: walkerjiang为你自己的用户名 /C
阅读全文
摘要:转自: https://blog.csdn.net/shaohui/article/details/3996274#commentBox svn: Can't convert string from 'UTF-8' to native encoding export LANG="zh_CN.UTF-
阅读全文
摘要:http://www.eclipse.org/community/eclipse_newsletter/2013/october/article4.php 说明链接 http://www.eclipse.org/community/eclipse_newsletter/2013/october/ar
阅读全文
摘要:http://sschaef.github.io/IndentGuide/
阅读全文
摘要:1. https://github.com/google/googletest (google的测试框架) 2. eclipse测试框架插件 https://github.com/xgsa/cdt-tests-runner/wiki/Tutorial
阅读全文
摘要:http://www.bestplugins.com/software/eclipse-c-plugin.html
阅读全文
摘要:https://www.infoworld.com/article/2606814/development-tools/development-tools-12-eclipse-plug-ins-every-developer-should-use.html#slide1
阅读全文
摘要:https://spring.io/blog/2013/07/11/eclipse-quick-search Eclipse QuickSear的插件的说明
阅读全文
摘要:Vim快捷键分类 http://www.cnblogs.com/jikey/archive/2011/12/28/2304341.html 一. 移动: h,j,k,l: 左,下,上,右。 w: 下一个词的词首。 e:下一个词的词尾。 b:上一个词的词首。 <>: v 模式选中后进行缩进。二. 跳转
阅读全文
摘要:使用MinGW + Eclipse CDT进行C++开发的配置方法 使用MinGW + Eclipse CDT进行C++开发的配置方法 1 2 3 4 5 6 分步阅读 1 2 3 4 5 6 1 2 3 4 5 6 Eclipse作为开源的IDE,可以用来高效开发Java、C++、C等程序。本文介
阅读全文
摘要:http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_toolchain.htm
阅读全文
摘要:见 http://git.mydoc.io/?t=154710 https 方式每次都要输入密码,按照如下设置即可输入一次就不用再手输入密码的困扰而且又享受 https 带来的极速 按照以下设置记住密码十五分钟: 如果你想自定义记住的时间,可以这样: 你也可以设置长期记住密码: 或修改仓库的地址带上
阅读全文
摘要:http://jingpin.jikexueyuan.com/article/22803.html
阅读全文
摘要:https://www.w3cschool.cn/tryrun/runcode?lang=c
阅读全文
摘要:https://www.w3cschool.cn/tryrun/runcode?lang=c
阅读全文
摘要:1. cpp shell www.cppshell.com 或者 www.cpp.sh 2. 菜鸟工具(几乎支持所有语言) https://c.runoob.com/compile/10 3. go语言官方的在线编译代码工具 https://play.golang.com/
阅读全文
摘要:转自: https://www.oschina.net/question/234345_41419 排版与说明都很不错,推荐一看。
阅读全文
摘要:http://www.cnblogs.com/arci/archive/2011/01/23/1942646.html 参考配色方案: http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/ http://code.google.com/p/gnuem
阅读全文