当前位置:网站首页>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();
}
}
边栏推荐
- The Himalaya web version will pop up after each pause. It is recommended to download the client solution
- [original] what is the core of programmer team management?
- Introduction to automated testing framework
- LeetCode 练习——113. 路径总和 II
- Google colab loads Google drive (Google drive is used in Google colab)
- ORM -- grouping query, aggregation query, query set queryset object properties
- fiddler-AutoResponder
- uboot机构简介
- ORM--逻辑关系与&或;排序操作,更新记录操作,删除记录操作
- Hcip first day notes sorting
猜你喜欢
Appx代码签名指南
The landing practice of ByteDance kitex in SEMA e-commerce scene
虚数j的物理意义
SolidWorks工程图中添加中心线和中心符号线的办法
Web3.0 series distributed storage IPFs
Garbage disposal method based on the separation of smart city and storage and living digital home mode
Methods of adding centerlines and centerlines in SolidWorks drawings
Programming features of ISP, IAP, ICP, JTAG and SWD
ORM -- grouping query, aggregation query, query set queryset object properties
高数_第1章空间解析几何与向量代数_向量的数量积
随机推荐
ORM model -- creation and query of data records
Es classes and objects, prototypes
Performance optimization record of the company's product "yunzhujia"
Become a "founder" and make reading a habit
conda离线创建虚拟环境
Guid主键
STM32产品介绍
Enterprise practice | construction of banking operation and maintenance index system under complex business relations
Or in SQL, what scenarios will lead to full table scanning
Google Colab装载Google Drive(Google Colab中使用Google Drive)
Finally, there is no need to change a line of code! Shardingsphere native driver comes out
phpcms实现PC网站接入微信Native支付
ORM -- logical relation and & or; Sort operation, update record operation, delete record operation
Programming features of ISP, IAP, ICP, JTAG and SWD
ISP、IAP、ICP、JTAG、SWD的编程特点
AHB bus in stm32_ Apb2 bus_ Apb1 bus what are these
Please ask me a question. I started a synchronization task with SQL client. From Mysql to ADB, the historical data has been synchronized normally
Arcgis操作: 批量修改属性表
Mongodb creates an implicit database as an exercise
【acwing】789. 数的范围(二分基础)