摘要:
一、数据卷概念 1、数据卷是宿主机中的一个目录或文件 2、当容器目录和数据卷目录绑定后,对方的修改会立即同步 3、一个数据卷可以被多个容器同时挂载 4、一个容器也可以挂载多个数据卷 简单理解:有点类似我们的Redis里面的rdb和aof文件 二、数据卷的作用 1、容器数据持久化 2、外部机器和容器间 阅读全文
摘要:
1、扩展批量注入类 public static class ServicesExtersion { public static void AddClassesAsImplementedInterface( this IServiceCollection services , Assembly ass 阅读全文