Hero is coming back

风吹呀吹

风会指引你前进的方向

摘要: NPOI下载地址:点击下载 阅读全文
posted @ 2017-11-15 15:28 风吹呀吹 阅读(909) 评论(0) 推荐(1) 编辑
摘要: using System.Net; public void FindFile(string dirPath) //参数dirPath为指定的目录 { DirectoryInfo Dir = new DirectoryInfo(dirPath); foreach (DirectoryInfo d in Dir.GetDi... 阅读全文
posted @ 2017-11-15 14:29 风吹呀吹 阅读(264) 评论(0) 推荐(0) 编辑
摘要: using System.Net; public string getCode(string url) { string htmlCode; using (WebClient client = new WebClient()) { htmlCode = client.Dow... 阅读全文
posted @ 2017-11-15 13:55 风吹呀吹 阅读(177) 评论(0) 推荐(0) 编辑
摘要: public void createHtml(string fileName, string path) { path = System.IO.Path.Combine(path, fileName); Console.WriteLine("Path to my file: {0}\n", path); i... 阅读全文
posted @ 2017-11-15 12:48 风吹呀吹 阅读(351) 评论(0) 推荐(0) 编辑
摘要: //引用using //写入方法 阅读全文
posted @ 2017-11-15 11:23 风吹呀吹 阅读(2685) 评论(0) 推荐(0) 编辑