摘要:
Full control over file attributes is available in Java 7, as part of the "new" New IO facility [(NIO.2)](https://jcp.org/en/jsr/detail?id=203). For ex... 阅读全文
摘要:
1.Zookeeper经常被我们用来做配置管理,配置的管理在分布式应用环境中很常见,例如同一个应用系统需要多台 PC Server 运行,但是它们运行的应用系统的某些配置项是相同的,如果要修改这些相同的配置项,那么就必须同时修改每台运行这个应用系统的 PC Server,这样非常麻烦而且容易出错... 阅读全文