首页 > TAG信息列表 > person3

check List是否有相同的数据

package com.tutor.teacherservice.mybatisplus; import com.tutor.teacherservice.entity.Person; import java.util.*; /** * @Auther Anear * @Date 2021/5/13 */ public class test { public static void main(String[] args) { String b = "2&quo

2021-03-23

面向对象编程(3.23笔记) 一.方法 1、(1)当一个类里面的方法不是static时,其它类调用该方法需要先创建该方法所在类的对象,再调用该方法。例如: (2)当一个类里面的方法是static方法时,不用创建对象,直接用类名.方法名调用即可。例如: (3)同一个类中,static方法可以调用另一个static方法,都不

this的使用

this /** * @Author 小吕 * @Description this的使用(当前对象-同名时使用,消歧义) * this.属性 this.方法 * @Date 2021/2/10 20:29 **/ public class ThisUse { public static void main(String[] args) { Person3 person3=new Person3(20