摘要: /************************************************************************************** 代码:吴蒋* 时间:2012.03.30* 说明:重写微软的SQLHELP的数据库操作基类* 其他:* 修改人:* 修改时间:* 修改说明:************************************************************************************/using System;using System.Data;using System.Data.SqlClien 阅读全文
posted @ 2012-03-30 13:37 吴蒋 阅读(1453) 评论(0) 推荐(0) 编辑
摘要: // ===============================================================================// Microsoft Data Access Application Block for .NET// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp//// SQLHelper.cs//// This file contains the implementations of the SqlHelper and SqlHelperParameterCa 阅读全文
posted @ 2012-03-30 13:32 吴蒋 阅读(426) 评论(0) 推荐(0) 编辑
摘要: /************************************************************************************** 代码:吴蒋* 时间:2012.03.30* 说明:字符串处理公共基类* 其他:* 修改人:* 修改时间:* 修改说明:************************************************************************************/using System;using System.Web;using System.Text.RegularExpressions;u 阅读全文
posted @ 2012-03-30 13:29 吴蒋 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: 1 /************************************************************************************* 2 * 代码:吴蒋 3 * 时间:2012.03.30 4 * 说明:缓存公共基类 5 * 其他: 6 * 修改人: 7 * 修改时间: 8 * 修改说明: 9 ************************************************************************************/ 10 using System; 11 using System.W... 阅读全文
posted @ 2012-03-30 13:26 吴蒋 阅读(895) 评论(0) 推荐(0) 编辑