cmd常用命令

197 阅读1分钟
  1. 查看固定端口被占用 netstat -aon|findstr "9527"

根据PID杀死进程 taskkill /pid 12900 -t -f

taskkill /f /t /im ris-apiw.exe