另外

想有创造力的人

 

02 2005 档案

最近看的文章,还需要分析
摘要:使用 .NET 和后台智能传输服务 API 来编写自动更新应用程序 .NET 中的对象序列化 KB 文章 使用 Visual C# .NET 同步对多线程环境中共享资源的访问 GUI 博士的忠告:切勿锁定类型对象! 使用线程 使用多线程 http://www.codeproject.com/useritems/File_Upload_Progress_Bar.asp#xx... 阅读全文

posted @ 2005-02-21 17:01 田政.NET 阅读(351) 评论(0) 推荐(0)

行为型 Iterator模式(迭代)
摘要:Definition Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation. UML class diagram Participants The classes and/or obj... 阅读全文

posted @ 2005-02-12 23:33 田政.NET 阅读(595) 评论(0) 推荐(0)

行为型模式 Observer观察者模式
摘要:Definition Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically. UML class diagram Participants ... 阅读全文

posted @ 2005-02-12 23:30 田政.NET 阅读(474) 评论(0) 推荐(0)

结构型模式 外观模式
摘要:Definition Provide a unified interface to a set of interfaces in a subsystem. Façade defines a higher-level interface that makes the subsystem easier to use. UML class diagram Participants ... 阅读全文

posted @ 2005-02-12 23:20 田政.NET 阅读(429) 评论(0) 推荐(0)

结构型模式 享元模式
摘要:Definition Use sharing to support large numbers of fine-grained objects efficiently. UML class diagram Participants The classes and/or objects participating in the Flyweight pattern ... 阅读全文

posted @ 2005-02-12 23:14 田政.NET 阅读(429) 评论(0) 推荐(0)

结构型模式 代理模式
摘要:Definition Provide a surrogate or placeholder for another object to control access to it. UML class diagram Participants The classes and/or objects participating in the Proxy pattern ar... 阅读全文

posted @ 2005-02-12 23:10 田政.NET 阅读(409) 评论(0) 推荐(0)

结构型模式,装饰模式
摘要:Definition Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. UML class diagram Participants ... 阅读全文

posted @ 2005-02-12 23:04 田政.NET 阅读(417) 评论(0) 推荐(0)

行为型模式一 命令模式
摘要:Definition Encapsulate a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations. UML class diagram Partici... 阅读全文

posted @ 2005-02-12 23:00 田政.NET 阅读(453) 评论(0) 推荐(0)

导航