当前位置:网站首页>期末复习(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();
}
}
边栏推荐
- Robot capture experiment demonstration video
- Go practice -- gorilla / websocket used by gorilla web Toolkit
- @Solutions to null pointer error caused by Autowired
- Deep embedding and alignment of Google | protein sequences
- 32GB Jetson Orin SOM 不能刷机问题排查
- Webapidom get page elements
- Source insight operation manual installation trial
- (subplots用法)matplotlib如何绘制多个子图(轴域)
- Altaro requirements for starting from backup on Hyper-V
- Differences among bio, NiO and AIO
猜你喜欢

Yolov5 network structure + code + application details | CSDN creation punch in

Technical analysis of qianyuantong multi card aggregation router

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

联想R7000显卡的拆卸与安装

Deploy crawl detection network using tensorrt (I)

ES7 easy mistakes in index creation

Redis使用Lua脚本简介

Simpleitk learning notes

"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released

6.23星期四库作业
随机推荐
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
32GB Jetson Orin SOM 不能刷机问题排查
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
[basic grammar] Snake game written in C language
Source insight License Activation
【实战项目】自主web服务器
Based on RFC 3986 (unified resource descriptor (URI): general syntax)
appium1.22.x 版本后的 appium inspector 需单独安装
Yolov5 input (II) | CSDN creative punch in
Principles of BTC cryptography
Communication - how to be a good listener?
Map的扩容机制
(完美解决)matplotlib图例(legend)如何自由设置其位置
Can altaro back up Microsoft teams?
Redis 入门和数据类型讲解
3dslam with 16 line lidar and octomap
Altaro virtual machine replication failed: "unsupported file type vmgs"
Skip table: principle introduction, advantages and disadvantages of skiplist
@Autowired 导致空指针报错 解决方式
The IntelliJ platform completely disables the log4j component