摘要: private void XMLToDB_Click(object sender, EventArgs e) { string BoeProductPath =@"e:\ew\BoeProductV2.xml"; XmlTextReader ... 阅读全文
posted @ 2015-06-19 22:47 peixin 阅读(154) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json;string BoeProductPath = @"d:\B.json";Common.common.DownloadFile(url, BoeProductPath);using (StreamReader r = new StreamReader(Bo... 阅读全文
posted @ 2015-06-19 22:44 peixin 阅读(910) 评论(0) 推荐(0)