netstat -ano
netstat -aon|findstr "12654"
tasklist|findstr "12654"
taskkill /f /t /im xxx.exe
windows 查看被占用端口
最新推荐文章于 2024-11-01 08:42:09 发布
netstat -ano
netstat -aon|findstr "12654"
tasklist|findstr "12654"
taskkill /f /t /im xxx.exe