# 查看线程
netstat -ano|findstr 8080
# 杀死线程
taskkill /pid 7812 /f
SUCCESS: The process with PID 9540 has been terminated.
window的查看端口线程并杀死
最新推荐文章于 2024-08-10 20:55:25 发布
# 查看线程
netstat -ano|findstr 8080
# 杀死线程
taskkill /pid 7812 /f
SUCCESS: The process with PID 9540 has been terminated.