Windows端口占用问题解决

查询被占用的端口进程

8080为端口号

netstat -ano |findstr 8080
杀掉线程

14816为进程号

taskkill /f /t /im 14816
posted @ 2023-11-20 15:18  fchhk  阅读(8)  评论(0编辑  收藏  举报