verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca
查看端口占用
netstat -lnpt |grep 5601
检查你的服务器端口
netstat -ntpl1、根据端口号查进程pidlsof -i:portnetstat -nap|grep port2、根据进程号查端口netstat -nap|grep pid3、根据进程pid查看服务路径ps -ef|grep java 查看进程pidll /proc/pid/cwd 查看服务安装路径
posted on 2021-07-23 22:15 泳之 阅读(42) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3