上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 83 下一页
摘要: 数据库: jpa 查询 java: 1 @Component("ediHistoryDAO") 2 public interface EdiHistoryDAO extends CrudRepository<EdiHistoryDO, Integer>{ 3 4 EdiHistoryDO findB 阅读全文
posted @ 2018-05-25 16:46 lshan 阅读(8143) 评论(0) 推荐(0) 编辑
摘要: 可以参考:http://www.cnblogs.com/lyy-2016/p/6122144.html test /** * */ package com.imooc.web.controller; import static org.springframework.test.web.servlet 阅读全文
posted @ 2018-05-23 22:49 lshan 阅读(568) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/xing901022/category/414816.html 阅读全文
posted @ 2018-05-11 18:29 lshan 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/xing901022/p/5978989.html 常用的静态变量 在IOUtils中还是有很多常用的一些变量的,比如换行符等等 常用方法 copy 这个方法可以拷贝流,算是这个工具类中使用最多的方法了。支持多种数据间的拷贝: copy内部使用的 阅读全文
posted @ 2018-05-11 18:16 lshan 阅读(197) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/userwyh/article/details/52862216 一、MDC介绍 MDC(Mapped Diagnostic Context,映射调试上下文)是 log4j 和 logback 提供的一种方便在多线程条件下记录日志的功能。某些应用程序采用多 阅读全文
posted @ 2018-05-11 17:45 lshan 阅读(641) 评论(0) 推荐(0) 编辑
摘要: Switch To Oracle JDK8 1 Switch To Oracle JDK8 1.1 Switch Oracle JDK in the Unbuntu 14.04 Step1 : Download a .tar.gz from Oracle(here i will be using j 阅读全文
posted @ 2018-05-07 12:23 lshan 阅读(297) 评论(0) 推荐(0) 编辑
摘要: web service Prepared by: Sea 29 April, 2018 Contents 1. The description of springsecurity. 2 1.1. What is spring security?. 2 1.2. History. 3 1.3. Spr 阅读全文
posted @ 2018-05-06 23:02 lshan 阅读(625) 评论(0) 推荐(0) 编辑
摘要: TODO 阅读全文
posted @ 2018-05-06 22:10 lshan 阅读(170) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/YDDMAX/p/6045079.html 参考此人播客:docker 分类 http://www.cnblogs.com/51kata/category/789766.html https://blog.csdn.net/relax_hb/artic 阅读全文
posted @ 2018-05-05 23:36 lshan 阅读(153) 评论(0) 推荐(0) 编辑
摘要: svn https://blog.csdn.net/leibris/article/details/72982804 https://blog.csdn.net/frankcheng5143/article/details/52863455 https://blog.csdn.net/catshit 阅读全文
posted @ 2018-05-04 19:34 lshan 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 73 74 75 76 77 78 79 80 81 ··· 83 下一页