码迷,mamicode.com
首页 >  
搜索关键字:topic    ( 2781个结果
[Lintcode]97. Maximum Depth of Binary Tree/[Leetcode]104. Maximum Depth of Binary Tree
"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
kafka命令使用
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
[Lintcode]93. Balanced Binary Tree/[Leetcode]
"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
启动Kafka
启动zookeeper 使用命令查看zookeeper是否启动成功: 启动kafka Brokerr 使用命令查看kafka Broker是否启动更成功 在kafka中创建topic 'test' bin/kafka-topics.sh --create --zookeeper localhost: ...
分类:其他好文   时间:2019-02-14 13:23:55    阅读次数:137
Kafka的安装是否成功的简单测试命令
首先了解一下kafka的基本概念 .1. BrokerKafka集群包含一个或多个服务器,这种服务器被称为broker2. Topic每条发布到Kafka集群的消息都有一个类别,这个类别被称为Topic。(物理上不同Topic的消息分开存储,逻辑上一个Topic的消息虽然保存于一个或多个broker ...
分类:其他好文   时间:2019-02-13 12:54:16    阅读次数:336
[Lintcode]174. Remove Nth Node From End of List/[Leetcode]
"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
[Lintcode]52. Next Permutation
"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
[Leetcode]31. Next Permutation
"" 本题难度: Medium Topic: Greedy Description Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of ...
分类:其他好文   时间:2019-02-11 01:02:13    阅读次数:148
[Lintcode]187. Gas Station/[Leetcode]134. Gas Station
"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
[Lintcode]184. Largest Number/[Leetcode]179. Largest Number
"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
2781条   上一页 1 ... 60 61 62 63 64 ... 279 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!