11 2020 档案
摘要:https://www.jianshu.com/p/caf5818eca81 https://time.geekbang.org/column/article/71173
阅读全文
摘要:https://www.liaoxuefeng.com/wiki/1252599548343744/1347180610715681
阅读全文
摘要:https://blog.csdn.net/weixin_41888813/article/details/102947633 Spring IoC (ApplicationContext) 容器一般都会在启动的时候实例化所有单实例 bean 。如果我们想要 Spring 在启动的时候延迟加载 be
阅读全文
摘要:原作:https://www.jianshu.com/p/ceb1df475021 前言: mybatis在持久层框架中还是比较火的,一般项目都是基于ssm。虽然mybatis可以直接在xml中通过SQL语句操作数据库,很是灵活。但正其操作都要通过SQL语句进行,就必须写大量的xml文件,很是麻烦。
阅读全文
摘要:实体类在序列化与反序列化的时候,需要有serialVersionUID来标记不同的类,下面介绍方法 实体对象实现了java.io.Serializable接口后,一般都会提供一个serialVersionUID以做版本区分。在idea里,可以通过设置来快速生成serialVersionUID。 如果
阅读全文
摘要:https://www.cnblogs.com/fenghh/p/12175368.html 导入: import org.apache.commons.lang3.StringUtils; 依赖 <dependency> <groupId>org.apache.commons</groupId>
阅读全文
摘要:https://blog.csdn.net/qq360694660/article/details/82877222 @PostConstruct基本: @PostConstruct注解好多人以为是Spring提供的。其实是Java自己的注解。 Java中该注解的说明:@PostConstruct该
阅读全文
摘要:https://bbs.csdn.net/topics/390203153
阅读全文
摘要:import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.commo
阅读全文
摘要:import org.apache.commons.collections4.CollectionUtils; <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactI
阅读全文
摘要:https://blog.csdn.net/m0_37125796/article/details/88844109
阅读全文
摘要:https://www.cnblogs.com/sparkbj/p/7161669.html 简介 lsof(list open files)是一个列出当前系统打开文件的工具。在linux环境下,任何事物都以文件的形式存在,通过文件不仅仅可以访问常规数据,还可以访问网络连接和硬件。所以如传输控制协议
阅读全文

浙公网安备 33010602011771号