摘要: /// 常用工具类——Excel操作类 /// ------------------------------------------------ /// CreateConnection:根据Excel文件路径和EXCEL驱动版本生成OleConnection对象实例 /// ExecuteDataSet:执行一条SQL语句,返回一个DataSet对象 ... 阅读全文
posted @ 2016-05-17 16:23 程序员徐坤 阅读(1345) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Reflection; namespace Utils { /// /// /// 常用工具类——应用程序属性信息访问类 /// -------------------------------... 阅读全文
posted @ 2016-05-17 16:22 程序员徐坤 阅读(255) 评论(0) 推荐(0) 编辑