Uncaught (in promise) Error: Request failed with status code 415
错误如下图 前端代码(vue):
var data {username: this.loginForm.username,password: this.loginForm.password}this.$axios.post(this.GLOBAL.host /login, this.$q…
409
今天一个同事的接口突然报409,大概百度了一下,不是很清楚,谷歌也没找到特别好的解释 因为是直接调用的gitlab,就直接看了下gitlab的api The following table shows the possible return codes for API requests. Return valuesDescription200 OKThe GET, PUT or DELETE re…
先创建数据库用户: create user XXX identified by xxx default tablespace XXXXX; grant connect,resource,dba to XXX ;
数据库: 用户名:XXXX 密码:XXXX 服务器连接地址和SID:10.XX.XX.XXX:1521/orcl
1、给dmp文件…