上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: refer to https://www.jianshu.com/p/fede3333205f 作者:hitchc 链接:https://www.jianshu.com/p/fede3333205f 來源:简书 简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。 在github上, 阅读全文
posted @ 2019-02-03 22:20 李欢欢 阅读(451) 评论(0) 推荐(0)
摘要: prepare the running env of os make sure you are using redhat or centen os 7.5 cat /etc/redhat-release yum install git yum install openssl prepare the 阅读全文
posted @ 2019-02-03 22:17 李欢欢 阅读(199) 评论(0) 推荐(0)
摘要: 摘自github官方网站,稍后我将抽空翻译。 Fork a repo https://help.github.com/articles/fork-a-repo/ Syncing a fork https://help.github.com/articles/syncing-a-fork/ 阅读全文
posted @ 2019-02-03 22:10 李欢欢 阅读(1891) 评论(0) 推荐(0)
摘要: 在windows上安装git客户端后, 默认情况下,git clone 项目到Windows本地,git会强制将文件的换行符转成CTRL,而不是LF。我们再次使用git push的时候,换行符又会自动转换成LF,再传到github上。这样你可能会误以为自己的文件换行符被编辑器修改为CTRL,反复在编 阅读全文
posted @ 2019-02-01 22:54 李欢欢 阅读(443) 评论(0) 推荐(0)
摘要: 我比较喜欢的编辑器: Atom: 使用简单轻巧,但不支持脚本的run和debug,编辑ansible或者配置文件蛮好的。 NotePad++:可以替代windows自带的记事本的最佳工具,临时看日志什么的,很好的。 PyCharm:python开发最佳的编辑器,业界没有人不知道的工具。 Eclips 阅读全文
posted @ 2019-02-01 22:53 李欢欢 阅读(144) 评论(0) 推荐(0)
摘要: refer to: https://blog.csdn.net/qq_36741436/article/details/78732201 cp覆盖时,无论加什么参数-f之类的还是提示是否覆盖,当文件比较少的时候还可以按Y确认,当很多文件的时候就不好说了。用下面的方法可以解决覆盖提示的问题。 例如:把 阅读全文
posted @ 2019-02-01 22:52 李欢欢 阅读(531) 评论(0) 推荐(0)
摘要: refer to 精通Groovy(IBM)https://www.ibm.com/developerworks/cn/education/java/j-groovy/j-groovy.html refer to Groovy下载http://groovy-lang.org/download.htm 阅读全文
posted @ 2019-02-01 22:51 李欢欢 阅读(283) 评论(0) 推荐(0)
摘要: install git at you laptop https://git-scm.com/downloads config git at you laptop git config --global user.name "Your Name" git config --global user.em 阅读全文
posted @ 2019-02-01 22:50 李欢欢 阅读(94) 评论(0) 推荐(0)
摘要: #quick start ## start the playbook with no password, it will run "sudo su - root" at the target first. ## and only use the hosts of playbook ansible-p 阅读全文
posted @ 2018-12-25 23:22 李欢欢 阅读(1164) 评论(0) 推荐(0)
摘要: git版本控制:Github的使用之 多人协作及参与项目: https://blog.csdn.net/pipisorry/article/details/45532883 git hub 教程:https://www.liaoxuefeng.com/wiki/0013739516305929606 阅读全文
posted @ 2018-12-25 00:11 李欢欢 阅读(96) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页