摘要:
阅读全文
posted @ 2004-06-01 17:15
edobnet
阅读(1348)
评论(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
阅读(1257)
评论(4)
推荐(0)
摘要:
阅读全文
posted @ 2004-06-01 13:47
edobnet
阅读(1249)
评论(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
阅读(1563)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2004-06-01 13:19
edobnet
阅读(410)
评论(0)
推荐(0)
浙公网安备 33010602011771号