当前位置:网站首页>期末复习(DAY6)
期末复习(DAY6)
2022-07-03 05:27:00 【天真小巫】
今天想起史泰龙主演的《洛奇》电影,这部影片是部关于拳击的励志影片,虽然觉得这部影片的拳击画面比不过博伊卡的《终极斗士》,但看了评论之后,才知道《洛奇》这电影讲的不仅仅是关于一个废材实现拳王梦的过程,它讲到了婚姻,家庭,个人理想,事业等。题材很接近现实。无论是朋友的离去,还是妻子的离去,教练的离去,洛奇也曾有过失落,颓废,最后是振作。对他的评价是,一个永远的战士。在生活中,我也应该像一个战士一样,不能向生活低头,不断保持进攻的态势,进攻就是最好的防守。
复习:《自动控制原理》第五章习题,在第五章耗的时间太多了,要确保完成当天的任务才行。
《数电》10道判断题,5道填空题。《大话数据结构》看完了关于树方面的内容。
英语:阅读“lily and the lion” bold adj 大胆的 comely adj秀丽的
编程:标准类制作
public class Student {
//成员变量
private String name;
private int age;
//构造方法
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("林青霞");
s.setAge(30);
s.show();
//带参构造方法直接创建带有属性值的对象
Student s1=new Student("林青霞",30);
s1.show();
}
}
边栏推荐
- BIO、NIO、AIO区别
- Gbase8s unique index and non unique index
- Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
- 32GB Jetson Orin SOM 不能刷机问题排查
- The request database reported an error: "could not extract resultset; SQL [n/a]; needed exception is org.hibernate.exception.sqlgram"
- Make your own dataset
- JS function algorithm interview case
- How to install and configure altaro VM backup for VMware vSphere
- [basic grammar] Snake game written in C language
- Redis 击穿穿透雪崩
猜你喜欢

Skip table: principle introduction, advantages and disadvantages of skiplist

【实战项目】自主web服务器

How to set up altaro offsite server for replication

Altaro o365 total backup subscription plan

大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南

Deep embedding and alignment of Google | protein sequences

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

How to use source insight

Go practice - gorilla / handlers used by gorilla web Toolkit

Brief introduction of realsense d435i imaging principle
随机推荐
Installing altaro VM backup
Redis 入门和数据类型讲解
牛客网 JS 分隔符
How to install and configure altaro VM backup for VMware vSphere
Notepad++ wrap by specified character
Basic introduction of redis and explanation of eight types and transactions
ES7 easy mistakes in index creation
Jetson AGX Orin 平台移植ar0233-gw5200-max9295相机驱动
获取并监控远程服务器日志
appium1.22.x 版本後的 appium inspector 需單獨安裝
Redis 过期淘汰机制
XML配置文件
【实战项目】自主web服务器
Bluebridge cup real topic 2020 palindrome date simulation construction provincial competition
(subplots用法)matplotlib如何绘制多个子图(轴域)
请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
Latest version of source insight
appium1.22. Appium inspector after X version needs to be installed separately
Export the altaro event log to a text file
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计