码迷,mamicode.com
首页 >  
搜索关键字:yii2.0 bad request 400 csrf    ( 22819个结果
php后台+微信小程序 列表页面
//php查询数据 static public function selfs($id){ return self::where('id',$id)->first();}//内置验证 $this->validate(request(),[ 'username'=>'required', 'pwd'=> ...
分类:微信   时间:2021-05-24 08:18:55    阅读次数:0
解决gc current request等待事件
异常现象:session一直处于waiting状态,等待事件为gc current request。 异常原因:rac的代码缺陷导致可能出现的BUG,在频繁的insert或者update操作下,导致节点之间锁的状态不同步。彻底修复可以通过打补丁来解决。 临时解决办法: SQL> oradebug s ...
分类:其他好文   时间:2021-05-24 07:53:30    阅读次数:0
今日排错---harbor无法登陆failed with status: 502 Bad Gateway
现象 [root@ln0-181 src]# docker login harbor.spos.lab Authenticating with existing credentials... Login did not succeed, error: Error response from daem ...
分类:其他好文   时间:2021-05-24 07:34:00    阅读次数:0
urlopen()方法的源代码
import urllib.request # 获取目标网址 url = 'https://www.baidu.com/' # 添加请求头 headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/ ...
分类:Web程序   时间:2021-05-24 07:26:13    阅读次数:0
Postman 的几种传参形式
@RequestBody一般用于接口 接收参数为“对象”接口示例 @SysLog("新增办公室") @ApiOperation(value = "新增办公室") @ApiImplicitParams(value = { @ApiImplicitParam(paramType = "body", na ...
分类:其他好文   时间:2021-05-24 07:02:46    阅读次数:0
解决挂载mount: wrong fs type, bad option, bad superblock on
错误如下: mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2, missing codepage or helper program, or other error (for several fi ...
分类:其他好文   时间:2021-05-24 06:40:25    阅读次数:0
postman使用教程13-cookies 管理器
前言 提供了一个 MANAGE COOKIES 模式,使您可以编辑与每个域关联的cookie。 模拟web网站登录的时候,一般都会有cookies Cookies 关联 以登录禅道网站为例,没访问之前点开Cookies管理器,这时候 MANAGE COOKIES 是空的 发一个get请求,访问登录首 ...
分类:其他好文   时间:2021-05-24 04:58:30    阅读次数:0
wx.request get和post
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:其他好文   时间:2021-05-24 04:36:32    阅读次数:0
Linux(九)nginx进阶操作及启动django项目
## nginx的日志```SHELL #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_u ...
分类:系统相关   时间:2021-05-24 04:12:29    阅读次数:0
Vue工程调试方式
1,VScoed 首先安装Debugger fro Chrome 首先配置vue.config.js module.exports = { configureWebpack: { devtool: 'source-map' } } 然后配置VScode运行和调试 { // 使用 IntelliSen ...
分类:其他好文   时间:2021-05-24 04:01:57    阅读次数:0
22819条   上一页 1 ... 12 13 14 15 16 ... 2282 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!