
报错处理
LKmnbZ
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux 启动 zabbix_server报错 cannot open shared obiect file: No such file or directory报错解决
启动zabbix_server端进程 启动报错根据网上的教程输入以下命令也报错输入updatedb解决报错重新尝试启动服务 启动成功 端口为10051原创 2020-01-21 17:49:30 · 1014 阅读 · 0 评论 -
Linux启动haproxy报错 cannot bind socket for UNIX listener.Some protocols failed to start their listeners
丢失/var/lib/haproxy/stats创建文件原创 2020-01-21 16:15:39 · 916 阅读 · 0 评论 -
Linux 启动 haproxy 报错 Starting proxy rabbitmq_ cluster: cannot bind socket 报错解决
由于haproxy没有得到VIP,但是配置文件又绑定了VIP地址修改内核参数 增加一条语句 启动haproxy的时候,允许忽视VIP的存在保存结果使结果生效...原创 2020-01-20 21:42:09 · 1313 阅读 · 0 评论 -
apache启动报错 httpd:could not reliably determine the servers fully qualified domain name解决方案
启动报错在http.conf文件中寻找ServerName增加一行重新尝试启动apache服务器启动成功原创 2020-01-17 23:02:04 · 262 阅读 · 0 评论 -
Java项目com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure报错处理
明明什么都没修改启动项目时出现com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failurewin + r 打开服务重启MySQL 如果没有打开打开服务重启项目即可...原创 2020-01-14 18:44:42 · 475 阅读 · 0 评论 -
Spring Boot:Exception parsing document: template="xx", line xx - column xxx 报错解决
解决办法:标签没有一一对应 某一个标签没有结束我是少了一个</div>原创 2019-12-08 22:12:41 · 396 阅读 · 0 评论 -
SpringBoot+Thyemleaf报错Template might not exist or might not be accessible
具体多种情况参考 https://blog.youkuaiyun.com/liming_0820/article/details/80878168 @RequestMapping("/login.html") public ModelAndView login(){ List<Profession> list=ps.searchAll(); ModelAndView mav...原创 2019-12-08 20:37:11 · 184 阅读 · 0 评论 -
使用myeclipse创建SpingBoot项目时出现报错JSONException
使用myeclipse创建SpingBoot项目时出现了报错参考文章https://blog.youkuaiyun.com/xiongfei0131/article/details/90612376 window---preferences 将initializr URL 加一个s转载 2019-11-30 21:53:41 · 215 阅读 · 0 评论 -
Ubuntu apt-get install 和apt-get update 出现 apt-get failed to fetch 解决方案
网上教程说可能时镜像问题 推荐按使用国内镜像 清华镜像源官网:https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/vim /etc/apt/sources.list 将以下文本添加进去# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释deb https://mirrors.tuna.tsinghua.edu...原创 2019-11-22 11:20:10 · 2064 阅读 · 1 评论 -
Ubuntu make编译时遇到了make:cc:command not found 解决方案
没有gcc环境 下载安装gcc apt-install gcc如果apt-get install 失败 详见 https://blog.youkuaiyun.com/qq_37077262/article/details/103197617原创 2019-11-22 11:15:16 · 9984 阅读 · 1 评论 -
ubuntu重启网卡服务
如果dhcp不了地址 可以试试 dhclient 命令原创 2019-11-21 16:34:38 · 831 阅读 · 0 评论 -
Ubuntu not booting - Error “sulogin: cannot open password database” 解决方法
想切换成图形化界面的时候 发现提示没有root用户按照网上的方法长按shift 进入recovery mode界面想修复root仍然失败 报"sulogin: cannot open password database"错误重启Ubuntu 查看/etc/passwd 发现没有root用户 但是有一个权限为root的用户firefart想添加修改文件 提示没有权限...原创 2019-11-18 11:44:19 · 1757 阅读 · 0 评论 -
安装sqlilab时访问被拒绝 Warning:mysql_connect():Access denied
安装sqlilabs时遇到了访问被拒绝 Warning:mysql_connect():Access denied由于没有配置数据库密码 在连接数据库的配置文件中添加数据库密码 重新访问安装成功...原创 2019-11-07 00:33:34 · 1158 阅读 · 0 评论 -
dvwa安装失败访问页面出错解决办法403-Forbidden
安装dvwa的时候出现403-Forbidden错误在安装目录的文件夹下的.htaccess后面加个.bak重新刷新 成功原创 2019-11-07 00:29:40 · 4488 阅读 · 1 评论 -
xdcms安装没有读写权限安装失败解决办法
对data没有读写权限 必须创建一个data目录安装成功原创 2019-11-07 00:25:01 · 526 阅读 · 0 评论