Java 批量ping操作
批量ping操作 1 批量ping操作,所需jar包 < dependency > < groupId > net . sf . json - lib < /groupId> < artifactId > json - lib < /artifactId> < version > 2.4 < /version> < classifier > jdk13 < /classifier> < /dependency> < dependency > < groupId > net . java . dev . jna < /groupId> < artifactId > jna < /artifactId> < version > 4.0.0 < /version> < /dependency> < dependency > < groupId > net . java . dev . jna < /groupId> < artifactId > jna - platform < /artifactId> < version > 4.0.0 < /version> < /dependency> 2 工具包下载 点击下载工具包 dpso ,解压后,拷贝到linux下,如:/opt/log/目录下 3 Java测试代码 package com . wutongyu . test ;