2004年6月1日
摘要: 阅读全文
posted @ 2004-06-01 17:15 edobnet 阅读(1337) 评论(4) 推荐(0) 编辑
摘要: using System;namespace CSDesingPattern{ class Singleton { private static Singleton mInstance; private int x = 0; private Singleton(){} public static Singleton GetObject() { if (mInstance == ... 阅读全文
posted @ 2004-06-01 15:45 edobnet 阅读(1244) 评论(4) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2004-06-01 13:47 edobnet 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: myService.asmx.cs 添加类:MyHeader 从 System.Web.Services.Protocols.SoapHeader继承 完整的代码如下 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Diagnostics; us... 阅读全文
posted @ 2004-06-01 13:39 edobnet 阅读(1557) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2004-06-01 13:19 edobnet 阅读(400) 评论(0) 推荐(0) 编辑