RAID 磁盘冗余阵列 目的:提高可用性,读取速度,安全性 通过多盘的协作来达到这一指标 但是不经济,提高了公司的支出。除非认为,数据大于费用 RAID的种类 RAID0 数据分布在不同的两块盘上,读取速度快,但是一块损坏另一块也损坏。 RAID1 数据分布在相同的两块盘上,无损备份。 RAID5 ... ...
分类:
其他好文 时间:
2019-12-18 23:53:59
阅读次数:
115
<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/ ...
分类:
其他好文 时间:
2019-12-18 15:15:28
阅读次数:
98
以下是一个wal2json pg扩展的dockerfile,方便测试使用 dockerfile FROM postgres:11.2 AS build ENV VERSION 1_0 RUN buildDeps="curl build-essential ca-certificates git pk ...
分类:
Web程序 时间:
2019-12-18 12:49:07
阅读次数:
87
const arr = [{x: 12, y: 12},{x: 123, y: 123},{x: 124, y: 124},{x: 12, y: 12}];//原数组,如果有相同的测返回true for (let i = 0; i < arr.length; i++) { const current ...
分类:
编程语言 时间:
2019-12-18 12:30:02
阅读次数:
72
Helm-v3应用包管理器3.1为什么需要Helm?K8S上的应用对象,都是由特定的资源描述组成,包括deployment、service等。都保存各自文件中或者集中写到一个配置文件。然后kubectlapply–f部署。为什么使用helm?在k8s中,当我们去部署应用的时候,一般都是使用yaml文件去管理我们的应用的发布,比如像微服务,其中包括deployment,service,configm
分类:
其他好文 时间:
2019-12-18 09:15:57
阅读次数:
90
一、下载安装charles 1、官方网址:https://www.charlesproxy.com/ 选择自己需要的macos/windows/linux下对应的最新版本安装即可 我的是mac,下载版本:v 4.5.4 macOS路径: /Applications/Charles.app/Conte ...
分类:
其他好文 时间:
2019-12-17 22:16:50
阅读次数:
216
1008 Elevator 题目: The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at whi ...
分类:
其他好文 时间:
2019-12-17 20:52:13
阅读次数:
121
If you are a fan of Harry Potter, you would know the world of magic has its own currency system -- as Hagrid explained it to Harry, "Seventeen silver ...
分类:
其他好文 时间:
2019-12-17 15:00:28
阅读次数:
88
一、访问控制概述 API server作为访问kubernetes集群的网关,也是唯一入口 所有客户端访问集群都必须进行合法性检验:1)用户身份鉴别2)操作权限验证3)是否符合全局约束4)所有验证均通过才能访问或存入数据到etcd中 客户端认证操作:由 API Server 配置的一到多个认证插件完 ...
分类:
其他好文 时间:
2019-12-17 14:51:05
阅读次数:
356
原文:WPF 像素着色器入门:使用 Shazzam Shader Editor 编写 HLSL 像素着色器代码 ... ...