当前位置:网站首页>期末复习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();
}
}
边栏推荐
- Get and monitor remote server logs
- Win10 install pytullet and test
- Obtenir et surveiller les journaux du serveur distant
- 聊聊如何利用p6spy进行sql监控
- How to use source insight
- Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
- Making coco datasets
- Introduction to deep learning (II) -- univariate linear regression
- 【实战项目】自主web服务器
- Pytorch through load_ state_ Dict load weight
猜你喜欢

Redis使用Lua脚本简介

leetcode435. Non overlapping interval

Differences among bio, NiO and AIO

Map的扩容机制

"Hands on deep learning" pytorch edition Chapter II exercise

How to set up altaro offsite server for replication

联想R7000显卡的拆卸与安装

(完美解决)matplotlib图例(legend)如何自由设置其位置

Deploy crawl detection network using tensorrt (I)

Win10 install pytullet and test
随机推荐
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
Basic introduction of redis and explanation of eight types and transactions
Simpleitk learning notes
Progressive multi grasp detection using grasp path for rgbd images
获取并监控远程服务器日志
Pessimistic lock and optimistic lock of multithreading
DEX net 2.0 for crawl detection
@Autowired 导致空指针报错 解决方式
study hard and make progress every day
Appium 1.22. L'Inspecteur appium après la version X doit être installé séparément
Calculation method of AUC
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Explanation of several points needing attention in final (tested by the author)
Yolov5 input (II) | CSDN creative punch in
Gbase8s unique index and non unique index
音频焦点系列:手写一个demo理解音频焦点与AudioMananger
(perfect solution) how to set the position of Matplotlib legend freely
appium1.22. Appium inspector after X version needs to be installed separately
JS string and array methods