杀死8080端口进程

mac2022-06-30  15

netstat -ano | findstr 8080

//寻找8080端口的进程号

taskkill  /pid 11328 -f         

//其中 11328为假设进程号

转载于:https://www.cnblogs.com/the-wang/p/11246005.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)