08 2018 档案

摘要:上传图片并给所上传的图片添加水印 1 HttpPostedFile file = Context.Request.Files[0]; //有这个0说明一次只能上传一张 2 if (file.ContentLength > 0) 3 { 4 string allfilename = Path.GetF 阅读全文
posted @ 2018-08-22 14:50 这个问题解决不了 阅读(220) 评论(0) 推荐(0)
摘要:1 public class GetVerificationCode 2 { 3 /// <summary> 4 /// 生成随机字符串 5 /// </summary> 6 /// <param name="codeCount">验证码长度</param> 7 /// <returns></ret 阅读全文
posted @ 2018-08-21 15:29 这个问题解决不了 阅读(163) 评论(0) 推荐(0)