上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 83 下一页
摘要: @Context private MessageContext context; public HttpServletRequest getRequest(){ HttpServletRequest request = (HttpServletRequest) context .get(Abstra 阅读全文
posted @ 2018-11-30 15:25 lshan 阅读(937) 评论(0) 推荐(0) 编辑
摘要: eg: List<Product> products = new ArrayList<Product>(); Product[] array = products.toArray(new Product[products.size()]); 阅读全文
posted @ 2018-11-29 12:09 lshan 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/deeposcar/article/details/80710843 阅读全文
posted @ 2018-11-27 13:10 lshan 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/whandgdh/article/details/80267674 https://www.cnblogs.com/swordfall/p/8298386.html 阅读全文
posted @ 2018-11-27 11:50 lshan 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 官网: https://github.com/alibaba/easyexcel 直接看官网吧,下面做备份. 参考:https://blog.csdn.net/jiangjiandecsd/article/details/81115622 https://blog.csdn.net/jiangguj 阅读全文
posted @ 2018-11-26 13:50 lshan 阅读(976) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/tootwo2/p/6683143.html 阅读全文
posted @ 2018-11-26 11:51 lshan 阅读(266) 评论(0) 推荐(0) 编辑
摘要: public class FileUtils { private static final Logger logger = LoggerFactory.getLogger(FileUtils.class); /** * * @param message * @param topath * @param fileName ... 阅读全文
posted @ 2018-11-23 17:18 lshan 阅读(253) 评论(0) 推荐(0) 编辑
摘要: dockerfile eg: # sea,20181122 FROM frolvlad/alpine-oraclejdk8:slim #add volume VOLUME /tmp #add project ADD sea-vat-service-0.0.1-SNAPSHOT.jar app.jar 阅读全文
posted @ 2018-11-23 14:01 lshan 阅读(2903) 评论(0) 推荐(0) 编辑
摘要: 依赖: 配置 application.properties: #spring.data.mongodb.uri=mongodb://userName:password@ip:port/databasespring.data.mongodb.database=ELSA_MILESTONE_SUBSCR 阅读全文
posted @ 2018-11-23 12:33 lshan 阅读(3458) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-11-22 18:24 lshan 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 83 下一页