<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_潇湘隐者_分类_设计模式</title><id>http://feed.cnblogs.com/blog/u/57955/category/214872/rss</id><updated>2012-06-03T14:23:35Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/category/214872.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/57955/category/214872/rss"/><entry><id>http://www.cnblogs.com/kerrycode/archive/2009/10/20/1587161.html</id><title type="text">设计模式——单例模式</title><summary type="text">学习设计模式也有一段时间了，看了些书籍也一直在园子里关注设计模式的文章，无奈动手比较少，仅仅几个设计模式拿来应用过，其它的基本上仅限于了解概念而已。悲哉！悲哉！前阵子在项目里居然发现可以应用单例模式，呵呵，颇有些惊喜。故写下面的。以此巩固和梳理自己的知识，加深理解。什么叫单例模式？ 单例模式又叫做单态模式或者单件模式 概念1（GOF）：单例模式（Single）是指保证一个类仅有一个实例，并提...</summary><published>2009-10-20T15:17:00Z</published><updated>2009-10-20T15:17:00Z</updated><author><name>潇湘隐者</name><uri>http://www.cnblogs.com/kerrycode/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kerrycode/archive/2009/10/20/1587161.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kerrycode/archive/2009/10/20/1587161.html"/><content type="text">学习设计模式也有一段时间了，看了些书籍也一直在园子里关注设计模式的文章，无奈动手比较少，仅仅几个设计模式拿来应用过，其它的基本上仅限于了解概念而已。悲哉！悲哉！前阵子在项目里居然发现可以应用单例模式，呵呵，颇有些惊喜。故写下面的。以此巩固和梳理自己的知识，加深理解。什么叫单例模式？ 单例模式又叫做单态模式或者单件模式 概念1（GOF）：单例模式（Single）是指保证一个类仅有一个实例，并提...</content></entry></feed>
