windows 常用命令

75 阅读1分钟
# 查找端口占用进程
netstat -aon|findstr 8001

# 杀进程
taskkill /f /pid 20624