filebeat的ConfigMap的文件 [root@laso yaml]# cat configmap.yaml apiVersion: v1 kind: ConfigMap metadata: name: filebeat-config data: filebeat.yml: | filebe ...
分类:
其他好文 时间:
2020-07-03 15:49:45
阅读次数:
87
1.下载spec cpu2006安装包 2.解压 3.找到install.sh,进行安装 如果安装成功:界面会提示安装成功 但是我的里面,缺少了一个包,所以出现报错: (查看官网,进行修改https://www.spec.org/cpu2006/Docs/tools-build.html) 4.修改 ...
分类:
其他好文 时间:
2020-07-03 12:49:48
阅读次数:
388
CSS 中文开发手册 线性梯度 | linear-gradient (Image Values) - CSS 中文开发手册 linear-gradient()创建两种或多种颜色之间的线性,渐进转换。其结果是数据类型的一个对象,这是一种特殊的类型。 /* A gradient tilted 45 de... ...
分类:
Web程序 时间:
2020-07-02 00:10:43
阅读次数:
91
CSS 中文开发手册 相邻兄弟选择器 | Adjacent sibling selectors (Selectors) - CSS 中文开发手册 相邻兄弟组合因子(+)分隔两个选择器。仅当第二个元素直接跟随第一个元素,且两者都是相同父element的孩子节点时,它匹配该第二个元素。 /* Parag... ...
分类:
Web程序 时间:
2020-07-01 23:42:31
阅读次数:
67
CSS 中文开发手册 方向 | direction (Writing Modes) - CSS 中文开发手册 directionCSS属性设置文本,表格列和水平溢出的方向。使用rtl表示从右到左(如希伯来语或阿拉伯语)写的语言,以及ltr表示从左到右写的语言(如英语和大多数其他语言)。请注意,文本方... ...
分类:
Web程序 时间:
2020-06-30 22:50:37
阅读次数:
89
一AOP的概念 1AOP是什么 AOP:Aspect Oriented Programming的缩写,即面向切面编程,在不该类的代码的情况下,对类方法进行功能增强。 通过AOP的定义,我们可以得到以下信息: 1.1进行功能增强 1.2对类方法增强:可选择增强的方法 1.3不改变原类的代码并且实现增强 ...
分类:
编程语言 时间:
2020-06-30 00:42:08
阅读次数:
68
准备 实体 @Data @Table(name = "task_apply") @Entity public class TaskApply { @Id @GeneratedValue @Column(name = "apply_id") private Long applyId; private ...
分类:
其他好文 时间:
2020-06-29 23:09:57
阅读次数:
144
异常描述: 解决方法: 安装nuget包:Microsoft.NET.Sdk.Razor 参考:https://stackoverflow.com/questions/55633137/assembly-location-for-razor-sdk-tasks-was-not-specified ...
分类:
其他好文 时间:
2020-06-29 15:20:25
阅读次数:
92
Given an array of unique integers salary where salary[i] is the salary of the employee i. Return the average salary of employees excluding the minimum ...
分类:
其他好文 时间:
2020-06-29 09:59:02
阅读次数:
56
fetchq 是一个队列系统,以下是一个pgspider 扩展的构建 pgspider base 镜像 添加了uuid 扩展 FROM debian:stretch-slim RUN apt-get update && apt-get install -y build-essential git l ...
分类:
其他好文 时间:
2020-06-28 22:33:31
阅读次数:
62