搭建zookeeper集群 1. 创建docker compose.yml文件 2. docker compose up d 后台运行 3. docker compose config 查看配置 4. docker exec it bash 交互式进入容器 5. bin/zkServer.sh st ...
分类:
其他好文 时间:
2019-11-18 12:51:14
阅读次数:
169
问题一: pi表示取第i个单,di表示送第i个单。di不能在pi的前面。给一个取单送单的顺序,问是否是valid顺序。 问题二: pi表示取第i个单,di表示送第i个单。di不能在pi的前面。给一个n,显示所有正确的顺序。 ...
分类:
其他好文 时间:
2019-11-18 09:26:58
阅读次数:
66
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2019-11-17 13:09:53
阅读次数:
72
案例一、人力资源部需要增加员工名字进入员工列表中,输入过程中可随时选择按Q退出 li = ['luna', 'panda', 'alex', 'mady'] while 1: username = input('请输入要增加的员工名字,暂时退出请按Q') if username.strip().up ...
分类:
编程语言 时间:
2019-11-16 21:53:57
阅读次数:
97
function up(x,y){//升序 return x[val.prop] - y[val.prop] } function down(x,y){//降序 return y[val.prop] - x[val.prop] } arr.sort(up) arr.sort(down) arr.so ...
分类:
编程语言 时间:
2019-11-15 22:03:56
阅读次数:
80
Docker is an increasingly popular software package that creates a container for application development. Developing in Docker speeds up applications, ...
分类:
系统相关 时间:
2019-11-15 16:57:52
阅读次数:
136
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:
其他好文 时间:
2019-11-13 22:31:01
阅读次数:
129
图论 1. "封锁阳光大学" : 二分图 2. "信息传递" : 并查集求最小环,不路径压缩即可 3. "最优贸易" : 分层图 4. "Intervals" : 查分约束 5. "Cheering up the Cow" : 最小生成树 位运算相关: 1. 2. ...
分类:
其他好文 时间:
2019-11-13 21:50:50
阅读次数:
80
DNS服务配置1.安装bind服务[root@localhostsbin]#yuminstallbind-y...........//省略安装过程[root@localhostsbin]#2.查看网卡信息(IP地址)[root@localhostnamed]#ifconfigens33:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500i
分类:
其他好文 时间:
2019-11-13 19:14:54
阅读次数:
67
https://help.dreamhost.com/hc/en-us/articles/215464758-How-do-I-set-up-passwordless-login-in-PuTTY- ...
分类:
系统相关 时间:
2019-11-11 13:09:20
阅读次数:
96