上一页 1 ··· 343 344 345 346 347 348 349 350 351 ··· 389 下一页
摘要: 1.新建一个XtraForm窗体2.运行显示这个窗体,会发现没有任何变化,显示的还是winform的样式3.在Program.cs文件的Main函数中添加DevExpress.Skins.SkinManager.EnableFormSkins();4.再次运行程序,就可以显示出DevExpress的... 阅读全文
posted @ 2015-09-06 14:46 ChuckLu 阅读(1176) 评论(0) 推荐(0) 编辑
摘要: 1.确保客户端可以接收到服务端的异常 2.部署wcf出错,http错误404.3 3.无法自动调试 未能调试远程过程。这通常说明未在服务器上启用调试 WCF 托管在IIS上 4.ChannelFactory.Endpoint 上的地址属性为空。ChannelFactory 的终结点必须指定一个有效的 阅读全文
posted @ 2015-09-06 13:26 ChuckLu 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(187) 评论(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 阅读(1173) 评论(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 阅读(3849) 评论(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 阅读(240) 评论(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 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 之前写的方法,使用try catch来处理如果能捕获异常就说明问题public bool CheckLegal() { double number; bool flag = true; try { ... 阅读全文
posted @ 2015-09-01 17:10 ChuckLu 阅读(1808) 评论(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 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 以开源记牌器https://github.com/Epix37/Hearthstone-Deck-Tracker 为例,Hearthstone Deck Tracker项目中的后期生成事件命令行: if "$(ConfigurationName)" == "Release" ( rmdir /S / 阅读全文
posted @ 2015-08-31 08:49 ChuckLu 阅读(4926) 评论(1) 推荐(0) 编辑
上一页 1 ··· 343 344 345 346 347 348 349 350 351 ··· 389 下一页