Windows 10 forcibly deletes the process that occupies the port

# 查看占用端口8082的进程
netstat -ano|findstr 8082

# 强制删除进程20380及子进程
taskkill /T /F /PID 20380

おすすめ

転載: blog.csdn.net/SJshenjian/article/details/130059637