摘要: CompletableFuture Future接口 引入Future接口,设计初衷是对将来某个时刻会发生的结果进行建模。 CompletableFuture 实现Future接口,提供了更为强大的异步操作。 浅尝 编写一个apple手机的价格查询器。创建apple类的价格查询方法。 public  阅读全文
posted @ 2020-09-08 17:29 GGuoLiang 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Mac Item2自动远程连接服务器 1.编写脚本 vi test #!/usr/bin/expect set PORT 端口 set HOST ip set USER root set PASSWORD 密码 spawn ssh -p $PORT $USER@$HOST expect { "yes 阅读全文
posted @ 2020-09-08 09:04 GGuoLiang 阅读(145) 评论(0) 推荐(0) 编辑