实战:第十篇:使用Java代码获取Linux系统执行命令后的结果
需求一:使用Java代码获取Linux系统执行命令后的结果
需求二:获取xml节点数据
解答:
import java.io.*; import java.lang.management.ManagementFactory; import java.lang.management.MemoryMXBean; import java.util.*; import java.util.concurrent.CountDownLatch; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.jcraft.jsch.ChannelExec; import com.jcraft.jsch.JSch; import com.jcraft.jsch.JSchException; import com.jcraft.jsch.Session; import org.dom4j.Document; import org.dom4j.DocumentException; import org.dom4j.Element; import org.dom4j.io.SAXReader; import org.dom4j.tree.DefaultAttribute; import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor; import org.springframework.util.CollectionUtils; import org.springframework.util.StringUtils; import xsf.data.*;
更多内容请见原文,原文转载自:https://blog.csdn.net/weixin_44519496/article/details/120583600