摘要: 名称: 命令模式(Command Pattern)-对象行为型模式 问题: The Command pattern encapsulates a request in an object, which enables you to store the command, pass the comman 阅读全文
posted @ 2020-06-28 21:02 diameter 阅读(143) 评论(0) 推荐(0)
摘要: 名称: 策略模式(Strategy Pattern)-对象行为模式 问题: The intent of the Strategy Pattern is to define a family of algorithms, encapsulate each algorithm, and make the 阅读全文
posted @ 2020-06-28 18:47 diameter 阅读(136) 评论(0) 推荐(0)