会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
习于冷成于冰
博客园
首页
新随笔
联系
订阅
管理
2020年2月20日
java.sql.SQLException: null, message from server: "Host '192.xxx.xxx.xxx' is not allowed to connect to this MySQL server"
摘要: 访问Tomcat内的项目时出现:“404访问tomcat下的项目源服务器未能找到目标资源的表示或者是不愿公开一个已经存在的资源表示”。 解决办法: 查看tomcat的logs目录下的localhost.time.log日志文件 找到有缩进的at开头的row的前面一句错误信息 报错为“java.sql
阅读全文
posted @ 2020-02-20 14:55 习于冷成于冰
阅读(2758)
评论(0)
推荐(0)
2019年9月12日
nmon安装出现错误error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
摘要: 转自:http://blog.sina.com.cn/s/blog_89e2402a0102x1ei.html nmon安装遇到的问题: error while loading shared libraries: libncurses.so.5: cannot open shared object
阅读全文
posted @ 2019-09-12 15:54 习于冷成于冰
阅读(3532)
评论(1)
推荐(0)
2019年7月17日
Python3.6配置安装路径出现错误no acceptable C compiler found in $PATH See confing.log for more details
摘要: 在Linux配置Python3.6安装路径时出现错误: no acceptable C compiler found in $PATH See confing.log for more details 问题原因: 没有gcc编译环境 解决方法: 安装gcc编译环境:yum install -y gc
阅读全文
posted @ 2019-07-17 00:40 习于冷成于冰
阅读(640)
评论(0)
推荐(0)
公告