摘要: 1、定义 1.1 标准定义 访问者模式(Visitor Pattern)是一个相对简单的模式,其定义如下:Represent an operation to be performed on the elements of an object structure. Visitor lets you d 阅读全文
posted @ 2017-08-07 23:41 Memset 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1、定义 1.1 标准定义 备忘录模式(Memento Pattern)提供了一种弥补真实世界缺陷的方法,让“后悔药”在程序的世界中真实可行,其定义如下:Without violating encapsulation,capture and externalize an object's inter 阅读全文
posted @ 2017-08-07 21:18 Memset 阅读(218) 评论(0) 推荐(0) 编辑