11 2018 档案

摘要:youtube-dl更新命令: youtube-dl -U 更新报错:无法识别当前版本 ERROR: can't find the current version. Please try again later 解决办法:ss代理开全局 阅读全文
posted @ 2018-11-30 15:47 向萧 阅读(1313) 评论(0) 推荐(0) 编辑
摘要:byte[] myBinary = new byte[paramFile.Length]; paramFile.Read(myBinary, 0, (int)paramFile.Length); string line = System.Text.Encoding.UTF8.GetString(myBinary ); 阅读全文
posted @ 2018-11-29 13:43 向萧 阅读(145) 评论(0) 推荐(0) 编辑
摘要:一、 二、 阅读全文
posted @ 2018-11-27 11:14 向萧 阅读(351) 评论(0) 推荐(0) 编辑
摘要://获取cookie getCookie: function (NameOfCookie) { if (document.cookie.length > 0) { begin = document.cookie.indexOf(NameOfCookie + "="); ... 阅读全文
posted @ 2018-11-26 13:26 向萧 阅读(7441) 评论(0) 推荐(0) 编辑
摘要:生成验证码及其图片 以上只适用于一个页面只有一个的验证码的情况,下面改进为可以一个页面多个验证码: 当页面只有一个验证码的时候,页面写法: 当页面多个验证码: 阅读全文
posted @ 2018-11-23 13:14 向萧 阅读(3593) 评论(8) 推荐(1) 编辑
摘要:运行所有MVC一直502,重启了iis服务, 之后弹出这个框: 之后的解决办法: 1. If you open the applicationhost,config file in VS while running as an administrator, can you save it?2. As 阅读全文
posted @ 2018-11-08 13:38 向萧 阅读(249) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示