Raul2018

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页

2019年2月12日

摘要: From: https://blog.csdn.net/skyxmstar/article/details/65631658 git和github是两个完全不同的概念。git 是一个版本管理工具,是可以在你电脑不联网的情况下,只在本地使用的一个版本管理工具,其作用就是可以让你更好的管理你的程序,比如 阅读全文
posted @ 2019-02-12 09:29 Raul2018 阅读(280) 评论(0) 推荐(0)

2019年2月2日

摘要: From: https://www.cnblogs.com/restart/p/4633928.html 如果git无法通过普通的http去clone远程分支,可以选用ssh方式去连接。这时需要配置相应的公私钥(本地生成公私钥对儿,把公钥配置到远程git服务器上即可)。 具体的错误提示如下: 要de 阅读全文
posted @ 2019-02-02 08:56 Raul2018 阅读(842) 评论(0) 推荐(0)

2019年1月31日

摘要: From: https://www.jianshu.com/p/54b0f4016300 一. fixture介绍 fixture是pytest的一个闪光点,pytest要精通怎么能不学习fixture呢?跟着我一起深入学习fixture吧。其实unittest和nose都支持fixture,但是p 阅读全文
posted @ 2019-01-31 08:35 Raul2018 阅读(263) 评论(0) 推荐(0)

2019年1月7日

摘要: From: http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html?tdsourcetag=s_pcqq_aiomsg 我每天使用 Git ,但是很多命令记不住。 一般来说,日常使用只要记住下图6个命令,就可以了。但是熟练使用,恐怕要记 阅读全文
posted @ 2019-01-07 21:43 Raul2018 阅读(156) 评论(0) 推荐(0)

2019年1月6日

摘要: From: http://www.runoob.com/w3cnote/git-guide.html 如果你是一枚Coder,但是你不知道Github,那么我觉的你就不是一个菜鸟级别的Coder,因为你压根不是真正Coder,你只是一个Code搬运工。 但是你如果已经在读这篇文章了,我觉的你已经知道 阅读全文
posted @ 2019-01-06 21:51 Raul2018 阅读(157) 评论(0) 推荐(0)

摘要: From: https://www.cnblogs.com/qianqiannian/p/6011404.html git branch 和 git checkout经常在一起使用,所以在此将它们合在一起 1.Git branch 一般用于分支的操作,比如创建分支,查看分支等等, 1.1 git b 阅读全文
posted @ 2019-01-06 21:33 Raul2018 阅读(209) 评论(0) 推荐(0)

2019年1月4日

摘要: From: https://jingyan.baidu.com/article/359911f5a4fe4b57fe03060d.html 正常使用git时,提交代码五部曲。 正常使用git时,提交代码五部曲。 正常使用git时,提交代码五部曲。 正常使用git时,提交代码五部曲。 正常使用git时 阅读全文
posted @ 2019-01-04 15:50 Raul2018 阅读(201) 评论(0) 推荐(0)

2018年12月19日

摘要: mydict.update({'newkey':'newvalue'}) 阅读全文
posted @ 2018-12-19 17:18 Raul2018 阅读(1508) 评论(0) 推荐(0)

摘要: I have a general test class in my nosetests suit and some sub-classes, inheriting from it. The config is likewise: class CGeneral_Test(object):: """Th 阅读全文
posted @ 2018-12-19 15:49 Raul2018 阅读(144) 评论(0) 推荐(0)

2018年12月13日

摘要: 上层div的xpath=//*[@id="launchpadOptionsList"] 其下的所有li的最后一个是//*[@id="launchpadOptionsList"]/li[last()] 再往下面的img可以用//*[@id="launchpadOptionsList"]/li[last 阅读全文
posted @ 2018-12-13 16:51 Raul2018 阅读(1524) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页