摘要: BUG:Address already in use Centos8 netstat -apn | grep ps -ef | grep 8000 kill -9 PID setsockopt Windows 查看指定端口netstat -aon | findstr “8001” 删除端口taskk 阅读全文
posted @ 2022-10-16 15:50 starc的miao 阅读(53) 评论(0) 推荐(0)
摘要: 防火墙关闭 CentOS-7 1.首先切换到 root:su -root 2.进入 /bin 目录:cd /bin 3.执行命令:systemctl stop firewalld.service(关闭防火墙) systemctl disable firewalld.service(关闭防火墙自动启动 阅读全文
posted @ 2022-10-16 14:14 starc的miao 阅读(221) 评论(0) 推荐(0)