2020年4月23日
摘要: 装饰者与被装饰者继承同一个接口 修改被装饰者行为 package com.xiaofeiyang; /** * @author: yangchun * @description: * @date: Created in 2020-04-23 14:48 */ public class Decorat 阅读全文
posted @ 2020-04-23 16:13 清浊 阅读(179) 评论(0) 推荐(0)
摘要: 1、FastThreadLocal * @author: yangchun * @description: * @date: Created in 2020-04-23 12:53 */ public class FastThreadLocalTest { private static FastTh 阅读全文
posted @ 2020-04-23 14:27 清浊 阅读(310) 评论(0) 推荐(0)