.net 学习

让我们一起学习交流吧!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

08 2008 档案

摘要:单键模式(Singleton) 动机 在软件系统中,经常有这样一些特殊的类,必须保证它们在系统中只存在一个实例,才能确保它们的逻辑正确性、以及良好的效率。 如何绕过常规的构造器,提供一种机制来保证一个类只有一个实例? 这应该是类设计者的责任,而不是使用都的责任。 意图 保证一个类只有一个实例... 阅读全文

posted @ 2008-08-18 18:36 东边日出 阅读(1072) 评论(0) 推荐(0)

摘要:错误信息:An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not... 阅读全文

posted @ 2008-08-04 15:24 东边日出 阅读(145) 评论(0) 推荐(0)

摘要:网络转载:http://hi.baidu.com/wwwdesign/blog/item/5acc0fc44bfd7ecf39db49ab.html 在ie里,查看源文件用notepad(记事本)是很不爽的...可以通过修改注册表来改变打开方式。 (1)打开注册表编辑器。 (2)打开HKEY_LOC... 阅读全文

posted @ 2008-08-04 15:22 东边日出 阅读(893) 评论(0) 推荐(0)