随笔分类 -  22_IDE_git_svn版本工具

摘要:背景: win10电脑, 公私钥都已经配置好。 一 现象: 1. 配置好公私钥之后,仍然无法直接用 git ssh的方式,下载代码。 2. 出现形如 no matching host key type found. Their offer: ssh-rsa 的错误. 二. 解决方案: C:\User 阅读全文
posted @ 2021-11-26 10:34 跬步者 阅读(13081) 评论(0) 推荐(0) 编辑
摘要:问题的现象: 1. 每次连接时会出现如下的弹框。 2. 解决方案与思路与来源: https://code.visualstudio.com/docs/remote/ssh 3. 设置配置 如果失败,直接修改用户级的setting文件, 即可解决. 其中: walkerjiang为你自己的用户名 /C 阅读全文
posted @ 2021-03-11 19:43 跬步者 阅读(4726) 评论(0) 推荐(0) 编辑
摘要:转自: 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- 阅读全文
posted @ 2018-11-09 00:45 跬步者 阅读(613) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-23 10:03 跬步者 阅读(2957) 评论(0) 推荐(0) 编辑
摘要:http://www.eclipse.org/community/eclipse_newsletter/2013/october/article4.php 说明链接 http://www.eclipse.org/community/eclipse_newsletter/2013/october/ar 阅读全文
posted @ 2018-01-12 00:06 跬步者 阅读(1536) 评论(0) 推荐(0) 编辑
摘要:http://sschaef.github.io/IndentGuide/ 阅读全文
posted @ 2017-12-14 19:29 跬步者 阅读(179) 评论(0) 推荐(0) 编辑
摘要:1. https://github.com/google/googletest (google的测试框架) 2. eclipse测试框架插件 https://github.com/xgsa/cdt-tests-runner/wiki/Tutorial 阅读全文
posted @ 2017-12-13 11:03 跬步者 阅读(487) 评论(0) 推荐(0) 编辑
摘要:http://www.bestplugins.com/software/eclipse-c-plugin.html 阅读全文
posted @ 2017-12-13 10:33 跬步者 阅读(349) 评论(0) 推荐(0) 编辑
摘要:https://www.infoworld.com/article/2606814/development-tools/development-tools-12-eclipse-plug-ins-every-developer-should-use.html#slide1 阅读全文
posted @ 2017-12-13 10:17 跬步者 阅读(179) 评论(0) 推荐(0) 编辑
摘要:https://spring.io/blog/2013/07/11/eclipse-quick-search Eclipse QuickSear的插件的说明 阅读全文
posted @ 2017-12-13 10:02 跬步者 阅读(253) 评论(0) 推荐(0) 编辑
摘要:Vim快捷键分类 http://www.cnblogs.com/jikey/archive/2011/12/28/2304341.html 一. 移动: h,j,k,l: 左,下,上,右。 w: 下一个词的词首。 e:下一个词的词尾。 b:上一个词的词首。 <>: v 模式选中后进行缩进。二. 跳转 阅读全文
posted @ 2017-12-07 11:53 跬步者 阅读(162) 评论(0) 推荐(0) 编辑
摘要:使用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等程序。本文介 阅读全文
posted @ 2017-11-18 08:34 跬步者 阅读(1422) 评论(0) 推荐(0) 编辑
摘要:http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_toolchain.htm 阅读全文
posted @ 2017-11-18 08:00 跬步者 阅读(200) 评论(0) 推荐(0) 编辑
摘要:见 http://git.mydoc.io/?t=154710 https 方式每次都要输入密码,按照如下设置即可输入一次就不用再手输入密码的困扰而且又享受 https 带来的极速 按照以下设置记住密码十五分钟: 如果你想自定义记住的时间,可以这样: 你也可以设置长期记住密码: 或修改仓库的地址带上 阅读全文
posted @ 2017-11-12 20:53 跬步者 阅读(1974) 评论(0) 推荐(0) 编辑
摘要:http://jingpin.jikexueyuan.com/article/22803.html 阅读全文
posted @ 2017-11-09 22:10 跬步者 阅读(122) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/tryrun/runcode?lang=c 阅读全文
posted @ 2017-11-08 15:07 跬步者 阅读(175) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/tryrun/runcode?lang=c 阅读全文
posted @ 2017-11-08 15:06 跬步者 阅读(370) 评论(0) 推荐(0) 编辑
摘要:1. cpp shell www.cppshell.com 或者 www.cpp.sh 2. 菜鸟工具(几乎支持所有语言) https://c.runoob.com/compile/10 3. go语言官方的在线编译代码工具 https://play.golang.com/ 阅读全文
posted @ 2017-10-31 15:11 跬步者 阅读(1983) 评论(0) 推荐(0) 编辑
摘要:转自: https://www.oschina.net/question/234345_41419 排版与说明都很不错,推荐一看。 阅读全文
posted @ 2017-10-14 17:02 跬步者 阅读(380) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/arci/archive/2011/01/23/1942646.html 参考配色方案: http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/ http://code.google.com/p/gnuem 阅读全文
posted @ 2017-08-17 17:07 跬步者 阅读(534) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示