摘要: An excelent website:http://www.yoda.arachsys.com/csharp/index.html 阅读全文
posted @ 2012-01-06 17:07 Müller 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Source: http://csharpindepth.com/Articles/General/Singleton.aspxThe singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be created, and usually gives simple access to that instance. Most com 阅读全文
posted @ 2012-01-06 16:48 Müller 阅读(69) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-01-06 16:42 Müller 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-01-06 15:20 Müller 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-01-06 15:01 Müller 阅读(3) 评论(0) 推荐(0) 编辑