2007年4月9日
摘要: 完整的代码如下: using System;using System.Data;using System.Collections;using System.Data.SqlClient;using System.IO;namespace DtsExcel{ //**************************** //Create by chx of Telegnosis /... 阅读全文
posted @ 2007-04-09 18:57 过江 阅读(1177) 评论(1) 推荐(0) 编辑
摘要: 原作出处:http://www.codeproject.com/useritems/tips.asp?df=100 一..Net Framework 1. 如何获得系统文件夹 使用System.Envioment类的GetFolderPath方法;例如: Environment.GetFolderPath( Environment.SpecialFolder.Personal ) 2. 如何获... 阅读全文
posted @ 2007-04-09 12:54 过江 阅读(377) 评论(0) 推荐(0) 编辑