阿志@Duan

越努力,越幸福!

2021年6月24日

Windows常用命令

摘要: 一、Tcp端口占用连接查看 1、查看端口81监听情况:netstat -ano -p tcp|findstr 81 2、查看端口81当前TCP连接数量:netstat -an -p tcp | find "127.0.0.1" | find /c "81" 二、测试远程服务器端口开放情况 telne 阅读全文

posted @ 2021-06-24 11:34 Dsz.java 阅读(58) 评论(0) 推荐(0) 编辑