windows CMD常见用命令

// 查看指定端口号被那个程序占用
netstat -ano|findstr <端口号>

 

// 杀死指定程序
TASKKILL /PID <对应程序PID> -F
胜象大百科