2016年3月14日
摘要: border: 1px solid #DDDDDD;  灰色样式 阅读全文
posted @ 2016-03-14 17:59 雪原日暮 阅读(139) 评论(0) 推荐(0)
摘要:   阅读全文
posted @ 2016-03-14 08:54 雪原日暮 阅读(451) 评论(0) 推荐(0)
摘要: byte[] getImageByte = HttpHelper.getImageByte(HttpContext.Current.Server.MapPath(("~/UploadFiles/StuImgs/" + result_Model.StuImage))); if (getImageByt 阅读全文
posted @ 2016-03-14 08:49 雪原日暮 阅读(358) 评论(0) 推荐(0)
摘要: public static int SaveImageFromWeb(string imgUrl, string path) { var aaa = Environment.CurrentDirectory; string imgName = imgUrl.ToString().Substring( 阅读全文
posted @ 2016-03-14 08:43 雪原日暮 阅读(1829) 评论(0) 推荐(0)