09 2018 档案

摘要:今天编写一个storm的topology,bolt的逻辑跟之前的类似。 为了减少重复代码,我建了个抽象基类,存放bolt的公共逻辑,设计了几个abstract方法,不同的逻辑部分由子类实现。 基类日志定义如下: Logger是项目封装的,用于ELK的对象,考虑到子类可能用到,我把它的static去掉 阅读全文
posted @ 2018-09-26 23:38 cdfive 阅读(429) 评论(0) 推荐(0) 编辑
摘要:java.lang.IllegalArgumentException: Circular placeholder reference 'trace.enable' in property definitions at org.springframework.util.PropertyPlacehol 阅读全文
posted @ 2018-09-26 09:59 cdfive 阅读(184) 评论(0) 推荐(0) 编辑
摘要:线上某dubbo服务A调用dubbo服务B的接口X方法,调用端A日志中出现了很多超时的情况,提供端B该接口X超时时间设置为60s; 查看提供端B的日志,报了很多线程池满的异常: 服务B部署了4个节点,仅1个节点有线程池满情况; 服务B的dubbo配置如下,线程池固定700个线程: 通过ps aux 阅读全文
posted @ 2018-09-19 22:46 cdfive 阅读(8569) 评论(0) 推荐(2) 编辑
摘要:Sentinel是今年阿里开源的高可用防护的流量管理框架。 git地址:https://github.com/alibaba/Sentinel wiki:https://github.com/alibaba/Sentinel/wiki FAQ:https://github.com/alibaba/S 阅读全文
posted @ 2018-09-18 21:31 cdfive 阅读(606) 评论(0) 推荐(0) 编辑
摘要:今天找到篇blog,终于把win10下EditPlus不能拖拽打开文件的问题解决了:) 记录下备忘。之前通过注册表的方式添加到右键菜单,当时设置了EditPlus以管理员身份运行; 解决办法=>以普通方式运行editplus:右键EditPlus.exe,以管理员身份运行此程序的勾去掉 参考: wi 阅读全文
posted @ 2018-09-14 09:47 cdfive 阅读(536) 评论(0) 推荐(0) 编辑
摘要:sentinel是今年阿里开源的高可用防护的流量管理框架。 git地址:https://github.com/alibaba/Sentinel wiki:https://github.com/alibaba/Sentinel/wiki FAQ:https://github.com/alibaba/S 阅读全文
posted @ 2018-09-13 11:35 cdfive 阅读(1181) 评论(0) 推荐(0) 编辑
摘要:2018-09-12 16:16:44 WARN [New I/O worker #1] SerializerFactory.java:652 getDeserializer - Hessian/Burlap: 'com.xxx.xxxBolt$1' is an unknown class in s 阅读全文
posted @ 2018-09-13 01:08 cdfive 阅读(2830) 评论(0) 推荐(0) 编辑
摘要:sentinel是今年阿里开源的高可用防护的流量管理框架。 git地址:https://github.com/alibaba/Sentinel wiki:https://github.com/alibaba/Sentinel/wiki FAQ:https://github.com/alibaba/S 阅读全文
posted @ 2018-09-09 17:54 cdfive 阅读(3141) 评论(0) 推荐(0) 编辑
摘要:如何统一批量设置PPT的中文字体和英文字体 http://www.ykppt.com/pptjc/239.html 如何修改PPT所有页的字体_ppt如何批量替换字体 https://jingyan.baidu.com/article/36d6ed1f7c9e801bce48835c.html 阅读全文
posted @ 2018-09-07 17:41 cdfive 阅读(117) 评论(0) 推荐(0) 编辑
摘要:dubbo请求调用过程分析 https://blog.csdn.net/javahongxi/article/details/72876694 浅谈dubbo的ExceptionFilter异常处理 https://blog.csdn.net/mj158518/article/details/512 阅读全文
posted @ 2018-09-05 14:37 cdfive 阅读(445) 评论(0) 推荐(0) 编辑
摘要:SKU=Stock Keeping Unit(库存量单位)SPU(Standard Product Unit):标准化产品单元 阅读全文
posted @ 2018-09-02 22:39 cdfive 阅读(96) 评论(0) 推荐(0) 编辑
摘要:命令如下: git clone xxx-fork.git git remote add xxx xxx.git git fetch xxx git merge xxx/master git push origin master 参考:https://blog.csdn.net/zwhlxl/arti 阅读全文
posted @ 2018-09-02 16:42 cdfive 阅读(1103) 评论(0) 推荐(0) 编辑
摘要:Markdown 编辑器语法指南 https://segmentfault.com/markdown/ 阅读全文
posted @ 2018-09-02 16:15 cdfive 阅读(104) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示