摘要:
public bool downfile(string url, string LocalPath) { try { Uri u = new Uri(url); HttpWebRequest mRequest = (HttpWebRequest)WebRequest.Create(u); mRequest.Method = "GET"; mRequest.ContentType = "application/x-www-form-urlencoded"; HttpWebResponse wr = (HttpWebResponse)mRequest.GetResponse(); Stream s 阅读全文
posted @ 2011-01-04 17:51
共谱一曲
阅读(232)
评论(0)
推荐(0)
摘要:
// XML 文件?xml version="1.0" encoding="utf-8" ?JLVersion version Numberjl-11.0104/Number Time2011-01-04/Time /version/JLVersion//读取xml 返回listpublic Liststring getVersion() { Liststring list = new Liststring(); XmlDocument xmldoc = new XmlDocument(); //获取物理路径 string path = Se 阅读全文
posted @ 2011-01-04 14:45
共谱一曲
阅读(5541)
评论(0)
推荐(1)
浙公网安备 33010602011771号