diff --git a/notes/设计模式.md b/notes/设计模式.md index 82c09e6d..eb838da7 100644 --- a/notes/设计模式.md +++ b/notes/设计模式.md @@ -699,6 +699,11 @@ request2 is handle by ConcreteHandler2 将命令封装成对象中,具有以下作用: +<<<<<<< HEAD +======= +将命令封装成对象中,具有以下作用: + +>>>>>>> bb2592f820012d6220462f6a18a28d80983aa3f0 - 使用命令来参数化其它对象 - 将命令放入队列中进行排队 - 将命令的操作记录到日志中