摘要: You can use dumpbin too. Use the /headers or /all flag and it's the first file header listed.dumpbin /headers cv210.dll64-bit:Microsof... 阅读全文
posted @ 2011-09-24 12:11 andy_0212 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1. 时间换空间比如说 m*n 次invoke A(); 可以再A()的外层加Dictionary做Cache2. |-------|-------|----------| current md----> 阅读全文
posted @ 2011-09-18 00:08 andy_0212 阅读(131) 评论(0) 推荐(0) 编辑
摘要: BAT中的注释符批处理的注释是什么,是:rem对了,是这个了,在这个后面跟的就不会给批,使用方法:rem 打开程式循环开始 在批处理中,段注释有一种比较常用的方法: goto start = 可以是多行文本,可以是命令 = 可以包含重定向符... 阅读全文
posted @ 2011-09-16 15:10 andy_0212 阅读(332) 评论(0) 推荐(0) 编辑
摘要: http://en.wikipedia.org/wiki/Software_design_pattern 阅读全文
posted @ 2011-09-01 18:25 andy_0212 阅读(65) 评论(0) 推荐(0) 编辑
摘要: http://wayneharrel.zielix.com/10-ways-to-increase-your-personal-productivity/ 阅读全文
posted @ 2011-08-30 16:46 andy_0212 阅读(73) 评论(0) 推荐(0) 编辑
摘要: FxCop是一个代码分析工具,它依照微软.NET框架的设计规范对托管代码assembly(可称为程序集,assembly实际上指的就是.net中的.exe或者.dll文件(不包括netmodule文件),这种文件中包含四种信息:assembly的清单(包括引用外部的a... 阅读全文
posted @ 2011-08-30 16:41 andy_0212 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 现在我们做了一个软件,分为internal version 和external version。external version的功能受限。比如Interval verison 叫 software internal; external version 叫softwa... 阅读全文
posted @ 2011-08-29 17:26 andy_0212 阅读(195) 评论(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 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Inno Setup http://www.jrsoftware.org/isinfo.php 阅读全文
posted @ 2011-08-29 15:14 andy_0212 阅读(84) 评论(0) 推荐(0) 编辑
摘要: http://coolshell.cn/articles/5388.html本文来自“The most stupid C bug ever”,很有意思,分享给大家。我相信这样的bug,就算你是高手你也会犯的。你来看看作者犯的这个Bug吧。。首先,作者想用一段程序来创建... 阅读全文
posted @ 2011-08-27 00:49 andy_0212 阅读(116) 评论(0) 推荐(0) 编辑