摘要: windows 下查看所有端口程序1 netstat -ano 查看所有的端口占用情况2 netstat -ano|findstr "443" 查看端口为443的程序占用情况3 tasklist|findstr "6004" 查看PID(进程标识号)为6004的应用程序4 taskkill /f / 阅读全文
posted @ 2019-07-16 17:08 Nullobj 阅读(2823) 评论(0) 推荐(0) 编辑