cmd命令行 端口
摘要:netstat -help:指令帮助说明 netstat -ano:列出所有端口情况 1.知道端口号查看端口是否启用,被谁占用 例如,端口902,netstat -aon|findstr "902" 查看其PID为2892 使用命令tasklist|findstr "2892" 查看是哪个进程或程序
阅读全文
posted @ 2019-01-10 16:44
posted @ 2019-01-10 16:44
posted @ 2019-01-09 11:33
posted @ 2019-01-09 11:08
posted @ 2019-01-08 17:21