07 2021 档案
摘要:虚拟空间 ,web.config里 <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedCon
阅读全文
摘要:video.html 加入 在<script type="text/javascript" src="../../third-party/swfupload/swfupload.js"></script>后加上swfupload.cookies.js 引用 <script type="text/ja
阅读全文
摘要:虽说现在asp技术已然明白黄花,自己也用的asp.net上传组件,但老的iis和老的程序遗留问题,asp技术还是小强般顽强的生存着,在这未淘汰的程序上用上百度的ueditor在线编辑器,能更好的兼容使用新技术的浏览器。 在iis上默认是有200k上传限制的,如果图片大于200k(程序报错:没有权限操
阅读全文
摘要:用户登录时报错 vendor/topthink/framework/src/think/response/Json.php line: 51 message: "Type is not supported" 报错代码 $data = json_encode($data, $this->options
阅读全文
摘要:默认的重写规则 RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]在fastcgi模式下会出现No Input File Specified 或者 404错误,修改为:RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] f
阅读全文