一.场景 php post 提交数据时传的数据时数组,没有多数据进行序列化处理.发现传到服务端时,部分数据丢失,查询了资料发现php对参数个数有限制,限制在php配置文件中(max_input_vars). 同样,java中也有类型的配置,不过,配置是在tomcat上边,修改方式为:<Connector connectionTimeout="20000" maxParameterCount="-1" maxPostSize="0" port
POST表单400错误: 正确做法: Add this in the head section of your layout: <?= Html::csrfMetaTags() ?> --------------------------------- 不推荐的做法,以下做法是取消CSRF令牌验证: Add this in your controller: public $enableCsrfValidation = false; 别的方法: 原来是csrf验证的问题,因为表单是自己写的,在Y
搞了两三天的问题,今天解决了.总结下: function reportGrpChange(cuid, title){ document.getElementById('reportFrameDiv').innerHTML=""; var loc = window.location + ''; var reg1 = new RegExp('cuid=[^&]*'); //用于解决报表组中某张报表维度切换后再切换报表造成的当前报表没有选中样式 var reg2 = new RegE