会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andy_0212
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
21
下一页
2011年9月24日
How to find if native dll is compiled as x64 or x86?
摘要: 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
阅读(106)
评论(0)
推荐(0)
2011年9月18日
提高算法的performance
摘要: 1. 时间换空间比如说 m*n 次invoke A(); 可以再A()的外层加Dictionary做Cache2. |-------|-------|----------| current md---->
阅读全文
posted @ 2011-09-18 00:08 andy_0212
阅读(136)
评论(0)
推荐(0)
2011年9月16日
BAT中的注释符
摘要: BAT中的注释符批处理的注释是什么,是:rem对了,是这个了,在这个后面跟的就不会给批,使用方法:rem 打开程式循环开始 在批处理中,段注释有一种比较常用的方法: goto start = 可以是多行文本,可以是命令 = 可以包含重定向符...
阅读全文
posted @ 2011-09-16 15:10 andy_0212
阅读(350)
评论(0)
推荐(0)
2011年9月1日
Design pattern
摘要: http://en.wikipedia.org/wiki/Software_design_pattern
阅读全文
posted @ 2011-09-01 18:25 andy_0212
阅读(73)
评论(0)
推荐(0)
2011年8月30日
Top 10 ways to dramatically increase your personal productivity
摘要: http://wayneharrel.zielix.com/10-ways-to-increase-your-personal-productivity/
阅读全文
posted @ 2011-08-30 16:46 andy_0212
阅读(83)
评论(0)
推荐(0)
FxCop介绍
摘要: FxCop是一个代码分析工具,它依照微软.NET框架的设计规范对托管代码assembly(可称为程序集,assembly实际上指的就是.net中的.exe或者.dll文件(不包括netmodule文件),这种文件中包含四种信息:assembly的清单(包括引用外部的a...
阅读全文
posted @ 2011-08-30 16:41 andy_0212
阅读(230)
评论(0)
推荐(0)
2011年8月29日
一个软件,internal version 和external version, 安装有问题
摘要: 现在我们做了一个软件,分为internal version 和external version。external version的功能受限。比如Interval verison 叫 software internal; external version 叫softwa...
阅读全文
posted @ 2011-08-29 17:26 andy_0212
阅读(207)
评论(0)
推荐(0)
InstallShield, Product Codes, Package Codes, and Upgrade Codes, Oh my god!
摘要: 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
阅读(193)
评论(0)
推荐(0)
Free installer for Windows programs
摘要: Inno Setup http://www.jrsoftware.org/isinfo.php
阅读全文
posted @ 2011-08-29 15:14 andy_0212
阅读(93)
评论(0)
推荐(0)
2011年8月27日
C语言中史上最愚蠢的Bug
摘要: http://coolshell.cn/articles/5388.html本文来自“The most stupid C bug ever”,很有意思,分享给大家。我相信这样的bug,就算你是高手你也会犯的。你来看看作者犯的这个Bug吧。。首先,作者想用一段程序来创建...
阅读全文
posted @ 2011-08-27 00:49 andy_0212
阅读(127)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
21
下一页
公告