摘要:
@[Toc] 什么是原型模式? 原型模式是一个比较简单,但应用频率比较高的设计模式。 Specify the kinds of objects to create using a prototypical instance,and create new objects by copying this 阅读全文
摘要:
1、BPMN简介 业务流程模型和标记法(BPMN, Business Process Model and Notation)是一套图形化表示法,用于以业务流程模型详细说明各种业务流程。 它最初由业务流程管理倡议组织(BPMI, Business Process Management Initiati 阅读全文
摘要:
@[Toc] 什么是代理模式? 代理模式(Proxy Pattern)是一个使用率非常高的模式,其定义如下: Provide a surrogate or placeholder for another object to control access to it.(为其他对象提供 一种代理以控制对 阅读全文
摘要:
@[Toc] 什么是建造者模式? 建造者模式(Builder Pattern)也叫做生成器模式,其定义如下: Separate the construction of a complex object from its representation so that the same construc 阅读全文