各种常用正则表达式,满足你开发各种需求
一、校验数字的表达式 数字: ^[0-9]*$ n 位数字: ^\d{n}$ 至少 n 位数字: ^\d{n,}$ m-n 位数字: ^\d{...
一、校验数字的表达式 数字: ^[0-9]*$ n 位数字: ^\d{n}$ 至少 n 位数字: ^\d{n,}$ m-n 位数字: ^\d{...
admin-server项目 添加 spring-boot-admin-starter-server 的依赖。 <parent> <groupId>org.springframework.boot</group...
获取 IDEA 激活码、PyCharm 激活码、WebStorm 激活码和 DataGrip 激活码,提供详细破解教程与永久激活方法。支持 IDEA 永久激活与破解,免费获取注册码与激活码,解决 2024/2025 版本激活问题,轻松实现所有 JetBrains 工具的激活。
一、提前准备有2张表student,和teacher表 对应要联合查询的DTO实例,创建表SQL在上个博客页面里有, 数据内容如下: 学生表student 老师表teacher 这里使用的SQL语句是: select a.id as id,...
一、先来个application.properties文件 spring.profiles.active=@package.environment@ spring.mvc.favicon.enable=false #thymelea模板配置...
一、Springboot-webapp的配置 taskweb–pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www...
抄别人的。 工具类 import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.LocalDateTime; import jav...
依赖相关 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-te...
下面跟着我一起花三分钟搭建一个超实用的文件服务器 – MinIO 一、下载安装 中文官网地址: https://docs.min.io/cn/ 下载地址: GNU/Linux https://dl.min.io/server/minio/r...
1spring工具类HtmlUtils HtmlUtils.htmlEscape(specialStr); HtmlUtils.htmlUnescape(str1) ; 2jsoup来处理也可以 String content = "待处理富...
springcloud与springboot的版本对应关系请参考https://start.spring.io/actuator/info。 文章永久链接:https://tech.souyunku.com/24763