享元模式 (The Flyweight Pattern) 实例详解 2010年04月27日 策略模式 (The Strategy Pattern) 实例详解 2010年04月27日
基于66个网页-相关网页
Figure 15: Object model after applying the Flyweight pattern.
图15:使用Flyweight后的对象模型。
But, fundamentally, reuse via design patterns is fine-grained: one solution (the Flyweight pattern, for example) is orthogonal to another (the Memento pattern).
但是,从根本上来说通过模式实现重用属于细粒度操作:一个解决方案是(比如享元(Flyweight)模式)与另一个解决方案(备忘录模式)正交。
But... applying the Flyweight [GoF] pattern raises a new challenge for our designer.
但是……应用flyweight [g oF]模式给设计者带来了新的挑战。
应用推荐