#集群的名称 cluster.name: es6 #节点名称,其余两个节点分别为node-2 和node-3 node.name: node-4 #指定该节点是否有资格被选举成为master节点,默认是true,es是默认集群中的第一台机器为master,如果这台机挂了就会重新选举master no... ...
分类:
其他好文 时间:
2019-02-14 13:40:23
阅读次数:
149
1、常用环境配置 2、配置ip免密登录 ssh-keygen -t rsa -f /root/.ssh/id_rsa -P "" ssh-copy-id -i ~/.ssh/id_rsa.pub root@192.168.0.91 ssh-copy-id -i ~/.ssh/id_rsa.pub r... ...
分类:
其他好文 时间:
2019-02-12 21:35:57
阅读次数:
208
算法描述: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after ra ...
分类:
移动开发 时间:
2019-02-11 21:38:57
阅读次数:
216
按钮 按钮 尺寸:需要让按钮具有不同尺寸,使用 .btn-lg、.btn-sm 或 .btn-xs 就可以获得不同尺寸的按钮。 ...
分类:
其他好文 时间:
2019-02-11 12:48:00
阅读次数:
202
下面是年前的一个tornado小型项目前端效果主要是参照bootstrap官网模板后端数据主要是通过ajax,post, get实现数据参数传输 注意点:1. tornado的csrf_token写法形式与django有区别 2. tornado在服务器上的挂载方式也略有区别 项目代码很简单,就不班 ...
分类:
其他好文 时间:
2019-02-11 10:19:50
阅读次数:
190
给用户授予RBAC权限没有权限会报如下错误:执行查看资源报错: unable to upgrade connection: Forbidden (user=kubernetes, verb=create, resource=nodes, subresource=proxy) [root@test4 ... ...
分类:
其他好文 时间:
2019-02-09 12:08:16
阅读次数:
330
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2019-02-04 15:32:07
阅读次数:
203
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. ...
分类:
移动开发 时间:
2019-02-01 23:29:18
阅读次数:
153
Node JS World Environment tested on Ubuntu Install nvm/node/npm/yarn nvm : node version manager node: node js npm: node package manager yarn: a faster ...
分类:
Web程序 时间:
2019-01-31 00:11:00
阅读次数:
195
函数语法 简单示例 信号捕捉:trap 'COMMAND;COMMAND' ...
分类:
系统相关 时间:
2019-01-30 19:50:41
阅读次数:
172