当前位置:网站首页>期末复习(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();
}
}
边栏推荐
- 音频焦点系列:手写一个demo理解音频焦点与AudioMananger
- Why is go language particularly popular in China
- [basic grammar] Snake game written in C language
- 2022.6.30DAY591
- Basic introduction of redis and explanation of eight types and transactions
- Burp suite plug-in based on actual combat uses tips
- 获取并监控远程服务器日志
- Training method of grasping angle in grasping detection
- ES 2022 正式发布!有哪些新特性?
- appium1.22.x 版本后的 appium inspector 需单独安装
猜你喜欢
Introduction to deep learning (II) -- univariate linear regression
Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
Make your own dataset
Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
Win10 install pytullet and test
求质数的方法
Go practice - gorilla / handlers used by gorilla web Toolkit
谷歌 | 蛋白序列的深度嵌入和比对
College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
Export the altaro event log to a text file
随机推荐
Source insight operation manual installation trial
穀歌 | 蛋白序列的深度嵌入和比對
ES 2022 正式发布!有哪些新特性?
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
"Hands on deep learning" pytorch edition Chapter II exercise
Intégration profonde et alignement des séquences de protéines Google
Communication - how to be a good listener?
Technical analysis of qianyuantong multi card aggregation router
appium1.22. Appium inspector after X version needs to be installed separately
Go practice -- closures in golang (anonymous functions, closures)
Altaro requirements for starting from backup on Hyper-V
Gan network thought
mysql启动报错:The server quit without updating PID file几种解决办法
Disassembly and installation of Lenovo r7000 graphics card
Win10 install pytullet and test
小学校园IP网络广播-基于校园局域网的小学IP数字广播系统设计
appium1.22.x 版本后的 appium inspector 需单独安装
Redis使用Lua脚本简介
Make your own dataset
XML Configuration File