当前位置:网站首页>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();
}
}
边栏推荐
- appium1.22.x 版本后的 appium inspector 需单独安装
- 【无标题】
- appium1.22. Appium inspector after X version needs to be installed separately
- ES 2022 正式发布!有哪些新特性?
- 6.23 warehouse operation on Thursday
- Communication - how to be a good listener?
- JS function algorithm interview case
- AtCoder Beginner Contest 258(A-D)
- 获取并监控远程服务器日志
- Go practice - gorilla / handlers used by gorilla web Toolkit
猜你喜欢

配置xml文件的dtd

Go practice -- design patterns in golang's singleton

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

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

小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计

Training method of grasping angle in grasping detection

Brief introduction of realsense d435i imaging principle

es7创建索引容易犯的错误

BTC-密码学原理

How do I migrate my altaro VM backup configuration to another machine?
随机推荐
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
Intégration profonde et alignement des séquences de protéines Google
ROS Compilation Principle
期末复习(Day2)
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Redis 入门和数据类型讲解
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
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
study hard and make progress every day
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
Web APIs exclusivity
[set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)
Go practice -- use JWT (JSON web token) in golang
Principles of BTC cryptography
SimpleITK学习笔记
Redis Introduction et explication des types de données
求质数的方法
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
2022.DAY592