05 2014 档案

摘要:private string GetText() { string resultString = string.Empty; HttpWebRequest request = HttpWebRequest.CreateH... 阅读全文
posted @ 2014-05-27 09:23 以沫浅夏 阅读(442) 评论(0) 推荐(0)
摘要:HttpWebRequest request; HttpWebResponse response; ASCIIEncoding encoding = new ASCIIEncoding(); request = WebRequest... 阅读全文
posted @ 2014-05-22 17:12 以沫浅夏 阅读(333) 评论(0) 推荐(0)
摘要:Image image = Image.FromFile(@"C:\Users\swkj\Documents\Visual Studio 2012\Projects\WebApplication9\WindowsFormsApplication1\ali.jpg");//这是你图片文件的 ... 阅读全文
posted @ 2014-05-20 16:33 以沫浅夏 阅读(485) 评论(0) 推荐(0)