当前位置:网站首页>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();
}
}
边栏推荐
- Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
- Pytorch through load_ state_ Dict load weight
- (subplots用法)matplotlib如何绘制多个子图(轴域)
- EMD distance - example of use
- Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
- Calculation method of AUC
- Talk about how to use p6spy for SQL monitoring
- Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
- Deploy crawl detection network using tensorrt (I)
- Principles of BTC cryptography
猜你喜欢

Make your own dataset

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

Map的扩容机制

期末复习(Day5)

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

SimpleITK学习笔记

"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()

es7创建索引容易犯的错误

Go practice -- design patterns in golang's singleton
![[basic grammar] Snake game written in C language](/img/cb/83631ef3ccd7047ca42d33dc49bf90.jpg)
[basic grammar] Snake game written in C language
随机推荐
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
C language program ideas and several commonly used filters
redis 无法远程连接问题。
Botu uses peek and poke for IO mapping
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Go practice -- use redis in golang (redis and go redis / redis)
Interview question -- output the same characters in two character arrays
Make your own dataset
Azure file synchronization of altaro: the end of traditional file servers?
redis 遇到 NOAUTH Authentication required
[basic grammar] C language uses for loop to print Pentagram
JS scope
穀歌 | 蛋白序列的深度嵌入和比對
大二困局(复盘)
Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
Introduction to webrtc protocol -- an article to understand dtls, SRTP, srtcp
Altaro VM backup getting started
Disassembly and installation of Lenovo r7000 graphics card
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计