11 2019 档案

摘要:导入必要的jar包 <dependency> <groupId>ch.ethz.ganymed</groupId> <artifactId>ganymed-ssh2</artifactId> <version>build250</version> </dependency> public stati 阅读全文
posted @ 2019-11-27 17:25 长不胖的小男孩 阅读(997) 评论(0) 推荐(1)
摘要:一、使用系统文件rc.local 启动命令可添加在/etc/rc.local(链接地址为/etc/rc.d/rc.local)中即可开机启动,不建议使用此种方法。 二、自定义启动脚本 1、新建启动脚本autostart.sh(如果在windows系统下新建,需要把文件格式修改为unix) 2、编写脚 阅读全文
posted @ 2019-11-20 10:41 长不胖的小男孩 阅读(772) 评论(0) 推荐(0)