上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页
摘要: Docker原理、详细入门教程 Docker原理、详细入门教程 https://blog.csdn.net/deng624796905/article/details/86493330 阮一峰Docker入门讲解 http://www.ruanyifeng.com/blog/2018/02/dock 阅读全文
posted @ 2019-07-28 00:43 yixiu868 阅读(1565) 评论(0) 推荐(0) 编辑
摘要: nginx介绍、功能,优势 nginx介绍、功能,优势 https://www.cnblogs.com/wcwnina/p/8728391.html#!comments Nginx负载均衡,session共享问题,几种解决方案 Nginx负载均衡,session共享问题,几种解决方案 https:/ 阅读全文
posted @ 2019-07-27 23:12 yixiu868 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 原理机制讲解 https://leokongwq.github.io/2016/12/28/spring-PropertyPlaceholderConfigurer.html 使用时多个配置讲解 https://elim.iteye.com/blog/2387138 阅读全文
posted @ 2019-07-26 12:44 yixiu868 阅读(239) 评论(0) 推荐(0) 编辑
摘要: CXF对外发布WebService服务 https://blog.csdn.net/yuke07029306/article/details/79142345 Spring+CXF+Maven发布Webservice https://blog.csdn.net/Lenux2017/article/d 阅读全文
posted @ 2019-07-26 00:57 yixiu868 阅读(88) 评论(0) 推荐(0) 编辑
摘要: org.apache.maven.plugins maven-compiler-plugin 2.0.2 1.8 1.8 ... 阅读全文
posted @ 2019-07-25 23:53 yixiu868 阅读(228) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/7e9247c0b81a 阅读全文
posted @ 2019-07-19 18:00 yixiu868 阅读(117) 评论(0) 推荐(0) 编辑
摘要: Gson,FastJson,Jackson,Json-lib性能比较 https://www.xncoding.com/2018/01/09/java/jsons.html 结论:FastJson虽然快,但是优先选择Jackson 优先选择Jackson原因 1、FastJson快的不多; 2、Ja 阅读全文
posted @ 2019-07-19 15:54 yixiu868 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 1、Java常用日志框架对比 https://www.jianshu.com/p/bbbdcb30bba8 2、Log4j,Log4j2,Logback日志框架性能对比 https://bbs.huaweicloud.com/blogs/34bd05b2cba211e8bd5a7ca23e93a89 阅读全文
posted @ 2019-07-19 15:42 yixiu868 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 亦山 方向:MyBatis、JVM https://blog.csdn.net/luanlouis MyBatis缓存 https://tech.meituan.com/2018/01/19/mybatis-cache.html Java源码、并发、数据结构,skywang大佬 https://ww 阅读全文
posted @ 2019-07-18 14:32 yixiu868 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 前言 在web开发过程中涉及到表格时,例如dataTable,就会产生分页的需求,通常我们将分页方式分为两种:前端分页和后端分页。 前端分页 一次性请求数据表格中的所有记录(ajax),然后在前端缓存并且计算count和分页逻辑,一般前端组件(例如dataTable)会提供分页动作。 特点是:简单, 阅读全文
posted @ 2019-07-18 10:31 yixiu868 阅读(1342) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 28 下一页