上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 82 下一页
摘要: package com.icil.esolution.orders; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.fileUpload; import static org.springframework.test.web.servlet.request.MockMvcReq... 阅读全文
posted @ 2018-10-12 17:05 lshan 阅读(2323) 评论(0) 推荐(0) 编辑
摘要: beanToMap public static <T> Map<String, Object> beanToMap(T t) { Map<String, Object> result = new HashMap<>(); try { Field[] fields = t.getClass().get 阅读全文
posted @ 2018-10-09 18:20 lshan 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/imfjj/p/9058443.html (里面有坑) https://blog.csdn.net/l4642247/article/details/81631770 ( 这可以解决) https://blog.csdn.net/mickjous 阅读全文
posted @ 2018-09-30 16:07 lshan 阅读(873) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/cjbbk/p/7527276.html 解决POI3.17 与其它版本的不同的坑:https://blog.csdn.net/Weirdo_zhu/article/details/79912606 3.17 非常详细:https://www.c 阅读全文
posted @ 2018-09-28 19:11 lshan 阅读(2048) 评论(0) 推荐(0) 编辑
摘要: 参考:http://jingpin.jikexueyuan.com/article/46978.html Annotation Type SecondaryTables(参考:https://docs.oracle.com/javaee/7/api/javax/persistence/Seconda 阅读全文
posted @ 2018-09-28 17:49 lshan 阅读(2381) 评论(0) 推荐(0) 编辑
摘要: dockerfile 运行镜像: 阅读全文
posted @ 2018-09-28 12:17 lshan 阅读(2125) 评论(0) 推荐(0) 编辑
摘要: 添加样式def addMailFormt(content): eheader="<p><b><strong style=\"color:red\">SeaNotification</strong></b></p><br>" efoot="<font color=\"#993300\"> <br> < 阅读全文
posted @ 2018-09-27 17:35 lshan 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/dahongwudi/article/details/78201082 阅读全文
posted @ 2018-09-25 14:18 lshan 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Springboot spring data jpa 多数据源的配置 (说明:这只是引入了多个数据源,他们各自管理各自的事务,并没有实现统一的事务控制) 例: user数据库 global 数据库 1 .application.properties #database edi configurati 阅读全文
posted @ 2018-09-21 17:03 lshan 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/tzs_1041218129/article/details/79514845 阅读全文
posted @ 2018-09-17 16:46 lshan 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 82 下一页