摘要: // 等比例缩放 var bili = 1; if (imgWidth > imgHeight && imgWidth > 400) { bili = imgWidth / 400; imgWidth = 400; imgHeight = imgHeight / bili; } else if (i 阅读全文
posted @ 2020-03-02 15:36 huiy_小溪 阅读(256) 评论(0) 推荐(0) 编辑
摘要: @SuppressWarnings("rawtypes") @Bean public CacheManager cacheManager(RedisTemplate redisTemplate, ConfigApp configApp) { RedisCacheManager redisCacheM 阅读全文
posted @ 2020-03-02 15:34 huiy_小溪 阅读(5086) 评论(0) 推荐(0) 编辑