摘要: 0、官网学习地址 https://www.hutool.cn/ 1、依赖 <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>${hutool.version}</version 阅读全文
posted @ 2024-02-21 15:53 全琪俊 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 一、在项目的pom.xml的dependencies中加入以下内容: <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.0.7</version> </dependency 阅读全文
posted @ 2024-02-21 15:50 全琪俊 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 字符串常量 Hutool定义了一些字符常量,可以灵活使用。部分常量如下所示: 一些常量 StrUtil.DOT 点 StrUtil.DOUBLE_DOT 双点 StrUtil.UNDERLINE 下划线 StrUtil.EMPTY 横杠 StrUtil.BACKSLASH 反斜杠 StrUtil.D 阅读全文
posted @ 2024-02-21 15:45 全琪俊 阅读(333) 评论(0) 推荐(0) 编辑