上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 87 下一页
摘要: 1.下载的需要的证书: sudo ./$JAVA_HOME/jre/bin/keytool -import -alias WOSt03 -keystore $JAVA_HOME/jre/lib/security/cacerts -file /home/sea/WOS-T03.UFREIGHT.COM 阅读全文
posted @ 2018-06-08 13:24 lshan 阅读(240) 评论(0) 推荐(0)
摘要: JSONObject jsonObj = JSONObject.fromObject("文本"); 参考:https://www.cnblogs.com/joahyau/p/6736637.html 阅读全文
posted @ 2018-06-01 18:00 lshan 阅读(742) 评论(2) 推荐(0)
摘要: 数据库: jpa 查询 java: 1 @Component("ediHistoryDAO") 2 public interface EdiHistoryDAO extends CrudRepository<EdiHistoryDO, Integer>{ 3 4 EdiHistoryDO findB 阅读全文
posted @ 2018-05-25 16:46 lshan 阅读(8205) 评论(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 阅读(588) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/xing901022/category/414816.html 阅读全文
posted @ 2018-05-11 18:29 lshan 阅读(109) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/xing901022/p/5978989.html 常用的静态变量 在IOUtils中还是有很多常用的一些变量的,比如换行符等等 常用方法 copy 这个方法可以拷贝流,算是这个工具类中使用最多的方法了。支持多种数据间的拷贝: copy内部使用的 阅读全文
posted @ 2018-05-11 18:16 lshan 阅读(206) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/userwyh/article/details/52862216 一、MDC介绍 MDC(Mapped Diagnostic Context,映射调试上下文)是 log4j 和 logback 提供的一种方便在多线程条件下记录日志的功能。某些应用程序采用多 阅读全文
posted @ 2018-05-11 17:45 lshan 阅读(666) 评论(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 阅读(321) 评论(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 阅读(643) 评论(0) 推荐(0)
摘要: TODO 阅读全文
posted @ 2018-05-06 22:10 lshan 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 87 下一页