原创 設計模式(18)-Command Pattern

 -----------http://www.cnblogs.com/zhenyulu/articles/69858.html 一、 命令(Command)模式 命令(Command)模式屬於對象的行爲模式【GOF95】。命令模式又稱爲

原创 設計模式(14)-Flyweight Pattern

 -----------http://www.cnblogs.com/zhenyulu/articles/55793.html 一、 享元(Flyweight)模式 Flyweight在拳擊比賽中指最輕量級,即"蠅量級",有些作者翻譯爲"

原创 設計模式(17)-Chain of Responsibility Pattern

 ----------http://www.cnblogs.com/zhenyulu/articles/65850.html 行爲模式(Behavioral Pattern)是對在不同的對象之間劃分責任和算法的抽象化。行爲模式不僅僅是關於

原创 C#設計模式(13)-Proxy Pattern

 -----------http://www.cnblogs.com/zhenyulu/articles/48128.html 一、 代理(Proxy)模式 代理(Proxy)模式給某一個對象提供一個代理,並由代理對象控制對原對象的引用。

原创 設計模式(22)-Strategy Pattern

 --------------http://www.cnblogs.com/zhenyulu/articles/82017.html 一、 策略(Strategy)模式 策略模式的用意是針對一組算法,將每一個算法封裝到具有共同接口的獨立的

原创 C#設計模式(10)-Adapter Pattern

 ------------http://www.cnblogs.com/zhenyulu/articles/39386.html 結構模式(Structural Pattern)描述如何將類或者對象結合在一起形成更大的結構。結構模式描述兩

原创 精彩控件源碼(2)-Farsi Library - Working with Dates, Calendars, and DatePickers

 http://www.codeproject.com/KB/selection/FarsiLibrary.aspx Download DLLs - 122.5 KB Download source code - 252.8 KB Dow