摘要: @Component public class RedisCache { @Autowired public RedisTemplate redisTemplate; /** * 缓存基本的对象,Integer、String、实体类等 * * @param key 缓存的键值 * @param va 阅读全文
posted @ 2020-03-31 14:40 冬天不眠 阅读(327) 评论(0) 推荐(0) 编辑
摘要: public final class HTMLFilter { /** * regex flag union representing /si modifiers in php **/ private static final int REGEX_FLAGS_SI = Pattern.CASE_IN 阅读全文
posted @ 2020-03-31 14:35 冬天不眠 阅读(458) 评论(0) 推荐(0) 编辑
摘要: public class Arith { /** 默认除法运算精度 */ private static final int DEF_DIV_SCALE = 10; /** 这个类不能实例化 */ private Arith() { } /** * 提供精确的加法运算。 * @param v1 被加数 阅读全文
posted @ 2020-03-31 09:21 冬天不眠 阅读(132) 评论(0) 推荐(0) 编辑