当前位置:网站首页>2022.7.4DAY596
2022.7.4DAY596
2022-07-07 10:44:00 【Naive witch】
I took the discrete mathematics test today , Choosing to fill in the blank can also be done , But when it comes to proof , Some don't know how to do it , There is a proof that the formula is not remembered , Youdao is very similar to the title of the textbook , I didn't practice before , Later, when reviewing, I just looked , I didn't completely understand how it came from . Although the exam passed , But I don't think I have a good grasp . Then I reviewed the digital circuit and logic design , Did a set of questions , There are still many deficiencies in the design problem . Study , Need to take the initiative , This semester's study is still a little passive , Listen passively , Passive homework , Only review , But I didn't practice , Only practice + Only by summarizing can we master .
English :《the twelve huntsmen》 fetch v Take , Bring it here restrain v control
read :《 Deep rest 》22%
review : Previous years' test questions of Digital Electronics , Read 10 minute 《 Marxist principles 》
public class Outer {
private int num=10;
public void method(){
Inter i= new Inter(){
public void show(){
System.out.println(" Anonymous inner class ");
}
};
i.show();
i.show();
}public interface Inter {
void show();
}
public class InnerDemo {
public static void main(String[] args) {
Outer O=new Outer();
O.method();
}
}
边栏推荐
猜你喜欢

高级软考(网络规划设计师)该如何备考?

Elegant controller layer code

多线程-异步编排

Openinstall and Hupu have reached a cooperation to mine the data value of sports culture industry

在线硬核工具

Socket通信原理和实践

1321:【例6.3】删数问题(Noip1994)
![P1031 [noip2002 improvement group] average Solitaire](/img/ba/6303f54d652fa7aa89440e314f8718.png)
P1031 [noip2002 improvement group] average Solitaire

打算参加安全方面工作,信息安全工程师怎么样,软考考试需要怎么准备?

Is the soft test intermediate useful??
随机推荐
555 circuit details
BUUCTF---Reverse---reverse1
Operation method of Orange Pie orangepi 4 lts development board connecting SATA hard disk through mini PCIe
Five simple and practical daily development functions of chrome are explained in detail. Unlock quickly to improve your efficiency!
那些易混淆的概念(三):function和class
Socket通信原理和实践
1324: [example 6.6] integer interval
leetcode-560:和为 K 的子数组
路由器开发知识汇总
SQL Server knowledge collection 11: Constraints
Schnuka: machine vision positioning technology machine vision positioning principle
简单易修改的弹框组件
Is the gold content of intermediate e-commerce division in the soft exam high?
Using tansformer to segment three-dimensional abdominal multiple organs -- actual battle of unetr
Basic introduction of yarn and job submission process
SQL Server 知识汇集9 : 修改数据
Find the greatest common divisor and the least common multiple (C language)
CAS mechanism
ArrayList thread insecurity and Solutions
Find the root of equation ax^2+bx+c=0 (C language)