08 2011 档案

摘要:http://wayneharrel.zielix.com/10-ways-to-increase-your-personal-productivity/ 阅读全文
posted @ 2011-08-30 16:46 andy_0212 阅读(83) 评论(0) 推荐(0)
摘要:FxCop是一个代码分析工具,它依照微软.NET框架的设计规范对托管代码assembly(可称为程序集,assembly实际上指的就是.net中的.exe或者.dll文件(不包括netmodule文件),这种文件中包含四种信息:assembly的清单(包括引用外部的a... 阅读全文
posted @ 2011-08-30 16:41 andy_0212 阅读(234) 评论(0) 推荐(0)
摘要:现在我们做了一个软件,分为internal version 和external version。external version的功能受限。比如Interval verison 叫 software internal; external version 叫softwa... 阅读全文
posted @ 2011-08-29 17:26 andy_0212 阅读(211) 评论(0) 推荐(0)
摘要:So you’ve created an upgrade item with InstallShield (mine is 11.5), you’ve set everything up right as far as you can tell, and when y... 阅读全文
posted @ 2011-08-29 15:15 andy_0212 阅读(197) 评论(0) 推荐(0)
摘要:Inno Setup http://www.jrsoftware.org/isinfo.php 阅读全文
posted @ 2011-08-29 15:14 andy_0212 阅读(95) 评论(0) 推荐(0)
摘要:http://coolshell.cn/articles/5388.html本文来自“The most stupid C bug ever”,很有意思,分享给大家。我相信这样的bug,就算你是高手你也会犯的。你来看看作者犯的这个Bug吧。。首先,作者想用一段程序来创建... 阅读全文
posted @ 2011-08-27 00:49 andy_0212 阅读(133) 评论(0) 推荐(0)
摘要:When you run unit test by NUnit, some times, it will say that "Some of the *.dll or its dependency could not be found", this time you ... 阅读全文
posted @ 2011-08-26 14:35 andy_0212 阅读(85) 评论(0) 推荐(0)
摘要:使用ReSharper插件能够进行代码简化和智能提示Resharper 5.1 注册码User Name: UserKey: D9d09DSYJel9IyuDU4btAQwZcbLugUad 阅读全文
posted @ 2011-08-21 16:26 andy_0212 阅读(92) 评论(0) 推荐(0)
摘要:http://www.codeproject.com/KB/cs/DynamicCodeGeneration.aspxDynamic Code Generation Why generate code? As the name suggests, dynamic c... 阅读全文
posted @ 2011-08-18 09:41 andy_0212 阅读(160) 评论(0) 推荐(0)
摘要:用版本控制如那件,不能chekcout我们的 “configureration rule”,虽然我有权限。但是message说“我没有权限”。Solution:1. 原来这个“configureration rule“已经被我其他的revisioncheck out了... 阅读全文
posted @ 2011-08-01 09:10 andy_0212 阅读(134) 评论(0) 推荐(0)