上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 400 下一页
摘要: 1.第一种方法git gui菜单栏上repository-->visual all branch history或者直接使用命令gitk --all2.在git bash中,使用命令查看git log --graph --all【命令行查看不太适合相差太大的分支,分支的共同父节点和分支的当前节点隔开... 阅读全文
posted @ 2015-08-21 17:03 ChuckLu 阅读(24650) 评论(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 阅读(397) 评论(0) 推荐(0)
摘要: 在develop分支上rebase另外一个分支master,是将master作为本地,develop作为远端来处理的。 最后的效果是,develop分支看起来像是在master分支的最新的节点之后才进行开发的 develop分支上的commit记录 Administrator@LuJunTao MI 阅读全文
posted @ 2015-08-21 13:55 ChuckLu 阅读(12646) 评论(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 阅读(9934) 评论(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 阅读(266) 评论(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 阅读(259) 评论(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 阅读(235) 评论(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 阅读(1664) 评论(0) 推荐(0)
摘要: The numbers correspond to the internal version numbers of various editions of Visual Studiohttp://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Versio... 阅读全文
posted @ 2015-08-17 11:15 ChuckLu 阅读(209) 评论(0) 推荐(0)
摘要: 发现右键项目的时候,是没有类图的。https://msdn.microsoft.com/en-us/library/hyxd8c85.aspx右键项目--添加--新建项。 选择类图。然后将整个项目拖动到类图中 阅读全文
posted @ 2015-08-14 19:54 ChuckLu 阅读(1554) 评论(0) 推荐(0)
上一页 1 ··· 357 358 359 360 361 362 363 364 365 ··· 400 下一页