杀死占用端口的进程

windows  windows

netstat -a -n -o | findstr 8080

 TCP    127.0.0.1:9000         0.0.0.0:0              LISTENING       10792 code

TaskKill.exe /10792
 
相关文章
相关标签/搜索