上一页 1 ··· 354 355 356 357 358 359 360 361 362 ··· 399 下一页
摘要: http://www.uninstallapp.com/article/How-to-uninstall-Perl-Dev-Kit-PDK-8.0.1.289861.htmlPerfectUninstaller_Setuphttp://www.uninstallapp.com/PerfectUnin... 阅读全文
posted @ 2015-09-06 12:08 ChuckLu 阅读(201) 评论(0) 推荐(0)
摘要: 首先找到了这篇文章http://www.cnblogs.com/haokaibo/archive/2010/07/31/1789342.html然后找到一篇英文的文章http://monsur.xanga.com/2006/02/03/dll-refresh-and-asp-net/The ques... 阅读全文
posted @ 2015-09-06 09:01 ChuckLu 阅读(1194) 评论(0) 推荐(0)
摘要: 1.使用命令来直接查找 假设有分支A和分支B,那么使用以下命令 【http://stackoverflow.com/questions/1549146/find-common-ancestor-of-two-branches】 git merge-base A B 就可以查看这2个分支的共同父节点 阅读全文
posted @ 2015-09-04 05:08 ChuckLu 阅读(4154) 评论(0) 推荐(0)
摘要: Three ways to do WCF instance management (Per call, Per session, and Single).IntroductionVery often we would like to control the way WCF service objec... 阅读全文
posted @ 2015-09-02 14:55 ChuckLu 阅读(248) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/89858/WCF-Concurrency-Single-Multiple-and-Reentrant-andIntroduction and goalIn this article, we will concentrate o... 阅读全文
posted @ 2015-09-02 14:45 ChuckLu 阅读(413) 评论(0) 推荐(0)
摘要: 之前写的方法,使用try catch来处理如果能捕获异常就说明问题public bool CheckLegal() { double number; bool flag = true; try { ... 阅读全文
posted @ 2015-09-01 17:10 ChuckLu 阅读(1838) 评论(0) 推荐(0)
摘要: No, this doesn't exist. You have to remove the tab and re-add it when you want it. Or use a different (3rd-party) tab control. 使用TabControl中的TabPages属 阅读全文
posted @ 2015-09-01 14:44 ChuckLu 阅读(501) 评论(0) 推荐(0)
摘要: 以开源记牌器https://github.com/Epix37/Hearthstone-Deck-Tracker 为例,Hearthstone Deck Tracker项目中的后期生成事件命令行: if "$(ConfigurationName)" == "Release" ( rmdir /S / 阅读全文
posted @ 2015-08-31 08:49 ChuckLu 阅读(4962) 评论(1) 推荐(0)
摘要: using System;using System.Collections.ObjectModel;using System.Linq;namespace ConsoleApplication1{ class Program { private static void Ma... 阅读全文
posted @ 2015-08-30 16:01 ChuckLu 阅读(4378) 评论(0) 推荐(0)
摘要: git for windows 2.5 版本发布了,更新之后,使用git svn的时候,就出错git svn rebase Or git svn dcommitAfter a update git for windows 2.5,I encountered this problem.$ git sv... 阅读全文
posted @ 2015-08-29 03:43 ChuckLu 阅读(4078) 评论(0) 推荐(0)
上一页 1 ··· 354 355 356 357 358 359 360 361 362 ··· 399 下一页