摘要: 在事件和委托机制中使用Observer 模式 ,事件好像是Subject对象,委托行为好像是观察者。 在集合类中IEnumerable和IEnumerator接口实现Iterator模式,来遍历collections。 在Stream和BufferedStream类动态增加功能通过Decorator模式。 .Net Framework和COM 组件之间的交互,他们... 阅读全文
posted @ 2007-07-27 16:26 许晓光 阅读(534) 评论(0) 推荐(1) 编辑
摘要: 将一个类的接口转换成客户希望的另一个接口,Adapter模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 convert the interface of class into another interface clients expect.Adapter lets classes work together that could not otherwise because of... 阅读全文
posted @ 2007-07-27 15:14 许晓光 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 瀑布模型Waterfall 迭代模型Iterative 螺旋模型Spiral 敏捷模型Agile 阅读全文
posted @ 2007-07-27 14:06 许晓光 阅读(244) 评论(0) 推荐(0) 编辑
摘要: specify the kind of objects to create using a prototypical instance, and create new objects by copying this prototype. 依赖关系的倒置 – 抽象A直接依赖于实现细节b 抽象不应该依赖于实现细节,实现细节应该依赖于抽象。 –抽象A依赖于抽象B,实 现细节b依赖于抽象B Member... 阅读全文
posted @ 2007-07-27 12:57 许晓光 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 将一个复杂对象的构建与其表示相分离,使得同样的构建过程可以创建不同的表示。《设计模式》GoF seperate the construction of a complex object from it representation so that the same construction process can create different representions. Builder 模... 阅读全文
posted @ 2007-07-27 12:49 许晓光 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 微软code name “Acropolis”CTP 是一系列的组件和工具集,更易于创建和管理.NET Windows Client Applicaitons.大家可以下载体验这种新技术!The Microsoft code name “Acropolis” CTP is a set of components and tools that make it easier for developer... 阅读全文
posted @ 2007-07-27 09:29 许晓光 阅读(713) 评论(0) 推荐(0) 编辑
摘要: meteorology 气象学atmosphere 大气climate 气候elements 自然力量(风 、雨)temperature 气温to be warm, to be hot... 阅读全文
posted @ 2007-07-27 09:07 许晓光 阅读(349) 评论(0) 推荐(0) 编辑