摘要: 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) 编辑