权限 chown chmod
- chown – change file owner and group
- chmod – change file modes or Access Control Lists
Hibernate Validator 是 Jakarta Bean Validation 的参考实现。为实体和方法验证定义了元数据模型和 API。默认元数据源是注解,能够通过使用 XML 覆盖和扩展元数据。API 不依赖于特定的应用程序层或编程模型。
[ˈhaɪbərneɪt] [‘vɑlɪˌdeɪtə]
Java Bean Validation Specification
Bean Validation standardizes constraint definition, declaration and validation for the Java platform. Constrain once, validate everywhere.
Bean Validation 标准化了Java平台的约束定义、描述、和验证。
J.U.C 提供的线程池:ThreadPoolExecutor类,帮助开发人员管理线程并方便地执行并行任务。了解并合理使用线程池,是一个开发人员必修的基本功。
流式接口(fluent interface)是软件工程中面向对象API的一种实现方式,以提供更为可读的源代码。最早由Eric Evans与Martin Fowler于2005年提出。
MinIO 是高性能 S3(Simple Storage Service / 简单存储服务) 兼容对象存储。
MinIO offers high-performance, S3 compatible object storage. Native to Kubernetes, MinIO is the only object storage suite available on every public cloud, every Kubernetes distribution, the private cloud and the edge. MinIO is software-defined and is 100% open source under GNU AGPL v3.
RSA 是一种非对称加密算法。我们可以与任何人共享的公钥用于加密数据。只保留私钥,用于解密数据。
AES 算法是一种迭代的对称密钥分组密码,支持 128、192 和 256 位的加密密钥以加密和解密 128 位块中的数据。如果要加密的数据不满足 128 位的块大小要求,则必须对其进行填充。填充是将最后一个块填充到 128 位的过程。
Elasticsearch 更新太快, Spring Boot 比较延迟,如果想体验最新版本, 需要使用官方 Java API Client。