当前位置:网站首页>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();
}
}
边栏推荐
- "C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
- [set theory] relational closure (relational closure related theorem)
- Pessimistic lock and optimistic lock of multithreading
- JS scope
- Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
- Redis 入門和數據類型講解
- Classification and discussion of plane grab detection methods based on learning
- Go language interface learning notes Continued
- BIO、NIO、AIO区别
- Communication - how to be a good listener?
猜你喜欢
Training method of grasping angle in grasping detection
@Autowired 导致空指针报错 解决方式
Yolov5 model construction source code details | CSDN creation punch in
Deploy crawl detection network using tensorrt (I)
今天很多 CTO 都是被干掉的,因为他没有成就业务
SimpleITK学习笔记
Make your own dataset
Web APIs exclusivity
@Solutions to null pointer error caused by Autowired
中职网络子网划分例题解析
随机推荐
微服务常见面试题
Redis使用Lua脚本简介
Go language interface learning notes
redis 无法远程连接问题。
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
Progressive multi grasp detection using grasp path for rgbd images
Altaro o365 total backup subscription plan
study hard and make progress every day
2022.DAY592
求质数的方法
配置xml文件的dtd
JS scope
JS function algorithm interview case
Jetson AGX Orin 平台移植ar0233-gw5200-max9295相机驱动
mysql启动报错:The server quit without updating PID file几种解决办法
【无标题】
Basic introduction of redis and explanation of eight types and transactions
Webapidom get page elements
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