09 2014 档案

摘要:using System;using System.Collections.Generic;using System.Web;using System.Web.UI.WebControls;using System.IO;using System.Data;using System.Data.Ole... 阅读全文
posted @ 2014-09-30 14:35 二哥(阿伟) 阅读(360) 评论(0) 推荐(0)
摘要:读文件: 1 StreamReader sr = new StreamReader(FileName, Encoding.Default); 2 string content = ""; 3 content = sr.ReadLine... 阅读全文
posted @ 2014-09-22 15:36 二哥(阿伟) 阅读(129) 评论(0) 推荐(0)
摘要:internal class WaveFile { #region 字段和属性 //文件路径 private string filepath; //文件详情对象 private FileInfo fileInfo; ... 阅读全文
posted @ 2014-09-22 15:23 二哥(阿伟) 阅读(524) 评论(0) 推荐(0)