//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
异常现象:session一直处于waiting状态,等待事件为gc current request。 异常原因:rac的代码缺陷导致可能出现的BUG,在频繁的insert或者update操作下,导致节点之间锁的状态不同步。彻底修复可以通过打补丁来解决。 临时解决办法: SQL> oradebug s ...
分类:
其他好文 时间:
2021-05-24 07:53:30
阅读次数:
0
现象 [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
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
@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 192.168.1.7:data/nfsdir2, missing codepage or helper program, or other error (for several fi ...
分类:
其他好文 时间:
2021-05-24 06:40:25
阅读次数:
0
前言 提供了一个 MANAGE COOKIES 模式,使您可以编辑与每个域关联的cookie。 模拟web网站登录的时候,一般都会有cookies Cookies 关联 以登录禅道网站为例,没访问之前点开Cookies管理器,这时候 MANAGE COOKIES 是空的 发一个get请求,访问登录首 ...
分类:
其他好文 时间:
2021-05-24 04:58:30
阅读次数:
0
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:
其他好文 时间:
2021-05-24 04:36:32
阅读次数:
0
## 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
1,VScoed 首先安装Debugger fro Chrome 首先配置vue.config.js module.exports = { configureWebpack: { devtool: 'source-map' } } 然后配置VScode运行和调试 { // 使用 IntelliSen ...
分类:
其他好文 时间:
2021-05-24 04:01:57
阅读次数:
0