摘要: 下载winsw https://github.com/winsw/winsw/releases 下载winsw官网上的xml文件和.exe文件 创建文件编辑xml 创建一个文件夹,将所需要转换的jar包,和这两个文件放在一起,并且将.exe的文件名修改和.xml文件一样 xml的可选项 <!-- 这 阅读全文
posted @ 2021-03-29 20:32 故木 阅读(906) 评论(0) 推荐(0) 编辑
摘要: 任务类 @Service public class ScheduledForDynamicCron implements SchedulingConfigurer { private static final SimpleDateFormat dateFormat = new SimpleDateF 阅读全文
posted @ 2021-03-29 16:26 故木 阅读(491) 评论(0) 推荐(0) 编辑
摘要: java中Process类实现了调用服务器命令的相关功能 生成方式 //在单独的进程中执行指定的字符串命令。 public Process exec(String command) //在单独的进程中执行指定命令和变量 public Process exec(String [] cmdArray) 阅读全文
posted @ 2021-03-29 16:16 故木 阅读(940) 评论(0) 推荐(0) 编辑