摘要:
来源:https://segmentfault.com/a/1190000012550346 当出现403跨域错误的时候 No 'Access-Control-Allow-Origin' header is present on the requested resource,需要给Nginx服务器配 阅读全文
摘要:
命令:ffmpeg -ss 00:00:03 -t 3 -i Test.mov -s 640x360 -r 15 dongtu.gif 解释: 1、ffmpeg 是你刚才安装的程序; 2、-ss 00:00:03 表示从第 00 分钟 03 秒开始制作 GIF,如果你想从第 9 秒开始,则输入 -s 阅读全文
摘要:
父页面 function layerOpen(){layer.open({type: 2,shade: [0],title: "验收申请",area: ['1024px', '680px'],btn: ['按钮1', '按钮2'], //只是为了演示//time: 2000, //2秒后自动关闭fi 阅读全文
摘要:
一、在 web.config中的<system.webServer></system.webServer>中间加入httpProtocol设置跨域。 <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" valu 阅读全文
摘要:
- 问题描述 在IIS上部署一个可以接受文件上传的netCore WebApi,使用`Http`验证时没有任何问题,使用`SSL`后;通过微信小程序Post文件流,就会导致异常:`未显示页面 因为请求实体过大`的413 错误;但是在 Chrome 内核的微信小程序编辑工具中,则不存在该问题。 - 问 阅读全文
该文被密码保护。 阅读全文
摘要:
来源:https://blog.csdn.net/zl33842902/article/details/90313537 最近项目里用到了 FluentValidation 对网站用户输入的数据进行了验证,使用起来比较舒服,下面整理一下项目中集成的过程。 需要集成的项目是一个 asp.net cor 阅读全文
摘要:
在Startup 配置文件下的ConfigureServices方法中添加: services.AddSingleton(HtmlEncoder.Create(UnicodeRanges.All));解决乱码问题 阅读全文
摘要:
<video controls="controls" preload="auto" poster="" x5-video-player-fullscreen="true" webkit-playsinline="true" x-webkit-airplay="true" playsinline="t 阅读全文
摘要:
现象: 华为交换机接口由原来 trunk 接口更改 access 提示 Error: Please renew the default configurations. 解决方法: 在交换机视图模式下,使用 clear configuration interface GigabitEthernet 0 阅读全文