05 2021 档案
摘要:1、org.springframework.util包下的 StringUtils.hasText()StringUtils.hasText():如果字符序列不为 null 值,并且字符序列的长度大于 0 ,并且不含有空白字符序列,则返回 true public static void main(S
阅读全文
摘要:http://localhost:8088/user/userInfoBySystemCd?pageNum=10&pageSize=1 /** * 分页参数封装类 */ public class PageParam { private Integer pageNum;// 当前页面 private
阅读全文