2009年11月5日

sqlhelper for sql

摘要: sqlhelper for sql 阅读全文

posted @ 2009-11-05 16:50 风乔 阅读(2968) 评论(1) 推荐(0) 编辑

批量删除空行 注释 换行的正则表达式

摘要: 删除注释//.*\n 删除空行^[\s]*\n 删除换行\n空格[ ]+ 阅读全文

posted @ 2009-11-05 16:37 风乔 阅读(373) 评论(0) 推荐(0) 编辑

sqlhelper for access

摘要: using System;using System.Data;using System.Xml;using System.Data.OleDb;using System.Collections;using System.Configuration;namespace Microsoft.ApplicationBlocks.Data{ /// <summary> /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses 阅读全文

posted @ 2009-11-05 16:12 风乔 阅读(227) 评论(0) 推荐(0) 编辑

导航