2004年6月3日
摘要: 阅读全文
posted @ 2004-06-03 10:01 edobnet 阅读(575) 评论(0) 推荐(0) 编辑
摘要: SELECT 表名=case when a.colorder=1 then d.name else '' end, 字段序号=a.colorder, 字段名=a.name, 标识=case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then '√'else '' end, 主键=case when exists(SELECT 1 FROM ... 阅读全文
posted @ 2004-06-03 09:48 edobnet 阅读(1827) 评论(5) 推荐(0) 编辑
  2004年6月2日
摘要: Download source - 8 Kb Introduction One of the most popular extensions to the Apache webserver has been mod_rewrite - a filter which rewrites URLs. For example, instead of a URL such as http://www.... 阅读全文
posted @ 2004-06-02 09:48 edobnet 阅读(9830) 评论(19) 推荐(0) 编辑
  2004年6月1日
摘要: 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 阅读(1555) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2004-06-01 13:19 edobnet 阅读(400) 评论(0) 推荐(0) 编辑