"97. Maximum Depth of Binary Tree" / "104. Maximum Depth of Binary Tree" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, find its maxim ...
分类:
其他好文 时间:
2019-02-14 20:52:17
阅读次数:
169
1、创建 topic /usr/local/kafka/bin/kafka-topics.sh --create --zookeeper zoo1:2181,zoo2:2181,zoo3:2181 --replication-factor 3 --partitions 3 --topic kafka ...
分类:
其他好文 时间:
2019-02-14 20:39:34
阅读次数:
171
"93. Balanced Binary Tree" / "" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, determine if it is height balanced. For this problem, a ...
分类:
其他好文 时间:
2019-02-14 20:37:15
阅读次数:
145
启动zookeeper 使用命令查看zookeeper是否启动成功: 启动kafka Brokerr 使用命令查看kafka Broker是否启动更成功 在kafka中创建topic 'test' bin/kafka-topics.sh --create --zookeeper localhost: ...
分类:
其他好文 时间:
2019-02-14 13:23:55
阅读次数:
137
首先了解一下kafka的基本概念 .1. BrokerKafka集群包含一个或多个服务器,这种服务器被称为broker2. Topic每条发布到Kafka集群的消息都有一个类别,这个类别被称为Topic。(物理上不同Topic的消息分开存储,逻辑上一个Topic的消息虽然保存于一个或多个broker ...
分类:
其他好文 时间:
2019-02-13 12:54:16
阅读次数:
336
"174. Remove Nth Node From End of List" / "19. Remove Nth Node From End of List" 本题难度: Easy/Medium Topic: Linked List Description Given a linked list, ...
分类:
其他好文 时间:
2019-02-12 09:14:04
阅读次数:
182
"52. Next Permutation" 本题难度: Medium Topic: Greedy Description "52. Next Permutation" 本题难度: Medium Topic: Greedy Description Given a list of integers, ...
分类:
其他好文 时间:
2019-02-11 01:11:33
阅读次数:
135
"" 本题难度: Medium Topic: Greedy Description Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of ...
分类:
其他好文 时间:
2019-02-11 01:02:13
阅读次数:
148
"187. Gas Station" / "134. Gas Station" 本题难度: Medium Topic: Greedy Description There are N gas stations along a circular route, where the amount of ga ...
分类:
其他好文 时间:
2019-02-10 20:40:06
阅读次数:
233
"184. Largest Number" / "179. Largest Number" 本题难度: Medium Topic: Greedy Description 184. Largest Number 中文English Given a list of non negative intege ...
分类:
其他好文 时间:
2019-02-10 20:33:56
阅读次数:
172