上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 80 下一页
摘要: 见 http://git.mydoc.io/?t=154710 https 方式每次都要输入密码,按照如下设置即可输入一次就不用再手输入密码的困扰而且又享受 https 带来的极速 按照以下设置记住密码十五分钟: 如果你想自定义记住的时间,可以这样: 你也可以设置长期记住密码: 或修改仓库的地址带上 阅读全文
posted @ 2017-11-12 20:53 跬步者 阅读(1970) 评论(0) 推荐(0) 编辑
摘要: from: https://www.cnblogs.com/foohack/p/4629255.html git设置过滤忽略的文件或文件夹 我们一般向代码仓库提交项目的时候,一般需要忽略编译生成的中间文件以及文件夹的提交,因为它们是无用的,而且也会占用仓库的空间。一般只用提交.pro,.sln,ma 阅读全文
posted @ 2017-11-12 20:22 跬步者 阅读(2064) 评论(0) 推荐(0) 编辑
摘要: Centos安装gcc及g++ Centos支持yum安装,安装软件一般格式为yum install .......,注意安装时要先成为root用户。 按照这个思路,我想安装过程如下: 安装gcc:yum install gcc 安装g++: yum install g++ 实际操作过程发现,只能有 阅读全文
posted @ 2017-11-11 16:42 跬步者 阅读(376) 评论(0) 推荐(0) 编辑
摘要: http://jingpin.jikexueyuan.com/article/22803.html 阅读全文
posted @ 2017-11-09 22:10 跬步者 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://www.w3cschool.cn/tryrun/runcode?lang=c 阅读全文
posted @ 2017-11-08 15:07 跬步者 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://www.w3cschool.cn/tryrun/runcode?lang=c 阅读全文
posted @ 2017-11-08 15:06 跬步者 阅读(353) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u012501459/article/details/44132147 阅读全文
posted @ 2017-10-31 15:43 跬步者 阅读(168) 评论(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 跬步者 阅读(1967) 评论(0) 推荐(0) 编辑
摘要: linux ps 命令的结果中VSZ,RSS,STAT的含义和大小 ps是linux系统的进程管理工具,相当于windows中的资源管理器的一部分功能。 一般来说,ps aux命令执行结果的几个列的信息分别是: USER 进程所属用户PID 进程ID%CPU 进程占用CPU百分比%MEM 进程占用内 阅读全文
posted @ 2017-10-24 17:55 跬步者 阅读(942) 评论(0) 推荐(0) 编辑
摘要: https://coolshell.cn/articles/9104.html 阅读全文
posted @ 2017-10-17 19:52 跬步者 阅读(117) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 80 下一页