1.图片下面有缝隙(大于1px) a:把容器的标签和img标签放在同一行 b:将img设置为display:block 2.如果图片存在链接,ie会显示蓝色边框 <a></img src='./img' ></a> hack: img { border:0; } 3.表单元素行高对齐方式不一致 ha ...
分类:
其他好文 时间:
2019-10-25 20:15:20
阅读次数:
88
https://www.acwing.com/problem/content/139/ cpp include using namespace std; typedef long long ll; typedef unsigned long long ull; int a[20]; ull ha[2 ...
PostgreSQL HA Collect: 1.pgpool 2.Pacemaker + Corosync 3.ecox 4.Patroni: A Template for PostgreSQL HA with ZooKeeper, etcd or Consul Patroni originate ...
分类:
数据库 时间:
2019-10-21 16:03:53
阅读次数:
134
With the increasingly strict standards of vehicle emissions and fuel consumption, the entire automotive industry is facing the challenge of energy con ...
分类:
其他好文 时间:
2019-10-15 13:20:22
阅读次数:
88
1.安装erlang22.0 rabbitmq 3.7.15 2.bin下执行命令:rabbitmq-plugins enable rabbitmq_management3.替换.erlang.cookie :1.C:\Users\Administrator\.erlang.cookie 2.C:\ ...
HA oier 企鹅:1787368552 https://www.luogu.org/space/show?uid=142517 https://po8-qyj.github.io 请多指教 ...
分类:
其他好文 时间:
2019-10-13 15:36:13
阅读次数:
65
VMware提供了一系列保护虚拟机可用性的功能:HA、FT、VADP、SRM以及vMotion。实现最大化虚拟系统可用性的关键在于了解公司策略以及可利用的技术能够使用哪些特性。下面简要介绍一下在特定的场景下如何选择VMware提供的高可用性特性。意外的主机宕机:VMware HA vs. FT到目前 ...
分类:
系统相关 时间:
2019-10-11 01:07:48
阅读次数:
120
准备环境:共享存储(本实验使用Server2016搭建iSCSI存储提供服务器)、安装3台ESXI6.7U2、安装1台VSCA在ESXI6.7-A上(安装在iscsi存储上面)。拓扑结构:安装步骤:1、安装windowsserver2016并安装ISCSI目标服务器,配置发起程序2、安装ESXI6.7U2并配置管理地址(略)3、配置ESXI连接iscsi存储登录到ESXI6.7-A配置VMkern
分类:
其他好文 时间:
2019-10-10 14:08:37
阅读次数:
1441
sed -i 's/--port=10250/& --kube-reserved=cpu=1,memory=1Gi,ephemeral-storage=2Gi --system-reserved=cpu=1,memory=1Gi,ephemeral-storage=2Gi --eviction-ha ...
分类:
其他好文 时间:
2019-10-10 12:46:09
阅读次数:
105
数据库HA(Hight Availability) + mysql自身支持主主/主备部署,多主( 2),一主多备 + galera mariadb集群:多主相互备份 修改容器的启动配置 1. 修改Docker容器 启动配置 参数 docker container update restart=alw ...
分类:
数据库 时间:
2019-10-10 00:04:50
阅读次数:
121