windows查看端口占用以及关闭相应的进程windows查看端口占用以及关闭相应的进程1.查看所有的端口占用情况12netstat -ano12.查看指定端口的占用情况12netstat -aon|findstr "8080"//端口被占用就显示出来,没被占用就不显示3.查看PID对应的进程1shtasklist|findstr "1672"4、结束该进程1taskkill /f /t /im WeChat.exe Windows #Windowswindows查看端口占用以及关闭相应的进程https://blog.readcode.top/posts/8c23685c.html作者YuBaiCai发布于2022年8月26日许可协议 正则大全 上一篇Spring Boot整合Minio 下一篇