netstat -ano  显示出所有占用端口的列表

netstat -ano | findstr "80"  显示出80端口占用的详细情况

tasklist | findstr "680"    查询端口具体哪个应用占用

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-09-07
  • 2021-10-08
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2022-01-19
  • 2021-07-18
  • 2022-02-13
  • 2021-08-29
  • 2022-01-20
相关资源
相似解决方案