10月8号笔记

zpt01 / 2024-10-08 / 原文

1.StringUtil常用方法

2.判断不为空:

  • CollectionUtils.isNotEmpty():集合不为空;
  • StringUtils.isNotBlank():String不为空;
  • MapUtils.isNotEmpoty():Map集合判断不为空;

3."::"用法:

4.getRecords()用法:

5.MyBatis-Plus常用方法:

6.MyBatis-Plus中Page与IPage的区别: