摘要:
NPOI下载地址:点击下载 阅读全文
posted @ 2017-11-15 15:28
风吹呀吹
阅读(921)
评论(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
风吹呀吹
阅读(268)
评论(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
风吹呀吹
阅读(181)
评论(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
风吹呀吹
阅读(358)
评论(0)
推荐(0)
摘要:
//引用using //写入方法 阅读全文
posted @ 2017-11-15 11:23
风吹呀吹
阅读(2701)
评论(0)
推荐(0)

浙公网安备 33010602011771号