Wetts's blog

Stay Hungry, Stay Foolish.

0%

Windows-命令-Windows中查看端口占用

1
2
3
4
# 得到端口8080的进程号
netstat -aon|findstr "8080"
# 得到进程映像名称
tasklist|findstr "4060"