当前位置:网站首页>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 warehouse operation on Thursday
- Interview question -- output the same characters in two character arrays
- ES7 easy mistakes in index creation
- Technical analysis of qianyuantong multi card aggregation router
- Principles of BTC cryptography
- Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
- Redis 入门和数据类型讲解
- The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
- Common interview questions of microservice
- Pytorch through load_ state_ Dict load weight
猜你喜欢

今天很多 CTO 都是被干掉的,因为他没有成就业务

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

ES7 easy mistakes in index creation

Linux登录MySQL出现ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)

Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN

Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
![[basic grammar] C language uses for loop to print Pentagram](/img/9e/021c6c0e748e0981d4233f74c83e76.jpg)
[basic grammar] C language uses for loop to print Pentagram

How to set up altaro offsite server for replication

Why should we rewrite hashcode when we rewrite the equals method?

Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
随机推荐
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
JS string and array methods
Redis 过期淘汰机制
求质数的方法
Redis expiration elimination mechanism
Common interview questions of microservice
期末复习(day3)
Robot capture experiment demonstration video
Map的扩容机制
Beaucoup de CTO ont été tués aujourd'hui parce qu'il n'a pas fait d'affaires
Obtenir et surveiller les journaux du serveur distant
Configure and use Anaconda environment in pycharm
How to set up altaro offsite server for replication
聊聊如何利用p6spy进行sql监控
2022.7.2day594
獲取並監控遠程服務器日志
study hard and make progress every day
Altaro set grandfather parent child (GFS) archiving
Export the altaro event log to a text file
Basic introduction of redis and explanation of eight types and transactions