摘要: 前台Html页面 后台验证码处理 GeeTestHelper 阅读全文
posted @ 2017-01-13 16:50 SpringLeee 阅读(5981) 评论(3) 推荐(0) 编辑
摘要: string newValue = base.Request["tel"]; string newValue2 = base.Request["pwd"]; string postUrl = "https://uac.10010.com/portal/Service/MallLogin"; ... 阅读全文
posted @ 2017-01-13 13:49 SpringLeee 阅读(1604) 评论(0) 推荐(0) 编辑
摘要: KeyValuePair keyPair = Encrypter.CreateRSAKey(); string privateKey = keyPair.Value; string publicKey = keyPair.Key; string content = "cc"; ... 阅读全文
posted @ 2017-01-13 10:27 SpringLeee 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: object oMissing = System.Reflection.Missing.Value; Word._Application oWord = new Word.Application(); oWord.Visible = false; ... 阅读全文
posted @ 2017-01-13 10:21 SpringLeee 阅读(666) 评论(0) 推荐(0) 编辑
摘要: string password = "213978863940714"; string signatureAlgorithm = "SHA1WithRSA"; // Generate RSA key pair var rsaGener... 阅读全文
posted @ 2017-01-13 10:19 SpringLeee 阅读(7351) 评论(8) 推荐(0) 编辑
摘要: [HttpGet] public ActionResult WoSign() { // System.IO.FileStream fs = System.IO.File.OpenRead(System.Web.HttpContext.Current.Server.MapPath("~/Content 阅读全文
posted @ 2017-01-13 10:13 SpringLeee 阅读(187) 评论(0) 推荐(0) 编辑