上一页 1 ··· 356 357 358 359 360 361 362 363 364 ··· 399 下一页
摘要: 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 阅读(9928) 评论(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 阅读(262) 评论(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 阅读(256) 评论(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 阅读(231) 评论(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 阅读(1660) 评论(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 阅读(205) 评论(0) 推荐(0)
摘要: 发现右键项目的时候,是没有类图的。https://msdn.microsoft.com/en-us/library/hyxd8c85.aspx右键项目--添加--新建项。 选择类图。然后将整个项目拖动到类图中 阅读全文
posted @ 2015-08-14 19:54 ChuckLu 阅读(1544) 评论(0) 推荐(0)
摘要: Make an existing Git branch track a remote branch? Given a branch foo and a remote upstream: As of Git 1.8.0: Or, if local branch foo is not the curre 阅读全文
posted @ 2015-08-14 17:44 ChuckLu 阅读(13286) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/4817369/why-does-does-it-really-listt-implement-all-these-interfaces-not-just-ilis 作者针对上面的问题,专门写了一篇文章 http://blogs. 阅读全文
posted @ 2015-08-14 14:37 ChuckLu 阅读(161) 评论(0) 推荐(0)
摘要: 1.关闭诊断工具vs2015在程序启动之后,自带了内存和cpu使用情况查看的诊断工具。不喜欢这个,直接点击诊断工具右上角的关闭按钮2.解决方案资源管理器程序启动之后,解决方案资源管理器,被收缩到右侧了强制show出来,然后用钉子钉住3.git使用的时候,需要添加针对.vs的忽略vs2015能够自动针... 阅读全文
posted @ 2015-08-14 10:22 ChuckLu 阅读(591) 评论(0) 推荐(0)
上一页 1 ··· 356 357 358 359 360 361 362 363 364 ··· 399 下一页