09 2018 档案
摘要:今天编写一个storm的topology,bolt的逻辑跟之前的类似。 为了减少重复代码,我建了个抽象基类,存放bolt的公共逻辑,设计了几个abstract方法,不同的逻辑部分由子类实现。 基类日志定义如下: Logger是项目封装的,用于ELK的对象,考虑到子类可能用到,我把它的static去掉
阅读全文
摘要:java.lang.IllegalArgumentException: Circular placeholder reference 'trace.enable' in property definitions at org.springframework.util.PropertyPlacehol
阅读全文
摘要:线上某dubbo服务A调用dubbo服务B的接口X方法,调用端A日志中出现了很多超时的情况,提供端B该接口X超时时间设置为60s; 查看提供端B的日志,报了很多线程池满的异常: 服务B部署了4个节点,仅1个节点有线程池满情况; 服务B的dubbo配置如下,线程池固定700个线程: 通过ps aux
阅读全文
摘要:Sentinel是今年阿里开源的高可用防护的流量管理框架。 git地址:https://github.com/alibaba/Sentinel wiki:https://github.com/alibaba/Sentinel/wiki FAQ:https://github.com/alibaba/S
阅读全文
摘要:今天找到篇blog,终于把win10下EditPlus不能拖拽打开文件的问题解决了:) 记录下备忘。之前通过注册表的方式添加到右键菜单,当时设置了EditPlus以管理员身份运行; 解决办法=>以普通方式运行editplus:右键EditPlus.exe,以管理员身份运行此程序的勾去掉 参考: wi
阅读全文
摘要:sentinel是今年阿里开源的高可用防护的流量管理框架。 git地址:https://github.com/alibaba/Sentinel wiki:https://github.com/alibaba/Sentinel/wiki FAQ:https://github.com/alibaba/S
阅读全文
摘要: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
阅读全文
摘要:sentinel是今年阿里开源的高可用防护的流量管理框架。 git地址:https://github.com/alibaba/Sentinel wiki:https://github.com/alibaba/Sentinel/wiki FAQ:https://github.com/alibaba/S
阅读全文
摘要:如何统一批量设置PPT的中文字体和英文字体 http://www.ykppt.com/pptjc/239.html 如何修改PPT所有页的字体_ppt如何批量替换字体 https://jingyan.baidu.com/article/36d6ed1f7c9e801bce48835c.html
阅读全文
摘要:dubbo请求调用过程分析 https://blog.csdn.net/javahongxi/article/details/72876694 浅谈dubbo的ExceptionFilter异常处理 https://blog.csdn.net/mj158518/article/details/512
阅读全文
摘要:SKU=Stock Keeping Unit(库存量单位)SPU(Standard Product Unit):标准化产品单元
阅读全文
摘要:命令如下: 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
阅读全文
摘要:Markdown 编辑器语法指南 https://segmentfault.com/markdown/
阅读全文