Note 03/08/2008 由 群群 · Published 03/08/2008 访问者模式(Visitor Pattern) 一、 访问者(Visitor)模式访问者模式的目的是封装一些施加于某...
Note 03/08/2008 由 群群 · Published 03/08/2008 迭代器模式(Iterator pattern) 一、 引言 迭代这个名词对于熟悉Java的人来说绝对不陌生。我们...
Note 03/08/2008 由 群群 · Published 03/08/2008 装饰模式(Decorator Pattern) 一、 装饰(Decorator)模式装饰(Decorator)模式又...
Note 03/08/2008 由 群群 · Published 03/08/2008 解释器模式(Robot pattern) namespace DesignPattern.Interprete...
Note 03/08/2008 由 群群 · Published 03/08/2008 命令模式(Command Pattern) 一、 命令(Command)模式命令(Command)模式属于对象的...