Loading

摘要: 面试. 3月25日14:36 ArrayList和linked区别, ArrayList如何扩容, linkedList如何反转 Map的底层原理,红黑树,扩容 Map以对象作为key时需要注意的问题, Redis分布式锁,mongodb和mysql区别, 和 redis区别,索引过期时间,使用背景 阅读全文
posted @ 2021-08-06 13:50 oaifree 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 请求携带cookie HttpHeaders headers = new HttpHeaders(); List<String> cookies = new ArrayList<>(); cookies.add("JSESSIONID=" + Strings.nullToEmpty(jsession 阅读全文
posted @ 2021-07-13 16:57 oaifree 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 博主A:https://www.cnblogs.com/lifullmoon/ 博主B:https://www.cnblogs.com/crazymakercircle/ 阅读全文
posted @ 2021-07-05 16:25 oaifree 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 参考文档 https://post.smzdm.com/p/a7do76vd/ 拉取镜像 docker pull linuxserver/qbittorrent 新建docker-compose.yml version: "2" services: qbittorrent: image: linux 阅读全文
posted @ 2021-04-12 14:19 oaifree 阅读(5026) 评论(1) 推荐(1) 编辑
摘要: Linux默认不支持挂载NFTS fdisk -l 检测磁盘 fdisk -l 下载工具 wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz 解压 tar -xvf ntfs-3g_ntfsprogs-2013.1.13 阅读全文
posted @ 2021-04-12 13:48 oaifree 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 没有用的服务,纯写着玩 创建空的Maven项目 File->new->project->maven 填写相关信息 删除的src文件夹,在POM文件中添加 <packaging>pom</packaging> 在根项目上点击右键,选择Module-> SpringInitial idea 解决Fail 阅读全文
posted @ 2021-04-12 10:43 oaifree 阅读(74) 评论(0) 推荐(0) 编辑
摘要: import org.apache.poi.ss.formula.functions.T; import org.springframework.util.CollectionUtils; import java.util.List; /** * @ClassName PageInfoConvent 阅读全文
posted @ 2021-04-08 15:15 oaifree 阅读(720) 评论(0) 推荐(2) 编辑
摘要: 打开注册表: 开始—运行—regedit, 然后找到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies,这个下面有两个子目录expolrer和system,点开system可以看到右边wallpaper的数据里有一 阅读全文
posted @ 2021-04-01 10:52 oaifree 阅读(1360) 评论(0) 推荐(0) 编辑
摘要: import com.gexin.rp.sdk.base.uitls.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.text.ParseException; import java. 阅读全文
posted @ 2021-04-01 09:38 oaifree 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://my.oschina.net/iyinghui/blog/2091057 import org.apache.commons.lang3.StringUtils; /** * @Description: 脱敏工具类 * java数据脱敏,简单形式分为3类: * 一、保留前n 阅读全文
posted @ 2021-03-22 16:21 oaifree 阅读(331) 评论(0) 推荐(0) 编辑