windows命令操作.md 201 B

查看并关闭端口

  1. 查看特定端口被占用情况

命令:   netstat -ano 和 netstat -ano|findstr 端口号

  1. 关闭占用端口的程序

命令 :taskkill /pid PID(进程号) /f