上一页 1 ··· 348 349 350 351 352 353 354 355 356 ··· 399 下一页
摘要: Description:Hey Codewarrior!You already implemented aCubeclass, but now we need your help again! I'm talking about constructors. We don't have one. Le... 阅读全文
posted @ 2015-09-27 21:15 ChuckLu 阅读(583) 评论(0) 推荐(0)
摘要: http://www.codewars.com/kata/smallest-unused-idDescription:Hey awesome programmer!You've got much data to manage and of course you use zero-based and ... 阅读全文
posted @ 2015-09-27 21:05 ChuckLu 阅读(497) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/SHA-1Incryptography,SHA-1(Secure Hash Algorithm 1) is acryptographic hash functiondesigned by the United StatesNational ... 阅读全文
posted @ 2015-09-27 17:54 ChuckLu 阅读(321) 评论(0) 推荐(0)
摘要: $ git clone https://github.com/git/git.git git3 将代码clone到指定的文件夹中 自己指定remote的名称 $ git clone -o git https://github.com/git/git.git git4 $ git remote -vg 阅读全文
posted @ 2015-09-27 14:35 ChuckLu 阅读(555) 评论(0) 推荐(0)
摘要: git-rev-list - Lists commit objects in reverse chronological order https://git-scm.com/docs/git-rev-list 按照时间顺序倒序排列的commit Update: If all you need is 阅读全文
posted @ 2015-09-27 12:08 ChuckLu 阅读(2957) 评论(0) 推荐(0)
摘要: 方法一http://stackoverflow.com/questions/25815202/git-fetch-a-single-commitThegit fetchcommand deliversreferences(names, not raw commit-IDs) to the remot... 阅读全文
posted @ 2015-09-27 10:55 ChuckLu 阅读(9982) 评论(0) 推荐(0)
摘要: 1.先去qq邮箱,设置,账户开启pop3服务,假如之前开启过,最好关闭之后重新开启最新版本的必须使用邮箱的独立密码才可以收取邮件(否则就算你之前开通了,也无法用你的qq账号和密码收取邮件的)2.高级设置里面,需要勾选ssl加密,pop3端口设置为995另外,记得不要同步删除邮件服务器的邮件http:... 阅读全文
posted @ 2015-09-27 10:53 ChuckLu 阅读(587) 评论(0) 推荐(0)
摘要: 要删除本地,首先要考虑以下三点 列出所有本地分支 搜索目标分支如:所有含有‘dev’的分支 将搜索出的结果传给删除函数 所以我们可以得到: git br |grep 'dev' |xargs git br -d 本地新建了很多分支,比如 $ git branch brabch branch2 bra 阅读全文
posted @ 2015-09-26 14:50 ChuckLu 阅读(2033) 评论(0) 推荐(0)
摘要: http://speedupcomputercleaner.com/windows-7-error-bex64.php How To Fix Windows 7 Error Bex64 ? What Causes Windows 7 Error Bex64?Registry errors are o... 阅读全文
posted @ 2015-09-25 20:12 ChuckLu 阅读(1580) 评论(0) 推荐(0)
摘要: https://4sysops.com/archives/ipv6-tutorial-part-8-special-addresses/The special IPv6 addresses discussed in this part of the IPv6 tutorial are the uns... 阅读全文
posted @ 2015-09-25 15:46 ChuckLu 阅读(356) 评论(0) 推荐(0)
上一页 1 ··· 348 349 350 351 352 353 354 355 356 ··· 399 下一页