随笔分类 -  设计模式

reactor模式
摘要:~ 阅读全文

posted @ 2015-03-23 10:11 kangbry

c++单例
摘要:#include #include using namespace std;class A{public: void printA(){printf("hello A");}};templateclass singleton{private: singleton(); singleton(const... 阅读全文

posted @ 2014-10-28 23:27 kangbry

导航