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