摘要:
这是2009年粗略的计划,希望大家给评价评价,如有不妥之处,请管理员删除,谢谢。O(∩_∩)O~ 阅读全文
摘要:
单例模式:保证一个类仅有一个实例,并提供一个访问它的全局访问点。为了不至于很快忘记,这里写三个最常用的方法如下:[代码]运行一下:只有三个"ok" 阅读全文
摘要:
/* * author:zzy * time:2008-12-7 * describe: this is one simple example of proxy pattern; * when you can not invoke a subject directly (eg:remote WebService methed) or you can consider to use this pat... 阅读全文
摘要:
内容图解:代码:用工厂方法模式产生魔兽不同种族[代码]运行结果: 阅读全文