Design Pattern
文章平均质量分 83
fcrpg2005
爱好艺术,体育,音乐……。
展开
-
PHP试写装饰模式(Java、C#亦同)
学过J2SE的人一定还记得swing包中用装饰模式设计的JTextArea 、JScrollPane这些类,刚接触PHP没多久,今天试着写PHP的装饰模式(Decorator) 。装饰模式用来给已有的对象添加额外的功能。。。phpabstract class Component { abstract function writeln();}/** * 装饰类 */clas原创 2007-03-08 22:45:00 · 1135 阅读 · 0 评论 -
(设计模式)Singleton和Double-Checked Locking模式
h1,h2,h3,h4,h5 { font-family:Verdana, Arial; color:#112233; margin:10px 0px; }p { margin:5px 0px; padding:0px; font-family:Verdana, Arial; font-size:12px;color:#334455; }p.pre { line-height:原创 2007-01-20 01:02:00 · 1140 阅读 · 0 评论