Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 135 Bytes

windows-cmd.md

File metadata and controls

11 lines (6 loc) · 135 Bytes

windows常用命令

查看端口被哪个进程占用

netstat -nao|findstr "端口"
netstat -nao|findstr "8080"