摘要: 转自:https://zhuanlan.zhihu.com/p/626497347 结论:Pattern与Matcher一起合作.Matcher类提供了对正则表达式的分组支持,以及对正则表达式的多次匹配支持. 单独用Pattern只能使用Pattern.matches(String regex,Ch 阅读全文
posted @ 2024-03-02 18:06 Boblim 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 转自: Java之Jackson使用详解 JSON转换 JackSon的使用,其中常见的类(ObjectMapper) Jackson序列化(3)— Jackson中ObjectMapper配置详解 Jackson(1)之ObjectMapper配置详解 Jackson的使用 阅读全文
posted @ 2024-01-29 16:27 Boblim 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/IcanFixIt/p/7549842.html 参考:https://www.jb51.net/article/283930.htm 一. GSON 简介 GSON是一个Java语言编写的用于处理JSON数据格式的开源应用程序编程接口项目。它将 阅读全文
posted @ 2024-01-28 01:03 Boblim 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 转自: 分组加密里的 NoPadding 是怎么填充的。不填充,最后一块不加密,直接发明文? JAVA实现AES-128/192/256加密,解密 Java实现加密(一)AES加解密 由浅入深AES-ECB模式加密、解密 阅读全文
posted @ 2024-01-24 22:02 Boblim 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 转自: RSA —— 经典的非对称加密算法 RSA签名和验签说明 RSA加密 — 详解 Java实现RSA加密 阅读全文
posted @ 2024-01-24 21:57 Boblim 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u011485472/article/details/109460490 Redis系列 - Redis底层数据结构(简单动态字符串(SDS)、链表、字典、跳跃表、整数集合、压缩列表) 简单动态字符串(simple dynamic string,SD 阅读全文
posted @ 2023-09-27 16:28 Boblim 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 一、EasyExcel实现excel文件的导出 官方文档 导入依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifac 阅读全文
posted @ 2023-09-26 17:39 Boblim 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 参考文档: https://blog.csdn.net/PARADDD/article/details/131307189 https://blog.csdn.net/weixin_37703598/article/details/81273199 阅读全文
posted @ 2023-09-20 17:14 Boblim 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/studio_1/article/details/130882314 一、以xml进行举例说明 1、读取xml 这里读取文件用“org.dom4j.io.SAXReader”这个类,使用“org.dom4j.Document”接收文档数据。 这是测试 阅读全文
posted @ 2023-09-20 17:13 Boblim 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 转自: https://zhuanlan.zhihu.com/p/349054931 https://blog.csdn.net/windfriendc/article/details/123892024 阅读全文
posted @ 2023-08-17 14:54 Boblim 阅读(17) 评论(0) 推荐(0) 编辑