摘要: ehcache 属于jvm内置缓存 1 添加依赖 2 ehcache配置文件 3 使用ehcache 项目结构: github下载地址:https://github.com/jake1263/SpringBoot-ehcache 阅读全文
posted @ 2019-07-17 14:54 踏月而来 阅读(314) 评论(0) 推荐(0) 编辑
摘要: public class DemoTest { public static void main(String[] args) { System.out.println(isConvert("abc", "ddc", 0)); } /** * 有一个字符串A 有一个字符串B 想要从A转换到B,只能一次一次转换,每次转换要把字符串A中的一个字符全... 阅读全文
posted @ 2019-07-17 11:02 踏月而来 阅读(1220) 评论(0) 推荐(0) 编辑