说明 maxscale 配置没有问题,但是就是不好使。 报错如下: warning: [mariadbmon] The current master server 'server1' is no longer valid because it has been down over 5 (failco ...
分类:
数据库 时间:
2021-02-02 11:13:27
阅读次数:
0
Netty官网:https://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance p ...
分类:
Web程序 时间:
2021-02-01 11:54:29
阅读次数:
0
解决CentOS启动nginx出现nginx: [emerg] open() "/var/run/nginx/nginx.pid" failed (2: No such file or director) 问题: 1.进入sbin:cd /usr/local/nginx/sbin/ 2.启动ngin ...
分类:
其他好文 时间:
2021-01-26 11:49:10
阅读次数:
0
出现此问题是端口被占用了,只需要关闭正在使用的端口就行 解决方法:1.在服务器中更改port端口号,改为不冲突,没有被占用的端口。 2.找出被占用的端口,结束被占用的端口: 解决结束被占用的端口的方法:1.输入命令查看被占用的端口的进程: netstat -aon|findstr 80 (80为要查 ...
分类:
Web程序 时间:
2021-01-20 12:16:34
阅读次数:
0
启动项目报 The Tomcat connector configured to listen on port 8080 failed to start. 原因:80端口被占用,可能是编辑器闪退时没停止项目,导致项目还在运行 解决: 1.打开CMD,输入 netstat -ano 2.找到对应的端口 ...
分类:
其他好文 时间:
2021-01-16 11:54:31
阅读次数:
0
前言 获取root权限,解锁system 步骤 手机设置 设置——更多设置——开发者选项——USB调试给打开 电脑操作 打开cmd adb devices 执行命令 adb root && adb disable-verity && adb reboot 手机会自动重启 参考: https://bl ...
分类:
其他好文 时间:
2021-01-12 10:57:12
阅读次数:
0
错误提示: ERROR dns.PrivilegedRegistryDNSStarter (PrivilegedRegistryDNSStarter.java:init(61)) - Error initializing Registry DNSjava.net.BindException: Pro ...
分类:
其他好文 时间:
2021-01-07 12:31:59
阅读次数:
0
出错场景:修改表字段类型时报此错误 出错原因:当前会话被占用了 解决方法:登出当前用户,重新登录即可。 ...
分类:
数据库 时间:
2021-01-07 11:52:05
阅读次数:
0
提示:Unable to start adb server: error: protocol fault (couldn't read status): Connection reset by peer问题原因:大多数情况是5037端口被占用。5037为adb默认端口。解决办法:查看哪个程序占用了a ...
分类:
其他好文 时间:
2021-01-06 12:06:11
阅读次数:
0
https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio 注意在File->project structure中选择sdk等 Finally after se ...
分类:
移动开发 时间:
2021-01-06 11:54:51
阅读次数:
0