积极毛巾

文章
3
资源
0
加入时间
3年0月21天

deadline slave许可问题

网上公传的KEY是可以用的,但只限于本机,而不支持远程桌面,要远程桌面,则许可参数应该有TS_OK。In order to use a uncounted node locked license on a machine that is logged in via remote desktop the license file needs to contain "TS_OK" in the f...

一次调试无法打印日志问题经历

问题产生的现象是:storm任务启动后无日志输出(指的是$STORM_HOME/logs下无对应日志)控制台输出如下:SLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found binding in [jar:file:/home/vipshop/platform/storm-0.9.0.1/lib/logba

springboot原理实战(3)-- spring扩展接口BeanPostProcessor,BeanFactoryPostProcessor目录:1.BeanPostProcessor2.MyBeanFactoryPostProcessor3.BeanDefinitionRegistryPostProcessor

文章目录目录:1.BeanPostProcessor2.MyBeanFactoryPostProcessor3.BeanDefinitionRegistryPostProcessor扩展:也可以用AnnotationConfigApplicationContext注入目录:入门springboot前,先了解spring的下面这三个接口扩展,很有必要。先看下脑图:1.BeanPostPro...