当前位置:网站首页>期末复习DAY8
期末复习DAY8
2022-07-03 05:27:00 【天真小巫】
DAY591
明天考《数据结构》,现在看来还行,多少还是有些把握的,在众多课程中,这本课算是上课听得最认真的了。也把《大话数据结构》看了一遍,最起码底气还是有的,不过,从做的几份题来看,好像掌握程度不太好,毕竟,无论是看书,还是听课,都是输入,想要看掌握的怎么样,还得通过测试检验,毕竟,我也不知道这数据结构怎么考的,好像老师发的题目有很多概念性的东西,说是加深概念的理解。共做了3套题,今晚争取多做两三套题的,再把错的搞懂,就差不多了。如今的复习,时间紧,只能将能利用的时间利用起来,通过单点突破法将各个课程逐个击破了。祝明天旗开得胜吧!
英语:阅读“the blue light” render v提供 revenge n复仇
public class Fu {
public void method(){
System.out.println("Fu method");
}
}
package cn.ithema;
public class Zi extends Fu {
public void show(){
System.out.println("你好");
}
}
package cn.ithema;
public class Demo {
public static void main(String[] args) {
//Fu f=new Fu();
Zi z=new Zi();
z.show();
z.method();
}
}
边栏推荐
- My first Smartphone
- JS dynamic table creation
- Go practice -- design patterns in golang's singleton
- @Solutions to null pointer error caused by Autowired
- Go practice -- gorilla / websocket used by gorilla web Toolkit
- es7创建索引容易犯的错误
- Chapter II program design of circular structure
- 请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
- [practical project] autonomous web server
- 獲取並監控遠程服務器日志
猜你喜欢
[basic grammar] Snake game written in C language
[basic grammar] C language uses for loop to print Pentagram
Pan details of deep learning
XML配置文件
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
Web APIs exclusivity
@Solutions to null pointer error caused by Autowired
Export the altaro event log to a text file
【实战项目】自主web服务器
随机推荐
The IntelliJ platform completely disables the log4j component
Redis 过期淘汰机制
College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
JS string and array methods
Altaro VM backup getting started
"Hands on deep learning" pytorch edition Chapter II exercise
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
聊聊如何利用p6spy进行sql监控
BIO、NIO、AIO区别
Introduction to deep learning (II) -- univariate linear regression
"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
leetcode860. Lemonade change
About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller
appium1.22.x 版本后的 appium inspector 需单独安装
Redis expiration elimination mechanism
谷歌 | 蛋白序列的深度嵌入和比对
Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
Win10 install pytullet and test
Get and monitor remote server logs