首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
杀死8080端口进程
杀死8080端口进程
mac
2022-06-30
15
netstat -ano | findstr 8080
//寻找8080端口的进程号
taskkill /pid 11328 -f
//其中 11328为假设进程号
转载于:https://www.cnblogs.com/the-wang/p/11246005.html
相关资源:JAVA上百实例源码以及开源项目
转载请注明原文地址: https://mac.8miu.com/read-74695.html
最新回复
(
0
)