使用helm快速部署应用 第一步 使用命令搜索应用 helm search repo 名称 (weave) 第二步 根据搜索内容选择安装 helm install 安装之后的名称 搜索应用的名称 ? 查看安装之后状态 helm list helm status 安装之后名称 ? [root@mast ...
分类:
Web程序 时间:
2021-06-13 09:34:42
阅读次数:
0
1、index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline ...
分类:
Web程序 时间:
2021-06-03 18:18:45
阅读次数:
0
When the manager tries to change the policy or method, some members will produce resistance reaction, and the older the employee is, the stronger the ...
分类:
其他好文 时间:
2021-06-02 19:04:54
阅读次数:
0
关于这个问题是在 《 基于MySQL Yum存储库在Linux-7.2上安装MySQL-5.7.21数据库服务(实战篇) 》 时遇到的问题,这是 mysql 初始化时,使用临时密码,修改自定义密码时,由于自定义密码比较简单,就出现了不符合密码策略的问题。 密码策略问题异常信息:ERROR 1819 ...
分类:
其他好文 时间:
2021-06-02 11:39:52
阅读次数:
0
官方文档:https://redis.io/commands/info info主要有一下几项,因版本不同可能略有差别 server clients memory persistence stats replication cpu keyspace 172.21.194.205:6381> info ...
分类:
其他好文 时间:
2021-05-24 07:56:28
阅读次数:
0
首发于Enaium的个人博客 不用XML只用注解 首先需要创建6个注解 SQL用于输入SQL语句 @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface SQL { String[] valu ...
分类:
其他好文 时间:
2021-04-22 16:14:47
阅读次数:
0
进入查看:2021-2022学年英语周报八年级第24期答案及试题 He who risks nothing gains nothing.收获与风险并存。History repeats itself.历史往往重演。Honesty is the best policy.做人诚信为本。Hope for t ...
分类:
其他好文 时间:
2021-04-10 13:20:22
阅读次数:
0
什么是枚举类: 类的对象只有有限个,确定的。当需要定义一组常量时,强烈建议使用枚举类。若枚举只有一个对象, 则可以作为一种单例模式的实现方式。 枚举类的属性: 枚举类对象的属性不应允许被改动, 所以应该使用private final修饰 枚举类的使用private final修饰的属性应该在构造器中 ...
分类:
编程语言 时间:
2021-03-30 12:57:00
阅读次数:
0
在新的springboot项目中,如果在mybatis中使用了ehcache后,再第二次使用ehcache,会提示错误 Another CacheManager with same name 'default' already exists in the same VM. Please provid ...
分类:
编程语言 时间:
2021-03-18 13:59:58
阅读次数:
0
随着 SpringBoot 的流行,基于注解式开发的热潮逐渐覆盖了基于 XML 纯配置的开发,而作为 Spring 中最核心的 bean 当然也能够使用注解的方式进行表示。所以本篇就来详细的讨论一下作为 Spring 中的 Bean 到底都有哪些用法。 @Bean 基础声明 Spring 的 @Be ...
分类:
其他好文 时间:
2021-03-16 11:57:47
阅读次数:
0