常用 cmd 命令

  • 查询端口号
netstat -ano|findstr 8080 
  • 查询进程
tasklist|findstr 进程ID
taskkill /pid 进程ID-t -f