原文链接:https://www.cnblogs.com/liliangel/p/6268504.html

以8080端口被占用为例

  1. 在dos下,输入  netstat   -ano|findstr  8080 

    //说明:查看占用8080端口的进程

    显示占用端口的进程

  2. taskkill  /pid  4708  /f 

    //说明,运行windows自带taskkill命令,将上面显示的进程号,结束掉。

解决端口占用


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2021-04-12
  • 2022-01-07
  • 2022-03-07
  • 2021-07-24
相关资源
相似解决方案