摘要: 阿里中间件团队博客 http://jm.taobao.orgkimmking https://blog.csdn.net/KimmKing/article/details/71517053 greys https://www.jianshu.com/p/a396d8893a4c https://ww 阅读全文
posted @ 2018-08-25 09:40 cdfive 阅读(83) 评论(0) 推荐(0)
摘要: wps CONCATENATE 只是因为格式 设置成了文本,把这列 格式 设置成 常规,双击下 结果就出来了 https://zhidao.baidu.com/question/2120866896119492307.html 阅读全文
posted @ 2018-08-24 14:58 cdfive 阅读(79) 评论(0) 推荐(0)
摘要: 按空白符分隔(正则) String[] split = line.trim().split("\\s+"); 阅读全文
posted @ 2018-08-24 13:53 cdfive 阅读(87) 评论(0) 推荐(0)
摘要: git https://github.com/alibaba/Sentinel https://github.com/dubbo/dubbo-sentinel-supportdubbo http://dubbo.incubator.apache.org/zh-cn/index.htmlwiki ht 阅读全文
posted @ 2018-08-24 13:19 cdfive 阅读(342) 评论(0) 推荐(0)
摘要: 1.查看JDK路径 echo $JAVA_HOME$which java 2.查看进程以及路径 PID=$(ps -ef|grep 进程关键字|awk '{print $3}')ll /proc/PID 3.查看目录大小 df -h du -sh du -m 20140507155000* | aw 阅读全文
posted @ 2018-08-24 11:30 cdfive 阅读(60) 评论(0) 推荐(0)
摘要: ZooInspector https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip 参考:https://blog.csdn.net/uisoul/article/details/78226324 阅读全文
posted @ 2018-08-23 17:04 cdfive 阅读(114) 评论(0) 推荐(0)
摘要: 1.springboot中有ApplicationRunner类,如果项目中的启动类名称也是ApplicationRunner,单元测试时需要注意:import不要import到springboot的类了 @RunWith(SpringJUnit4ClassRunner.class) @Spring 阅读全文
posted @ 2018-08-22 10:36 cdfive 阅读(214) 评论(0) 推荐(0)
摘要: jmap + Eclipse MAT :排查内存泄漏的好工具 https://blog.csdn.net/rital/article/details/5511141 阅读全文
posted @ 2018-08-20 11:39 cdfive 阅读(107) 评论(0) 推荐(0)
摘要: (原创)JAVA阻塞队列LinkedBlockingQueue 以及非阻塞队列ConcurrentLinkedQueue 的区别 https://www.cnblogs.com/starcrm/p/4998067.htmljava线程池与五种常用线程池策略使用与解析 https://blog.csd 阅读全文
posted @ 2018-08-14 15:07 cdfive 阅读(100) 评论(0) 推荐(0)
摘要: [命令]storm rebalance topology-name [-w wait-time-secs] [-n new-num-workers] [-e component=parallelism]* storm rebalance mytopology -n 5 -e blue-spout=3 阅读全文
posted @ 2018-08-14 09:36 cdfive 阅读(168) 评论(0) 推荐(0)