wiki:https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler 由于jd好多年没更新了,今天找到这个新的开源反汇编,很不错 分享一下. 之前一直用jd,结果很多时候要看smali 现在好多了 Java Decompiler As a developer who splits his time between the .NET and Java platforms, I have been surprised and disma…
archaius是什么,能做什么? archaius是Netflix公司开源项目之一,基于java的配置管理类库,主要用于多配置存储的动态获取.主要功能是对apache common configuration类库的扩展.在云平台开发中可以将其用作分布式配置管理依赖构件.同时,它有如下一些特性: 动态类型化属性 高效和线程安全的配置操作 配置改变时的回调机制 jmx 组合配置(核心内容) At the heart of Archaius is the concept of a Composite…