06 2015 档案

摘要:http://www.useragentstring.com/pages/api.php 阅读全文
posted @ 2015-06-26 11:23 听浪 阅读(424) 评论(0) 推荐(0)
摘要:string Imagefilename 硬盘路径protected string ImgToBase64String(string Imagefilename) { try { Bitmap bmp = ne... 阅读全文
posted @ 2015-06-06 13:53 听浪 阅读(246) 评论(0) 推荐(0)
摘要:private static ImageCodecInfo GetEncoderInfo(String mimeType) { int j; ImageCodecInfo[] encoders; enco... 阅读全文
posted @ 2015-06-06 13:52 听浪 阅读(5816) 评论(0) 推荐(1)
摘要:string url URL地址string path 保存到硬盘的具体路径WebClient wc = new WebClient(); wc.DownloadFile(new Uri(url.ToString()), path); 阅读全文
posted @ 2015-06-06 13:50 听浪 阅读(390) 评论(1) 推荐(0)