Mybatis-Plus的selectPage
引入依赖 <dependency><groupId>com.baomidou</groupId><artifactId>mybatis-plus-boot-starter</artifactId><version>3.5.1</version></dependency>添加分页插件
Configuration
public class My…
一、抽象工厂模式,Abstract Factory Pattern
1.1 Definition 定义
抽象工厂模式是围绕一个抽象工厂(其他工厂的工厂)创建其他工厂的创建型模式。
1.2 Intent 意图
Provide an interface for creating families of related or dependent o…
某一个场景。Pennywell 大学有一门课程“Introduction to Linear Algebra”。上学期进行了两次测验。20% 的学生在第一次测验中不及格,而 80% 在第二次测验中不及格。在进一步评估中,观察到第一次测验不及格的学生在第二次测验中也不及格。在第二次测验中…