摘要: code 阅读全文
posted @ 2019-01-03 14:20 lovollll 阅读(4238) 评论(0) 推荐(0) 编辑
摘要: pom.xml HttpUtil.java 阅读全文
posted @ 2019-01-03 14:19 lovollll 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 使用spring AbstractRoutingDatasource实现多数据源 读写数据库类型 当前数据库配置上下文 自定义事务管理器 mybatis插件(拦截器) 阅读全文
posted @ 2019-01-03 14:19 lovollll 阅读(138) 评论(0) 推荐(0) 编辑
摘要: MsgCodeUtil.java 阅读全文
posted @ 2019-01-03 14:18 lovollll 阅读(603) 评论(0) 推荐(0) 编辑
摘要: pom.xml spring redis.xml spring redis sentine.xml RedisUtil.java config.properties 阅读全文
posted @ 2019-01-03 14:17 lovollll 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Java图片高保真缩放 阅读全文
posted @ 2019-01-03 14:16 lovollll 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 集合了一些常用的小片段 1. 字符串有整型的相互转换 Java代码 String a = String.valueOf(2); //integer to numeric string int i = Integer.parseInt(a); //numeric string to an int 2. 阅读全文
posted @ 2019-01-03 14:15 lovollll 阅读(226) 评论(0) 推荐(0) 编辑
摘要: SftpUtils 阅读全文
posted @ 2019-01-03 14:15 lovollll 阅读(124) 评论(0) 推荐(0) 编辑
摘要: web.xml配置 XssFilter.java XssHttpServletRequestWrapperNew.java 阅读全文
posted @ 2019-01-03 14:13 lovollll 阅读(250) 评论(0) 推荐(0) 编辑