随笔分类 - Stream
摘要:一. 二进制转换成图片 MemoryStream ms = new MemoryStream(bytes); ms.Position = 0; Image img = Image.FromStream(ms); ms.Close(); this.pictureBox1.Image 二. C#中byte[]与string的转换代码 1、System.Text.UnicodeEncodi...
阅读全文
摘要:byte[] buffer = Convert.FromBase64String(param.Base64Code); System.Net.WebClient webClient = new System.Net.WebClient(); param.MsysGuid = Utils.NewGUID; param.FileName = String.Format("{0}.jpg", para...
阅读全文
摘要:string imgUrl = "http://www.scapex.cn/upload/201601/28/201601280915393586.jpg"; if (!string.IsNullOrEmpty(imgUrl)) { WebRequest webRequest = WebRequest.Creat...
阅读全文
posted @ 2016-04-12 09:32
落叶的瞬间;

浙公网安备 33010602011771号