上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 48 下一页
摘要: Spiral_Matrix https://leetcode-cn.com/problems/spiral-matrix/ //当行数只有一行: 1、 n = 1; m -> 0; //当列数只有一列 2、m = 1; n -> 0; //行数为 n, 列数为m 3、 。。。。。。 。。。。。。 。 阅读全文
posted @ 2019-11-25 19:05 李荣先辈Java 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://www.douban.com/note/330562764/ https://blog.csdn.net/Irving_zhang/article/details/78835035 https://www.kancloud.cn/kancloud/data-structure-and 阅读全文
posted @ 2019-11-25 09:35 李荣先辈Java 阅读(97) 评论(0) 推荐(0) 编辑
摘要: bash 脚本 先创建一个文件 #!/bin/bash /usr/local/zookeeper/zookeeper-3.4.10/bin/zkServer.sh start 保存,执行 [root@hadoop ~]# ./zookeeper_run.sh 发现如下没有权限 -bash: ./zo 阅读全文
posted @ 2019-11-24 16:24 李荣先辈Java 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 关闭占用端口 netstat -aon|findstr "8060 找端口对应应用 tasklist|findstr "PID号" 关闭 taskkill /f /t /im javaw.exe 阅读全文
posted @ 2019-11-24 09:27 李荣先辈Java 阅读(127) 评论(0) 推荐(0) 编辑
摘要: blue bossa 阅读全文
posted @ 2019-11-21 00:53 李荣先辈Java 阅读(124) 评论(0) 推荐(0) 编辑
摘要: mirror public boolean isMirror(node left, node right){ if(null == right && null == left){ return true; }else if( null == right || null == left ){ retu 阅读全文
posted @ 2019-11-20 08:53 李荣先辈Java 阅读(110) 评论(0) 推荐(0) 编辑
摘要: api 调用发现错误 Mon Nov 18 23:04:31 CST 2019, RpcRetryingCaller{globalStartTime=1574089469858, pause=100, retries=35}, org.apache.hadoop.hbase.MasterNotRun 阅读全文
posted @ 2019-11-19 00:22 李荣先辈Java 阅读(4105) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lyflyyvip/article/details/85012579 阅读全文
posted @ 2019-11-18 23:04 李荣先辈Java 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010886217/article/details/84444046 阅读全文
posted @ 2019-11-18 08:41 李荣先辈Java 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(12514) 评论(0) 推荐(1) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 48 下一页