tuozi001

假如我们需要确定谁占用了我们的8008端口,在windows命令行窗口下执行:


C:\Documents and Settings>netstat -aon|findstr 80



看到了吗,端口被进程号为5836的进程占用,继续执行下面命令:
C:\Documents and Settings>tasklist|findstr "5836"

Skype.exe 占用着端口。

 

只要tskill  进程号,就可以结束进程  如: tskill  5836 .

 

分类:

技术点:

相关文章:

  • 2022-02-02
  • 2021-12-04
  • 2021-12-21
  • 2021-11-04
  • 2021-12-15
  • 2021-03-31
  • 2021-06-10
猜你喜欢
  • 2021-06-03
  • 2021-06-15
  • 2022-01-09
  • 2022-01-15
  • 2021-12-14
  • 2021-12-14
  • 2022-02-08
相关资源
相似解决方案