在windows命令行窗口下执行:
C:/>netstat -aon|findstr "80" TCP 127.0.0.1:80 0.0.0.0:0 LISTENING 2448
看到了吗,端口被进程号为2448的进程占用,继续执行下面命令:
C:/>tasklist|findstr "2448" thread.exe 2016 Console 0 16,064 K
本文共 258 字,大约阅读时间需要 1 分钟。
在windows命令行窗口下执行:
C:/>netstat -aon|findstr "80" TCP 127.0.0.1:80 0.0.0.0:0 LISTENING 2448
看到了吗,端口被进程号为2448的进程占用,继续执行下面命令:
C:/>tasklist|findstr "2448" thread.exe 2016 Console 0 16,064 K
转载于:https://my.oschina.net/funcy/blog/1634937