标签:taskkill 端口被占用 显示 http image 被占用 window 运行 占用
1.在dos下,输入 netstat -ano|findstr 8082
//说明:查看占用8082端口的进程,显示占用端口的进程
2.taskkill /pid 11240 /f
//说明,运行windows自带taskkill命令,将上面显示的进程号,结束掉。
标签:taskkill 端口被占用 显示 http image 被占用 window 运行 占用
原文地址:https://www.cnblogs.com/jack-study/p/9435962.html