摘要: [from Software Engineering Radio]Architectural Patterns are concerned with strategic aspects of a system. They have a global impact on the whole implementation of a system.Design Patterns are concerne... 阅读全文
posted @ 2009-08-23 14:02 asker 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 一道SQL题:Friend 表数据如下 PersonID FriendID 1 2 1 3 2 ... 阅读全文
posted @ 2008-12-11 17:28 asker 阅读(245) 评论(1) 推荐(0) 编辑
摘要: 遇到的一段面试题:问下面的类运行 Test的时候是否会引起死锁。 public class MyClass { public void Test(int num) { if (num > 10) { lock (this) { ... 阅读全文
posted @ 2008-12-09 13:26 asker 阅读(1426) 评论(18) 推荐(0) 编辑
摘要: 打开注册表, 定位到"HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers" 新建项(主键):"Copy To", 选中“Copy To”项,在右窗格中,双击“默认”,此时弹出对话框的“数值数据”框中键入“{C2FBB630-2971-11D1-A18C-00C04FD75D13}”。单击“确定”按钮。 "Copy T... 阅读全文
posted @ 2008-11-25 20:59 asker 阅读(186) 评论(0) 推荐(0) 编辑
摘要: ObjectBuilder 一.Builder : BuilderBase中四个比较重要的概念: 解释: BuidlerContext是一个概念型的环境对象,在这个对象中,包含着一组Strategys对象,一组Polices对象,一个Locator对象, ObjectBuidler采用Strategys Pipeline(策略流)概念,设计师必须透过Strategy串行来... 阅读全文
posted @ 2008-09-13 08:56 asker 阅读(244) 评论(0) 推荐(0) 编辑