上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 63 下一页
摘要: Shared Memory in Windows NT Both code and data are treated the same way in Windows NT—both are represented by pages of memory and both have their pages backed by a file on disk. The only real differen... 阅读全文
posted @ 2008-01-02 22:22 能巴 阅读(611) 评论(0) 推荐(0) 编辑
摘要: Very basic words: The foundation for the system provides the answer to how VMM is able to perform these seemingly miraculous functions. VMM is constructed upon a page-based memory management scheme... 阅读全文
posted @ 2008-01-02 21:47 能巴 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 1. 你们的项目组使用源代码管理工具了么? 应该用。VSS、CVS、PVCS、ClearCase、CCC/Harvest、FireFly都可以。我的选择是VSS。 2. 你们的项目组使用缺陷管理系统了么? 应该用。ClearQuest太复杂,我的推荐是BugZilla。 3. 你们的测试组还在用Word写测试用例么? 不要用Word写测试用例(Test Case)。应该用一个专... 阅读全文
posted @ 2007-12-29 17:34 能巴 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 尽量利用现有的产品、技术、代码千万别什么东西都自己Coding。BizTalk和Sharepoint就是最好的例子,有这两个作为基础,可以把起点 提高很多。或者可以尽量多用现成的Control之类的。或者尽量用XML,而不是自己去Parse一个文本文件;尽量用RegExp,而不是自己从头操 作字符串,等等等等。这就是“软件复用”的体现。 阅读全文
posted @ 2007-12-29 17:18 能巴 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Yeah, nothing more, just note how to say “野指针" in english. Stray pointer, funny! 阅读全文
posted @ 2007-12-29 10:24 能巴 阅读(277) 评论(2) 推荐(0) 编辑
摘要: Realizing 4 GB of Address Space NOte: every process has its own page directory. Translating a virtual address from page directory to page frame is similar to traversing a b-tree structure, where the ... 阅读全文
posted @ 2007-12-29 10:10 能巴 阅读(191) 评论(0) 推荐(0) 编辑
摘要: In debugging big software, if loading all pdbs in starting up it, it consumes too long time. But it's really good method because we can debug into the code section that really does the work in un... 阅读全文
posted @ 2007-12-28 11:01 能巴 阅读(218) 评论(0) 推荐(0) 编辑
摘要: To avoid normal stepIntos, you can just put below text into a reg file and run it: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\NativeDE\StepOver] "CSt... 阅读全文
posted @ 2007-12-28 10:44 能巴 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Rebase and bind is a must for any software product before release. Apparently, the work can't be done partly. For example, there are 20 teams to develop the product. It should not happen that each te... 阅读全文
posted @ 2007-12-27 17:02 能巴 阅读(252) 评论(0) 推荐(0) 编辑
摘要: After I release the document from memeory, I forget to set NULL to the document pointer. Then later when trying to do dynamic_cast, above dialog pops up. But It's not proved true by below code: { CTe... 阅读全文
posted @ 2007-12-27 16:08 能巴 阅读(835) 评论(0) 推荐(0) 编辑
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 63 下一页