设计模式

07  设计模式

     摘要: 黄牛与PS/2 To USB Converter   阅读全文
posted @ 2010-08-25 08:39 青羽 阅读(591) | 评论 (6) 编辑
     摘要: 先提出两个问题:1、 监管工作谁来做?2、 监管工作如何做?   阅读全文
posted @ 2010-08-18 10:44 青羽 阅读(1166) | 评论 (6) 编辑
     摘要: Template Method模式和Strategy模式都可以分离通用的算法和具体的上下文。 Template Method模式通过继承解决,Strategy通过委托解决。本文通过实例比较TemplateMethod与Strategy。   阅读全文
posted @ 2010-05-10 16:02 青羽 阅读(1134) | 评论 (3) 编辑
     摘要: 自己掌握或是用到用的重构方法还是很有限的,慢慢在实践中摸索吧!Refactorings(重构)列表1. Add parameter(添加参数)2. Change bidirectional association to unidirectional(将双向关联改为单项)3. Change reference to value (将引用对象改为实值对象)4. Change unidirectiona...   阅读全文
posted @ 2009-07-21 11:12 青羽 阅读(152) | 评论 (0) 编辑
     摘要: conceptdraw   阅读全文
posted @ 2008-11-27 17:02 青羽 阅读(472) | 评论 (0) 编辑
     摘要: 行为型模式UML图   阅读全文
posted @ 2008-11-06 10:49 青羽 阅读(200) | 评论 (0) 编辑
     摘要: 结构型模式UML图   阅读全文
posted @ 2008-11-03 15:26 青羽 阅读(286) | 评论 (0) 编辑
     摘要: 创建型模式结构图   阅读全文
posted @ 2008-10-30 16:24 青羽 阅读(234) | 评论 (0) 编辑
posted @ 2007-04-11 12:03 青羽 阅读(131) | 评论 (0) 编辑

你可能感兴趣的:(设计模式)