上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: https://zhuanlan.zhihu.com/p/112199694 http://www.3h3.com/soft/135596.html 阅读全文
posted @ 2020-09-24 13:53 土木转行的人才 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一:基础模型 二:源码阅读 spring创建对象三部曲:( doCreateBean ) 1.实例化对象:也就是new 一个对象 通过三级缓存来解决循环依赖 2.填充属性: 3.初始化 缓存理解: 一级缓存:singletonobjects 三部曲后加入到缓存里(我们直接用的) 二级缓存:earyl 阅读全文
posted @ 2020-09-21 22:23 土木转行的人才 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1.饿汉模式:线程安全 public class HungryManSingleton { private static final HungryManSingleton instance = new HungryManSingleton(); private HungryManSingleton( 阅读全文
posted @ 2020-09-18 16:45 土木转行的人才 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 第一步:pom.xml 第二步:application.properties配置数据源 #数据源 spring.datasource.url=jdbc:mysql://localhost:3306/mybatis-demo?useUnicode=true&characterEncoding=utf- 阅读全文
posted @ 2020-09-17 13:54 土木转行的人才 阅读(468) 评论(0) 推荐(0) 编辑
摘要: https://tool.oschina.net/apidocs/apidoc?api=jdk-zh 阅读全文
posted @ 2020-09-11 15:21 土木转行的人才 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Objects.nonNull(answers)找了半天 阅读全文
posted @ 2020-09-02 15:15 土木转行的人才 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hetongun/article/details/81904393 阅读全文
posted @ 2020-08-07 17:37 土木转行的人才 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 教程链接: https://blog.csdn.net/pyfysf/article/details/100810846 kibana使用教程: https://www.cnblogs.com/c1024/p/11012040.html 阅读全文
posted @ 2020-08-01 20:13 土木转行的人才 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 下载eslasticSearch(本次使用6.5.4的windows版本) https://www.elastic.co/cn/downloads/past-releases 下载ik中文分词器(对应es的版本 下载zip) https://github.com/medcl/elasticsearc 阅读全文
posted @ 2020-08-01 10:20 土木转行的人才 阅读(207) 评论(0) 推荐(0) 编辑
摘要: http://www.haoxg.net/ediary/download.html 阅读全文
posted @ 2020-07-30 17:03 土木转行的人才 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页