有些朋友可能在使用最新版V57 后台-系统基本参数设置中添加新变量时候出现:Request var not allow! 后面经过小编查看,找到了方法,和大家一起来分享: 找到:根目录->include->common.inc.php <span style="font-family:tahoma, ...
分类:
其他好文 时间:
2020-06-03 12:08:20
阅读次数:
72
header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE"); header('Access-Control-Allow-Header ...
分类:
其他好文 时间:
2020-06-02 19:00:37
阅读次数:
97
禁用词语(织梦dedecms系统讲直接停止用户动作)用|分开,但不要在结尾加|(cfg_notallowstr):系统禁用词语设置,系统在进行互动操作过程中, 如果有用户提交这些信息,系统将会显示“has not allow words!”,关键词用“|”分开,并且不要在结尾加上“|”https:/ ...
分类:
其他好文 时间:
2020-06-02 13:05:01
阅读次数:
67
使用Ajax跨域请求资源,Nginx作为代理,出现:The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed 错误。 服务端允许跨域配置: #region 设置允 ...
分类:
数据库 时间:
2020-05-28 19:33:40
阅读次数:
290
Summary 自动编译加载,就不用再次重启项目,热加载。 Setting Ctrl+Shift+A 搜索Registry。 开启:compiler.automake.allow.when.app.running 配置。 ...
分类:
其他好文 时间:
2020-05-26 18:16:55
阅读次数:
71
Advanced Activity Monitoring可用性监控进阶 Enable NGINX Open Source Stub Status启用Nginx基础监控location /stub_status { stub_status; allow 127.0.0.1; deny all; # S ...
分类:
其他好文 时间:
2020-05-25 00:20:24
阅读次数:
57
一、405状态码含义 405 Method Not Allowed 解释:发起的请求中带有所请求的URL不支持的方法时,使用此状态码。应该在响应中包含Allow首部,以告知客户端所请求的资源可以使用哪些方法。 二、排查问题的思路 可以看出当前请求的URL不支持此请求方法。排查问题的思路是,先通过抓包 ...
分类:
其他好文 时间:
2020-05-24 23:42:06
阅读次数:
98
Security Controls安全控制Access Based on IP Addresslocation /admin/ { deny 10.0.0.1; allow 10.0.0.0/20; allow 2001:0db8::/32; #IPV6 deny all; #其他地址返回403状态 ...
分类:
其他好文 时间:
2020-05-24 13:40:38
阅读次数:
70
【ElasticSearch】异常错误 1、磁盘满了造成 Elasticsearch 成为只读 1、磁盘满了造成 Elasticsearch 成为只读 把磁盘重新扩容后还抱下面的错 blocked by: [FORBIDDEN/12/index read-only / allow delete (a ...
分类:
其他好文 时间:
2020-05-19 22:23:31
阅读次数:
62
C and C++ allow various types of operators. By now, you should be familiar with the basic binary operators +, -, *, / and the boolean operators <, >, ...
分类:
其他好文 时间:
2020-05-19 12:14:52
阅读次数:
62