摘要: static void Main(string[] args) { string source = @"D:\c\集合.avi"; string target = @"C:\Users\Administrator\Desktop\集合2.av... 阅读全文
posted @ 2015-05-18 23:14 自由无风 阅读(702) 评论(0) 推荐(0)
摘要: FileStream fsRead = new FileStream(@"C:\Users\Administrator\Desktop\u.html",FileMode.OpenOrCreate,FileAccess.Read); byte[] buffer = new ... 阅读全文
posted @ 2015-05-18 22:55 自由无风 阅读(821) 评论(0) 推荐(0)