单一职责(Single Responsibility Principle):
实践设计原则之依赖倒置原则
抽象不应该依赖于细节,细节应当依赖于抽象。换言之,要针对接口编程,而不是针对实现编程。关键点:高层模块不应该依赖低层模块,两者都应该依赖其抽象抽象不应该依赖细节细节应该依赖抽象
实践xss
实践csrf
实践状态机之spring statemachine
Spring Statemachine is a framework for application developers to use state machine concepts with Spring applications.
读书笔记之《effective java》
《thinking in java》读书笔记
实践dubbo之registry
RegistryService
实践状态图
有些事物存在状态,并且可能随着某些事件的发生而发生变化。状态图
就是用来记录事物的状态
和事件
,以及关系
。
实践zookeeper之curator
Curator n ˈkyoor͝ˌātər: a keeper or custodian of a museum or other collection - A ZooKeeper Keeper.