享受代码,享受人生

SOA is an integration solution. SOA is message oriented first.
The Key character of SOA is loosely coupled. SOA is enriched
by creating composite apps.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年3月26日

摘要: 在.net下实现Singleton,估计很多人都知道了.下面的代码可以说经典. classMySingleton { privatestaticMySingletoninstance=newMySingleton(); publicstaticMySingletonInstance{get{returninstance;}} ... 阅读全文

posted @ 2005-03-26 22:30 idior 阅读(3540) 评论(11) 推荐(0) 编辑

摘要: 效果如图: 1. 打开你的VS.Net安装目录(默认C:\Program Files\Microsoft Visual Studio .NET 2003) 2. 进一步打开\VC#\CSharpProjectItems\LocalProjectItems,然后编辑LocalProjectItems.vsdir文件,在文件的末尾加上 ..\CSharpAddInterface... 阅读全文

posted @ 2005-03-26 21:43 idior 阅读(1394) 评论(5) 推荐(0) 编辑