Fork me on GitHub
摘要: 1 [root@ ~/learn_code/design_pattern/19_order]$ cat order.cpp 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 using namespace std; 9 10 class Receiver... 阅读全文
posted @ 2017-05-22 20:39 码农的逼格 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.cnblogs.com/jiese/p/3164940.html http://design-patterns.readthedocs.io/zh_CN/latest/structural_patterns/bridge.html 阅读全文
posted @ 2017-05-22 20:37 码农的逼格 阅读(825) 评论(0) 推荐(2) 编辑