Microsoft Windows [版本 10.0.14393]
(c) 2016 Microsoft Corporation。保留所有权利。

C:\windows\system32>netstat -ano | findstr 8080
TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 6148

C:\windows\system32>taskkill /pid 6148 /f
成功: 已终止 PID 为 6148 的进程。

C:\windows\system32>

关闭(杀死)8080端口

 

关闭(杀死)8080端口

标签: 8080

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2022-01-12
  • 2022-12-23
  • 2021-12-31
  • 2021-07-09
  • 2022-01-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
相关资源
相似解决方案