windows 7系统下 1、用netstat查看所有端口使用情况 2、netstat -ano|findstr 443查出到时TCP建立的连接 请问怎么看是那些应用?
继续根据PID号查看任务
tasklist|findstr "PID号"
如何查看某个端口被谁占用