共谱一曲
希望更多的朋友一起交流 一起学习 共同进步 在程序这块净土上寻找真正的梦想 QQ:825696924
摘要: 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)