码迷,mamicode.com
首页 >  
搜索关键字:no authentication challenges found    ( 8082个结果
mysql 2003远程访问失败 mysql8配置远程访问
# mysql -uroot -p #进入数据库 > use mysql;#进入数据库 > select host, user, authentication_string, plugin from user;#查看用户信息 > GRANT ALL ON *.* TO 'root'@'%';#授权r ...
分类:数据库   时间:2020-09-14 18:58:16    阅读次数:43
mybatis 接口和.xml配置小点
新公司入职后很久没写博客了,慢慢拾起来吧。 现象描述: 项目本地运行没有问题,打包也没有报错,正常打包。但是部署到服务器在调用查库接口时,报错:Invalid bound statement (not found)。。。。。。。 该错的意思就是调用时没有找到对应的xml文件。 排错思路: mybat ...
分类:其他好文   时间:2020-09-10 22:35:47    阅读次数:47
关于git clone提示报错"fatal repository not found"
使用git clone [http的url]从远程仓库克隆项目时,git提示报错"fatal repository not found",出现这个错误的原因可能是下面几种情况: 远程仓库地址不存在 将http的url地址复制到浏览器中直接访问,查看该地址是否能外网访问,不能则该项目不存在 远程仓库地 ...
分类:其他好文   时间:2020-09-03 16:42:17    阅读次数:116
Eclipse导入项目后JSP页面出现报红
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:Web程序   时间:2020-09-03 16:28:26    阅读次数:80
h3c错误提示信息
错误提示信息 % Unrecognized command found at '^’ position. 命令无法解析,符号“^”指示位置出错 % Incomplete command found at '^’ position. 符号“^”指示位置的参数输入不完整 % Ambiguous comm ...
分类:其他好文   时间:2020-08-20 18:09:02    阅读次数:230
go: missing Git command. See https://golang.org/s/gogetcmd
错误情况: go: missing Git command. See https://golang.org/s/gogetcmd package github.com/astaxie/beego: exec: “git”: executable file not found in %PATH% 解决 ...
分类:Web程序   时间:2020-08-18 14:08:26    阅读次数:104
drf权限组件
from app01 import models from rest_framework import exceptions from rest_framework.authentication import BaseAuthentication # 用drf的认证,写一个类 class Login ...
分类:其他好文   时间:2020-08-17 17:26:40    阅读次数:63
ODOO备份数据库
在登录页面,管理数据库中备份数据库 1. 设置数据库主密码 2. 配置环境变量 设置完数据库主密码后,必须在安装ODOO服务器上配置PostgreSQL数据库的环境变更 ,如果不设置,则会报错:Database backup error: Command `pg_dump` not found. 在 ...
分类:数据库   时间:2020-08-17 17:11:34    阅读次数:93
docker-compose 安装问题:error: command 'i686-linux-gnu-gcc' failed with exit status 1
# sudo pip3.5 install docker-compose 安装docker-compose的时候报错如下: no previously-included directories found matching 'docs/_build' warning: no previously-i ...
分类:系统相关   时间:2020-08-10 14:26:22    阅读次数:180
遇到一个第三方后台cms安装失败的问题
tp5安装第三方的cms后台 总是遇到File not found的问题 在var/log/nginx/error.log中发现是这个错误 [error] 3926#0: *33481 FastCGI sent in stderr: "Primary script unknown" while re ...
分类:其他好文   时间:2020-08-09 14:22:45    阅读次数:82
8082条   上一页 1 ... 11 12 13 14 15 ... 809 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!