标签:csdn img 方式 netca span class 命令 image 调试
试了不少调试工具,比如网络调试助手之类的,还有netcat之类的,在win64位下面都不能很好的测试udp端口的连通性,原因也很简单,udp的通信方式决定了的.
后面发现了nmap可以达到目的,它是通过扫描的方式来判断的,原理不去深究~
参考:http://www.91ri.org/8654.html
下载:https://nmap.org/download.html
命令:
nmap -sU 124.28.**.* -p 8888 -P
常用命令: https://blog.csdn.net/findmyself_for_world/article/details/50521810
标签:csdn img 方式 netca span class 命令 image 调试
原文地址:https://www.cnblogs.com/Linky008/p/10331470.html