找到相关内容 1
一天学一个模式_第一天:策略模式
概念:  策略模式定义了一系列的算法,并将每一个算法封装起来,而且使它们还可以相互替换。策略模式让算法独立于使用它的客户而独立变化。     (原文:The Strategy Pattern defines a family of algorithms,encapsulates
http://cyqdata.com/cnblogs/article-detail-52614