摘要: 四种方式 定义 /** 定义函数接口 必须只有一个强制实现的方法 使用 @FunctionalInterface 标记该接口, 以在编译期检查是否有错误 可以有一个或多个默认方法 @FunctionalInterface public interface ICalculator { int squa 阅读全文
posted @ 2021-06-18 09:53 Dreamsrj 阅读(66) 评论(0) 推荐(0)
摘要: docker OCI runtime create failed: /var/lib/dokveroverlay2/xxxxxxx/merged is not an absolute path or is a symlink: unkonw 解决办法 docker system prune -a 重 阅读全文
posted @ 2021-06-10 14:52 Dreamsrj 阅读(1948) 评论(1) 推荐(0)
摘要: 这是一个测试笔记222 阅读全文
posted @ 2021-06-10 10:35 Dreamsrj 阅读(58) 评论(0) 推荐(0)