上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页
摘要: 1、添加:Microsoft.Web.Administration 2、代码: 阅读全文
posted @ 2019-01-08 13:18 向萧 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1、尖括号<>在markdown会被当做html符号,解决办法:用转义字符,如:<测试> 可以写作&lt:测试&gt; 阅读全文
posted @ 2018-12-30 01:18 向萧 阅读(98) 评论(0) 推荐(0) 编辑
摘要: command: 阅读全文
posted @ 2018-12-14 15:15 向萧 阅读(5197) 评论(0) 推荐(0) 编辑
摘要: youtube-dl更新命令: youtube-dl -U 更新报错:无法识别当前版本 ERROR: can't find the current version. Please try again later 解决办法:ss代理开全局 阅读全文
posted @ 2018-11-30 15:47 向萧 阅读(1306) 评论(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 向萧 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 一、 二、 阅读全文
posted @ 2018-11-27 11:14 向萧 阅读(350) 评论(0) 推荐(0) 编辑
摘要: //获取cookie getCookie: function (NameOfCookie) { if (document.cookie.length > 0) { begin = document.cookie.indexOf(NameOfCookie + "="); ... 阅读全文
posted @ 2018-11-26 13:26 向萧 阅读(7439) 评论(0) 推荐(0) 编辑
摘要: 生成验证码及其图片 以上只适用于一个页面只有一个的验证码的情况,下面改进为可以一个页面多个验证码: 当页面只有一个验证码的时候,页面写法: 当页面多个验证码: 阅读全文
posted @ 2018-11-23 13:14 向萧 阅读(3588) 评论(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 向萧 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1、Get方法时,直接用浏览器访问 2、Postman 3、用HttpClient调用 阅读全文
posted @ 2018-10-23 13:37 向萧 阅读(1906) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 29 下一页