当前位置:网站首页>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();
}
}
边栏推荐
- 期末复习(Day2)
- 2022.DAY592
- 今天很多 CTO 都是被干掉的,因为他没有成就业务
- Notepad++ wrap by specified character
- Webapidom get page elements
- Get and monitor remote server logs
- Altaro o365 total backup subscription plan
- Disassembly and installation of Lenovo r7000 graphics card
- Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
- Botu uses peek and poke for IO mapping
猜你喜欢

乾元通多卡聚合路由器的技术解析

DEX net 2.0 for crawl detection

Simpleitk learning notes

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

Disassembly and installation of Lenovo r7000 graphics card

appium1.22. Appium inspector after X version needs to be installed separately

Skip table: principle introduction, advantages and disadvantages of skiplist
![[practical project] autonomous web server](/img/99/892e600b7203c63bad02adb683c8f2.png)
[practical project] autonomous web server

Overview of basic knowledge of C language

Botu uses peek and poke for IO mapping
随机推荐
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
Go practice -- gorilla/rpc (gorilla/rpc/json) used by gorilla web Toolkit
XML配置文件
Yolov5 input (I) -- mosaic data enhancement | CSDN creative punch in
期末复习(DAY7)
乾元通多卡聚合路由器的技术解析
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
穀歌 | 蛋白序列的深度嵌入和比對
How to set up altaro offsite server for replication
Redis Introduction et explication des types de données
Learn libcef together -- set cookies for your browser
appium1.22. Appium inspector after X version needs to be installed separately
Xaml gradient issue in uwp for some devices
Primary school campus IP network broadcasting - Design of primary school IP digital broadcasting system based on campus LAN
在PyCharm中配置使用Anaconda环境
(完美解决)matplotlib图例(legend)如何自由设置其位置
Deep embedding and alignment of Google | protein sequences
[basic grammar] C language uses for loop to print Pentagram
Basic introduction of redis and explanation of eight types and transactions
獲取並監控遠程服務器日志