代码改变世界

随笔档案-2004年06月

2 useful uitlities from www.sysinternals.com

2004-06-28 13:40 by atempcode, 898 阅读, 收藏,
摘要: 不多说了,debug必备。File monitor: http://www.sysinternals.com/ntw2k/source/filemon.shtmlFileMon monitors and displays file system activity on a system in real-time. Its advanced capabilities make it a powerf... 阅读全文

Set the symbol server for debugging

2004-06-24 21:29 by atempcode, 1019 阅读, 收藏,
摘要: 在调试VC 程序时, 在 call stack window中经常会看到类似 USER32.dll!77e1c52 的条目。你知道那是一个函数,但看不出是哪个函数。其实MS已经提供了很多system dll 的 symbol file - .pdb,你需要的就是在VS.Net里设置好一些选项。MS KB http://support.microsoft.com/default.aspx?scid=... 阅读全文

Blog with Visual Blogger 2004

2004-06-23 14:51 by atempcode, 934 阅读, 收藏,
摘要: 本来想用VisualBlogger2004来post这一篇blog, 在designer window 里写得好好的中文,切换到HTML window 再切换回来,全成了乱码。faint, 立此存照。before:after: 阅读全文

Test blog from VisualBlogger2004[]

2004-06-23 14:14 by atempcode, 408 阅读, 收藏,
摘要: Please ignore 阅读全文

Microsoft invited to join Eclipse Foundation

2004-06-22 10:42 by atempcode, 640 阅读, 收藏,
摘要: http://www.eweek.com/article2/0,1759,1615143,00.aspMS has the best IDE for the .net framwork, and Eclipse is IMO the best IDE for Java. Think of editing ASP.Net code in Eclipse... 阅读全文

Observer pattern and IStatusCallBack in VSIP

2004-06-18 15:57 by atempcode, 611 阅读, 收藏,
摘要: In the VSIP, it is common that some part needs to be notified when status of some other part changed. To do this, we need to define 2 interfaces, one for the observer, and the other for the subject, t... 阅读全文

CVS, Bugzilla, NAnt and Draco.Net

2004-06-18 15:42 by atempcode, 1016 阅读, 收藏,
摘要: 在我目前管理的一个项目中,全部采用了open source的工具进行配置管理:Source control: CVSBug track: BugzillaDaily build: Nant and Draco.net 我会在随后的blog中和大家分享使用的经验。 阅读全文