当前位置:网站首页>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();
}
}
边栏推荐
- Différences entre les contraintes monotones et anti - monotones
- MySQL insert data create trigger fill UUID field value
- 1321: [example 6.3] deletion problem (noip1994)
- 5个chrome简单实用的日常开发功能详解,赶快解锁让你提升更多效率!
- 2022.7.3DAY595
- Trajectory planning for multi robot systems: methods and Applications Overview reading notes
- TypeScript 接口继承
- ArrayList thread insecurity and Solutions
- Find the greatest common divisor and the least common multiple (C language)
- The difference between monotonicity constraint and anti monotonicity constraint
猜你喜欢
随机推荐
MySQL insert data create trigger fill UUID field value
555 circuit details
[système recommandé 01] rechub
【推荐系统 01】Rechub
多线程-异步编排
leetcode-304:二维区域和检索 - 矩阵不可变
IDA中常见快捷键
About hzero resource error (groovy.lang.missingpropertyexception: no such property: weight for class)
IIC Basics
Unable to open kernel device '\.\vmcidev\vmx': operation completed successfully. Reboot after installing vmware workstation? Module "devicepoweron" failed to start. Failed to start the virtual machine
关于easyflash v3.3使用过程的记录
The mobile terminal automatically adjusts the page content and font size by setting rem
What are the contents of the intermediate soft test, the software designer test, and the test outline?
[STM32] solution to the problem that SWD cannot recognize devices after STM32 burning program
Hdu-2196 tree DP learning notes
软考中级电子商务师含金量高嘛?
Multisim--软件相关使用技巧
TypeScript 接口继承
Schnuka: working principle of robot visual grasping machine visual grasping
Prototype and prototype chain





![[STM32] solution to the problem that SWD cannot recognize devices after STM32 burning program](/img/03/41bb3870b9a6c2ee66099abac08eb3.png)



