# javalab **Repository Path**: memristor/javalab ## Basic Information - **Project Name**: javalab - **Description**: javalab - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Decorator:装饰者模式
observe:观察者模式
Singleton:单例模式,分为延迟加载,即可加载,延时加载为了保证线程安全采用双重锁