当前位置:网站首页>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();
}
}
边栏推荐
- Why is go language particularly popular in China
- Go practice -- closures in golang (anonymous functions, closures)
- Communication - how to be a good listener?
- 期末复习(day3)
- 微服务常见面试题
- Learn libcef together -- set cookies for your browser
- Get and monitor remote server logs
- Obtenir et surveiller les journaux du serveur distant
- mysql启动报错:The server quit without updating PID file几种解决办法
- Web APIs exclusivity
猜你喜欢

Training method of grasping angle in grasping detection

求质数的方法
![[practical project] autonomous web server](/img/99/892e600b7203c63bad02adb683c8f2.png)
[practical project] autonomous web server

3dslam with 16 line lidar and octomap

谷歌 | 蛋白序列的深度嵌入和比对

XML配置文件

Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)

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

Classification and discussion of plane grab detection methods based on learning

Beaucoup de CTO ont été tués aujourd'hui parce qu'il n'a pas fait d'affaires
随机推荐
JS function algorithm interview case
Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
[set theory] relational closure (relational closure related theorem)
How to install and configure altaro VM backup for VMware vSphere
获取并监控远程服务器日志
配置xml文件的dtd
Transferring images using flask
Installing altaro VM backup
Technical analysis of qianyuantong multi card aggregation router
Altaro VM backup getting started
Go practice -- gorilla / websocket used by gorilla web Toolkit
Interview question -- output the same characters in two character arrays
Communication - how to be a good listener?
Introduction to redis and explanation of data types
Why is go language particularly popular in China
Yolov5 network structure + code + application details | CSDN creation punch in
Get and monitor remote server logs
2022.DAY592
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
Azure file synchronization of altaro: the end of traditional file servers?