会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jomini
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
30
31
32
33
34
35
36
37
38
···
49
下一页
2019年11月18日
hbase链接失败
摘要: https://blog.csdn.net/u010886217/article/details/84444046
阅读全文
posted @ 2019-11-18 08:41 抽象Java
阅读(152)
评论(0)
推荐(0)
编辑
2019年11月17日
zookeeper 链接报错 KeeperErrorCode = NodeExists for
摘要: zookeeper 链接报错 CONNECTING Receive watched event:WatchedEvent state:SyncConnected type:None path:null ZooKeeper session established. org.apache.zookeep
阅读全文
posted @ 2019-11-17 20:09 抽象Java
阅读(12969)
评论(0)
推荐(1)
编辑
kafka消费失败
摘要: kafka消费失败 搞半天是路径错误,但是不会报错 改为 job 就对了
阅读全文
posted @ 2019-11-17 15:53 抽象Java
阅读(510)
评论(0)
推荐(0)
编辑
centos修改ip
摘要: 修改ip cd /etc/sysconfig/network-scripts/ vi ifcfg-ens33 修改网卡配置文件,将BOOTPROTO改为static(获取IP的方式静态),在最下面加入IP配置 IPADDR=192.168.1.177 NETMASK=255.255.255.0 GA
阅读全文
posted @ 2019-11-17 14:28 抽象Java
阅读(176)
评论(0)
推荐(0)
编辑
2019年11月9日
启动命令
摘要: kafka bin/kafka-server-start.sh config/server.properties & Hbase bin/hbase-daemon.sh start master bin/hbase-daemon.sh start regionserver Hbase 默认端口 16
阅读全文
posted @ 2019-11-09 12:19 抽象Java
阅读(158)
评论(0)
推荐(0)
编辑
2019年11月4日
高音谱,低音谱
摘要: 高音谱,低音谱
阅读全文
posted @ 2019-11-04 23:29 抽象Java
阅读(683)
评论(0)
推荐(0)
编辑
2019年11月3日
leetcode.236-lowest-common-ancestor-of-a-binary-tree
摘要: lowest-common-ancestor-of-a-binary-tree 共同祖先 https://blog.csdn.net/zangdaiyang1991/article/details/94563586
阅读全文
posted @ 2019-11-03 23:57 抽象Java
阅读(158)
评论(0)
推荐(0)
编辑
LeetCode215-kth-largest-element-in-an-array
摘要: 第k 大的元素 这题用递归出错了,划不来,一点都不好debug, 最重要的是抽线能力
阅读全文
posted @ 2019-11-03 20:10 抽象Java
阅读(116)
评论(0)
推荐(0)
编辑
Leetcode.230-Kth-Smallest-Element-In-A-Bst
摘要: 使用中序遍历
阅读全文
posted @ 2019-11-03 14:33 抽象Java
阅读(191)
评论(0)
推荐(0)
编辑
二叉树
摘要: 二叉树的遍历 先序遍历:遍历顺序规则为(根左右) 中序遍历:遍历顺序规则为(左根右) 后序遍历:遍历顺序规则为(左右根) 其中,中遍历是从小到大
阅读全文
posted @ 2019-11-03 13:07 抽象Java
阅读(93)
评论(0)
推荐(0)
编辑
上一页
1
···
30
31
32
33
34
35
36
37
38
···
49
下一页
公告