03 2023 档案

摘要:正则表达式常用示例 输入示例: 时间2019-12-11,BeiJing时间08:10。 包含 2019 不包含字符 不包含单个字符 [^\d] 不包含字符串 ((?!str).)* 不以某字符串开头 ^(?!str) 以某字符开头 ^str 以某字符结尾 str$ 不以某字符结尾 (?<!str) 阅读全文
posted @ 2023-03-27 19:00 原子切割员 阅读(13) 评论(0) 推荐(0) 编辑
摘要:###最新版依赖 <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boot-starter</artifactId> <version>3.0.5</version> </depen 阅读全文
posted @ 2023-03-20 18:29 原子切割员 阅读(77) 评论(0) 推荐(0) 编辑