当前位置:网站首页>Final review (Day5)
Final review (Day5)
2022-07-03 05:33:00 【Naive witch】
Today is the fourth day of final review 5 God , I thought about taking my computer and staying in the library from two o'clock in the afternoon to ten o'clock in the evening three days ago , Have the ability to spend all day in the Library . little does one think , Reviewed these days , I'm tired of , It seems that the energy can't keep up . Is it like 《 flow 》 As mentioned in , If you try too hard, you won't last long , Only the right passion and investment can make what you do more lasting . In many courses , The biggest challenge is 《 Digital circuit and logic design 》《 Automatic control principle 》, Now we can only face difficulties , Don't think about the difficulty of this course when reviewing , Don't understand the topic by dividing the knowledge points , Then each one breaks . Take care of your energy first , Continue to review tomorrow !
review :《 Big talk data structure 》 About the definition of tree , Storage structure .163 page then ,《 Artificial intelligence 》 The part about knowledge representation , It took some time to figure out a multiple-choice question in the math and electronics class , I didn't understand the answer to an analysis question , Design questions cannot be designed .
English : Break 15 Minutes “the four clever brothers” , Only now do I realize the break 15 Minutes have never been used well , This is a fixed period of time , A fixed place , You can do something fixed , Whether reviewing , Still remember some words , Or read an English article .《 Everyone can use English 》 About an immersive learning , Fixed time , A fixed place , Do fixed things . I wanted to get up early and go to Xiaohu to read English , But you can't do it at a fixed time , morning 6:50 Get out of bed , As a result, even nucleic acid was not made , I don't know where the time is spent .
motion : Go to GOGO Skateboard shop 1h Skate , Then hurry back to get Erya elective
bundle n speed skilful adj Expert space v Separate carry off Take away make up n make up
public class Student {
private String name;
private int age;
public Student(){
}
public Student(String name){
this.name=name;
}
public Student(int age){
this.age=age;
}
public Student (String name,int age)
{
this.name=name;
this.age=age;
}
public void show(){
System.out.println(name+","+age);
}
}public class StudentDemo {
public static void main(String[] args) {
Student s1=new Student();
s1.show();
Student s2=new Student(" Brigitte Lin ");
s2.show();
Student s3=new Student(30);
s3.show();
Student s4=new Student(" Brigitte Lin ",30);
s4.show();
}
}

summary : The creation of construction methods
- If no constructor is defined , The system will give a default parameterless construction method .
- If the construction method is defined , The system will no longer provide the default construction method .
Overload of construction method
- If you customize the construction method with parameters , Also use the parameterless construction method , You have to write another parameterless constructor
Recommended use
Whether or not to use , All write parameterless construction methods .
边栏推荐
- 6.23星期四库作业
- [set theory] relational closure (relational closure related theorem)
- Altaro set grandfather parent child (GFS) archiving
- "C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
- @Solutions to null pointer error caused by Autowired
- appium1.22. Appium inspector after X version needs to be installed separately
- Redis 击穿穿透雪崩
- Congratulations to musk and NADELLA on their election as academicians of the American Academy of engineering, and Zhang Hongjiang and Fang daining on their election as foreign academicians
- Webapidom get page elements
- redis 遇到 NOAUTH Authentication required
猜你喜欢

Classification and discussion of plane grab detection methods based on learning
![[set theory] relational closure (relational closure related theorem)](/img/6a/b6dca7abf592f8d8ab1d6aecc43381.jpg)
[set theory] relational closure (relational closure related theorem)

Deep embedding and alignment of Google | protein sequences

appium1.22. Appium inspector after X version needs to be installed separately

Map的扩容机制

Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)

微服务常见面试题

Notepad++ wrap by specified character

es7创建索引容易犯的错误

@Autowired 导致空指针报错 解决方式
随机推荐
Configure and use Anaconda environment in pycharm
study hard and make progress every day
期末复习(day3)
SimpleITK学习笔记
Altaro set grandfather parent child (GFS) archiving
Go practice -- use redis in golang (redis and go redis / redis)
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Progressive multi grasp detection using grasp path for rgbd images
"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
Yolov5 model construction source code details | CSDN creation punch in
Skip table: principle introduction, advantages and disadvantages of skiplist
Detailed explanation of yolov5 training own data set
6.23星期四库作业
Brief introduction of realsense d435i imaging principle
Intégration profonde et alignement des séquences de protéines Google
DEX net 2.0 for crawl detection
ES 2022 正式发布!有哪些新特性?
Altaro virtual machine replication failed: "unsupported file type vmgs"
"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released