摘要:
@ 什么是命令模式? 命令模式的定义: Encapsulate a request as an object,thereby letting you parameterize clients with different requests,queue or log requests,and supp 阅读全文
摘要:
@ 什么是中介者模式? 中介者模式的定义: Define an object that encapsulates how a set of objects interact.Mediator promotes loose coupling by keeping objects from referr 阅读全文