随笔分类 -  My常用类库

摘要://------------------------------------------------------------//有緣无分的愛,终于和你失散在人海...过去的一点一滴,原来什么都不是//------------------------------------------------------------//ExcelEdit//Excel表格各种操作方法,可用于复杂报表//2011.07.17版本:1.0沙罗曼蛇创建//修改记录:// #region[ExcelEdit操作类]///<SUMMARY>///ExcelEdit的摘要说明//引入Excel的COM组件/ 阅读全文
posted @ 2011-10-07 14:08 nogodsend 阅读(416) 评论(0) 推荐(0)
摘要:using System;using System.Data;using System.Xml;using System.Data.OleDb;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The AccessHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summary> pu 阅读全文
posted @ 2011-10-01 00:40 nogodsend 阅读(219) 评论(0) 推荐(0)
摘要:using System;using System.Data;using System.Data.OracleClient;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The OracleHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of OracleClient. /// </summary> public s 阅读全文
posted @ 2011-10-01 00:37 nogodsend 阅读(378) 评论(0) 推荐(0)
摘要:using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections;namespace Anboo.Steel.Utility{ /// <summary> /// The SqlHelper class is intended to encapsulate high performance, scalable best practices for /// common uses of SqlClient /// </summary> p 阅读全文
posted @ 2011-10-01 00:27 nogodsend 阅读(213) 评论(0) 推荐(0)