随笔 - 835  文章 - 1 评论 - 40 阅读 - 102万
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

05 2018 档案
spring data jpa 原生查询(查一个json中的某一字段)
摘要:数据库: jpa 查询 java: 1 @Component("ediHistoryDAO") 2 public interface EdiHistoryDAO extends CrudRepository<EdiHistoryDO, Integer>{ 3 4 EdiHistoryDO findB 阅读全文
posted @ 2018-05-25 16:46 lshan 阅读(8160) 评论(0) 推荐(0) 编辑
mock——test 基本所有使用
摘要:可以参考: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 阅读(570) 评论(0) 推荐(0) 编辑
算法参考
摘要:http://www.cnblogs.com/xing901022/category/414816.html 阅读全文
posted @ 2018-05-11 18:29 lshan 阅读(105) 评论(0) 推荐(0) 编辑
IOUtils总结
摘要:参考:https://www.cnblogs.com/xing901022/p/5978989.html 常用的静态变量 在IOUtils中还是有很多常用的一些变量的,比如换行符等等 常用方法 copy 这个方法可以拷贝流,算是这个工具类中使用最多的方法了。支持多种数据间的拷贝: copy内部使用的 阅读全文
posted @ 2018-05-11 18:16 lshan 阅读(198) 评论(0) 推荐(0) 编辑
log4j MDC用户操作日志追踪配置
摘要:https://blog.csdn.net/userwyh/article/details/52862216 一、MDC介绍 MDC(Mapped Diagnostic Context,映射调试上下文)是 log4j 和 logback 提供的一种方便在多线程条件下记录日志的功能。某些应用程序采用多 阅读全文
posted @ 2018-05-11 17:45 lshan 阅读(648) 评论(0) 推荐(0) 编辑
Ubuntu jdk 8 与 6 切换 (安装与配置)
摘要: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) 编辑
spring security 学习文档
摘要: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 阅读(627) 评论(0) 推荐(0) 编辑
TODO
摘要:TODO 阅读全文
posted @ 2018-05-06 22:10 lshan 阅读(170) 评论(0) 推荐(0) 编辑
docker学习笔记 参考
摘要: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) 编辑
ubuntu 安装 环境
摘要: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 阅读(166) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示