会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
tree-mi
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2021年8月6日
面试
摘要: 面试. 3月25日14:36 ArrayList和linked区别, ArrayList如何扩容, linkedList如何反转 Map的底层原理,红黑树,扩容 Map以对象作为key时需要注意的问题, Redis分布式锁,mongodb和mysql区别, 和 redis区别,索引过期时间,使用背景
阅读全文
posted @ 2021-08-06 13:50 oaifree
阅读(53)
评论(0)
推荐(0)
2021年7月13日
restTemplate使用实例
摘要: 请求携带cookie HttpHeaders headers = new HttpHeaders(); List<String> cookies = new ArrayList<>(); cookies.add("JSESSIONID=" + Strings.nullToEmpty(jsession
阅读全文
posted @ 2021-07-13 16:57 oaifree
阅读(250)
评论(0)
推荐(0)
2021年7月5日
收藏的博主-
摘要: 博主A:https://www.cnblogs.com/lifullmoon/ 博主B:https://www.cnblogs.com/crazymakercircle/
阅读全文
posted @ 2021-07-05 16:25 oaifree
阅读(46)
评论(0)
推荐(0)
2021年4月12日
docker版qbittorrent遇到的问题
摘要: 参考文档 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
阅读(5711)
评论(1)
推荐(1)
Linux 服务器挂载移动硬盘
摘要: 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
阅读(501)
评论(0)
推荐(0)
IDEA创建多个模块MavenSpringBoot项目
摘要: 没有用的服务,纯写着玩 创建空的Maven项目 File->new->project->maven 填写相关信息 删除的src文件夹,在POM文件中添加 <packaging>pom</packaging> 在根项目上点击右键,选择Module-> SpringInitial idea 解决Fail
阅读全文
posted @ 2021-04-12 10:43 oaifree
阅读(86)
评论(0)
推荐(0)
2021年4月8日
JAVA逻辑分页实现
摘要: 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
阅读(742)
评论(0)
推荐(2)
2021年4月1日
Windows10 解除公司换壁纸限制
摘要: 打开注册表: 开始—运行—regedit, 然后找到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies,这个下面有两个子目录expolrer和system,点开system可以看到右边wallpaper的数据里有一
阅读全文
posted @ 2021-04-01 10:52 oaifree
阅读(2813)
评论(0)
推荐(0)
Date工具类
摘要: 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
阅读(149)
评论(0)
推荐(0)
2021年3月22日
数据字段脱敏
摘要: 原文地址:https://my.oschina.net/iyinghui/blog/2091057 import org.apache.commons.lang3.StringUtils; /** * @Description: 脱敏工具类 * java数据脱敏,简单形式分为3类: * 一、保留前n
阅读全文
posted @ 2021-03-22 16:21 oaifree
阅读(355)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告