摘要: private static final Logger logger = LoggerFactory.getLogger(CmdUtil.class);/** * 杀死进程 * taskkill 参数列表: * /S system 指定要连接到的远程系统。 * /U [domain\]user 指定 阅读全文
posted @ 2020-09-15 15:14 yizw 阅读(1711) 评论(0) 推荐(0) 编辑
摘要: /** * 发送post请求 * @param urlStr * @param param * @return */ public static String doPostReq(String urlStr,String param){ String result = ""; BufferedRea 阅读全文
posted @ 2020-09-15 15:10 yizw 阅读(2644) 评论(1) 推荐(0) 编辑
摘要: 使用"apache.commons.httpclient" 添加依赖 <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.0</versio 阅读全文
posted @ 2020-09-15 15:04 yizw 阅读(2138) 评论(0) 推荐(0) 编辑