当前位置:网站首页>2022.7.4DAY596
2022.7.4DAY596
2022-07-07 07:55:00 【天真小巫】
今天考了离散数学,选择填空还能做出来,但是一到证明题,有些不知道怎么下手,有道证明题是公式没记住,有道跟课本的题目很相似,之前练习的时候不会,后来复习的时候只是看看,并没有彻底搞明白它是怎么来的。虽然这次考试过去了,但是觉得自己掌握的不是很好。然后复习了一下数字电路与逻辑设计,做了一套题,在设计题方面还有很大的欠缺。学习,需要主动出击,这学期的学习还是有些被动了,被动的听课,被动的写作业,只做到了复习,却没做到练习,唯有练习+总结才能掌握。
英语:《the twelve huntsmen》 fetch v取来,拿来restrain v管制
阅读:《深度休息》22%
复习:数电往年试题,读了10分钟《马克思主义原理》
public class Outer {
private int num=10;
public void method(){
Inter i= new Inter(){
public void show(){
System.out.println("匿名内部类");
}
};
i.show();
i.show();
}
public interface Inter {
void show();
}
public class InnerDemo {
public static void main(String[] args) {
Outer O=new Outer();
O.method();
}
}
边栏推荐
- Programming features of ISP, IAP, ICP, JTAG and SWD
- Flinkcdc failed to collect Oracle in the snapshot stage. How do you adjust this?
- PDF文档签名指南
- Parameter sniffing (1/2)
- IPv4套接字地址结构
- Some thoughts on the testing work in the process of R & D
- Deadlock caused by non clustered index in SQL Server
- Deconvolution popular detailed analysis and nn Convtranspose2d important parameter interpretation
- Apprentissage avancé des fonctions en es6
- Weekly recommended short videos: what are the functions of L2 that we often use in daily life?
猜你喜欢
Inno Setup 打包及签名指南
Pdf document signature Guide
Performance optimization record of the company's product "yunzhujia"
Bean operation domain and life cycle
PDF文档签名指南
Postman interface test III
能源路由器入门必读:面向能源互联网的架构和功能
[untitled]
AI moves from perception to intelligent cognition
Delete a record in the table in pl/sql by mistake, and the recovery method
随机推荐
嵌入式背景知识-芯片
Inno Setup 打包及签名指南
Postman interface test I
ISP、IAP、ICP、JTAG、SWD的编程特点
[learning notes - Li Hongyi] Gan (generation of confrontation network) full series (I)
Writing file types generated by C language
Word自动生成目录的方法
Write it into the SR table in the way of flinksql. It is found that the data to be deleted has not been deleted. Refer to the document https://do
大整数类实现阶乘
Horizontal split of database
Can I open a stock trading account online? Is it safe
Methods of adding centerlines and centerlines in SolidWorks drawings
【acwing】786. 第k个数
Postman tutorial - scripting
Agile course training
学习记录——高精度加法和乘法
ES6中的原型对象
Pit encountered by vs2015 under win7 (successful)
conda离线创建虚拟环境
ORM--分组查询,聚合查询,查询集QuerySet对象特性