上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 400 下一页
摘要: Benefits of Cold Showers: 7 Reasons Why Taking Cool Showers Is Good For Your HealthMost of us have been caught in that skin-cringing, and often dreade... 阅读全文
posted @ 2015-08-24 09:26 ChuckLu 阅读(392) 评论(0) 推荐(0)
摘要: https://medium.com/life-learning/how-creating-a-meaningful-morning-routine-will-make-you-more-successful-1b7372655938When I first heard friends talk a... 阅读全文
posted @ 2015-08-24 09:18 ChuckLu 阅读(253) 评论(0) 推荐(0)
摘要: 1.第一种方法git gui菜单栏上repository-->visual all branch history或者直接使用命令gitk --all2.在git bash中,使用命令查看git log --graph --all【命令行查看不太适合相差太大的分支,分支的共同父节点和分支的当前节点隔开... 阅读全文
posted @ 2015-08-21 17:03 ChuckLu 阅读(24658) 评论(0) 推荐(0)
摘要: http://code.tutsplus.com/tutorials/rewriting-history-with-git-rebase--cms-231911. Rebasing for a Linear HistoryThe first use case we'll explore involv... 阅读全文
posted @ 2015-08-21 14:35 ChuckLu 阅读(399) 评论(0) 推荐(0)
摘要: 在develop分支上rebase另外一个分支master,是将master作为本地,develop作为远端来处理的。 最后的效果是,develop分支看起来像是在master分支的最新的节点之后才进行开发的 develop分支上的commit记录 Administrator@LuJunTao MI 阅读全文
posted @ 2015-08-21 13:55 ChuckLu 阅读(12649) 评论(0) 推荐(2)
摘要: How do I create a new git branch from an old commit?git checkout -b justin a9c146a09505837ec03bThis will create the new branch and check it out.git br... 阅读全文
posted @ 2015-08-21 10:26 ChuckLu 阅读(9939) 评论(0) 推荐(1)
摘要: WCF服务安全控制之netTcpBinding的用户名密码验证http://www.cnblogs.com/wengyuli/archive/2011/05/14/wcf-nettcpbinding-username.html http://www.cnblogs.com/woxpp/p/62323 阅读全文
posted @ 2015-08-18 17:36 ChuckLu 阅读(267) 评论(0) 推荐(0)
摘要: Method syntax:Enumerable.Range(1, 100).ToList().ForEach(Console.WriteLine);Query syntax:(from n in Enumerable.Range(1, 100) select n) .ToList().For... 阅读全文
posted @ 2015-08-17 16:36 ChuckLu 阅读(261) 评论(0) 推荐(0)
摘要: .NET Framework Client ProfileThe .NET Client Profile is a subset of the .NET Framework, which was provided with .NET Framework 4 and earlier versions ... 阅读全文
posted @ 2015-08-17 15:57 ChuckLu 阅读(240) 评论(0) 推荐(0)
摘要: Resharper中 Visual Studio中注释代码 Ctrl+Alt+/ Ctrl+E+C取消注释 Ctrl+Alt+/ Ctrl+E+U上面的是VS2015中的VS2012中,VS自带的快捷注释,不会被Resharper覆盖,仍然有效 阅读全文
posted @ 2015-08-17 13:28 ChuckLu 阅读(1666) 评论(0) 推荐(0)
上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 400 下一页