Loading

随笔分类 -  CV

复制粘贴保留副本
摘要: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 阅读(530) 评论(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 阅读(367) 评论(0) 推荐(0)
摘要:原文地址:https://blog.csdn.net/muzihuaner/article/details/107853755 防止作者删掉所以复制了一份自己存着~ OneManager是什么 这是一个利用微软onedrive api将onedrive目录映射成一个云盘的程序,类似的程序有很多,比如 阅读全文
posted @ 2020-12-22 16:28 oaifree 阅读(1998) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-12-21 22:17 oaifree 阅读(147) 评论(0) 推荐(0)
摘要:#####注解 @JsonInclude(JsonInclude.Include.NON_NULL) 在实体类上加入此注解,可以剔除掉不需要的null属性 示例 @JsonInclude(JsonInclude.Include.NON_NULL) public class ImprovementRe 阅读全文
posted @ 2020-12-07 16:25 oaifree 阅读(634) 评论(0) 推荐(0)