当前位置:网站首页>Final review (Day6)
Final review (Day6)
2022-07-03 05:33:00 【Naive witch】
Today, I think of starring Stallone 《 Rocky 》 The movie , This film is an inspirational film about boxing , Although I think the boxing picture of this film can't compare with boica's 《 The ultimate fighter 》, But after reading the comments , not have understood until then 《 Rocky 》 This movie is not just about the process of a waste material realizing the boxing dream , It talks about marriage , family , Personal ideal , Career, etc . The theme is very close to reality . Whether it's the departure of a friend , Or the departure of his wife , The departure of the coach , Rocky has also been lost , Decadent , Finally, cheer up . The evaluation of him is , A forever soldier . In the life , I should also be like a soldier , Don't bow to life , Keep attacking , Offense is the best defense .
review :《 Automatic control principle 》 Chapter five exercises , It takes too much time in chapter five , Make sure you finish the task of the day .
《 Count the electricity 》10 A question of judgment ,5 Fill in the blanks .《 Big talk data structure 》 After reading about trees .
English : read “lily and the lion” bold adj Bold comely adj Beautiful
Programming : Standard production
public class Student {
// Member variables
private String name;
private int age;
// Construction method
public Student(){
}
public Student(String name, int age){
this.name=name;
this.age=age;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return age;
}
public void setAge(int age) {
this.age = age;
}
public void show(){
System.out.println(name+","+age);
}
}
public class StudentDemo {
public static void main(String[] args) {
Student s=new Student();
s.setName(" Brigitte Lin ");
s.setAge(30);
s.show();
// The construction method with parameters directly creates objects with attribute values
Student s1=new Student(" Brigitte Lin ",30);
s1.show();
}
}
边栏推荐
- Altaro o365 total backup subscription plan
- Audio Focus Series: write a demo to understand audio focus and audiomananger
- Go practice -- use JWT (JSON web token) in golang
- 谷歌 | 蛋白序列的深度嵌入和比对
- Installing altaro VM backup
- NG Textarea-auto-resize
- Go language interface learning notes Continued
- 6.23 warehouse operation on Thursday
- 2022.6.30DAY591
- Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
猜你喜欢
Brief introduction of realsense d435i imaging principle
Make your own dataset
Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
Differences among bio, NiO and AIO
求质数的方法
Deep embedding and alignment of Google | protein sequences
XML Configuration File
JS scope
College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
微服务常见面试题
随机推荐
Ueditor, FCKeditor, kindeditor editor vulnerability
JS string and array methods
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Pessimistic lock and optimistic lock of multithreading
BIO、NIO、AIO区别
Calculation method of AUC
Deploy crawl detection network using tensorrt (I)
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
appium1.22.x 版本后的 appium inspector 需单独安装
Xaml gradient issue in uwp for some devices
study hard and make progress every day
[practical project] autonomous web server
Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
Pytorch through load_ state_ Dict load weight
(perfect solution) how to set the position of Matplotlib legend freely
Overview of basic knowledge of C language
(完美解决)matplotlib图例(legend)如何自由设置其位置
中职网络子网划分例题解析
JS scope