windows下查找端口占用问题

xiaoxiao2021-02-28  131

1.打开命令行:cmd

2.netstat -ano可以查看所有的端口占用情况

3.netstat -aon|findstr "xxxx"

4.查看进程pid:tasklist|findstr 第三步查询出的数据

5.杀死进程:  taskkill /f /t /im 进程

转载请注明原文地址: https://www.6miu.com/read-50138.html

最新回复(0)