当前位置:网站首页>2022.7.5DAY597
2022.7.5DAY597
2022-07-07 10:44:00 【Naive witch】
Take the exam this afternoon 《 Marxist principles 》, I reviewed it in the morning and evening 《 Digital circuit and logic design 》. Brush a set of questions , Then consolidate the knowledge points you don't understand , Read the midterm exam questions . This process is really afraid to relax a little and delete Tiktok , Tencent video , To reduce unnecessary energy waste . Before dinner, I sat quietly by the lake 0.5 Hours , The scenery of the small lake is really insatiable . Read when you are tired of doing exercises , After reading for more than ten minutes, I turned to review , Reading is really a good way to rest , Rest by reading , I also focused a lot on the whole process . After the exam, you must play skateboarding hard , As a reward for reviewing urgently these days .
read :《 Deep rest 》
English : read "the king of the golden mountain"
public class Cat implements Jumpping{
public void jump(){
System.out.println(" The cat can be raised ");
}
}
public class JumpingDemo {
public static void main(String[] args) {
JumpingOperator jo=new JumpingOperator();
Jumpping j=new Cat();
jo.method(j);
}
}
public class JumpingOperator {
public void method (Jumpping j)
{
j.jump();
}
}
public interface Jumpping {
void jump();
}
边栏推荐
猜你喜欢
ADB utility commands (network package, log, tuning related)
Operation method of Orange Pie orangepi 4 lts development board connecting SATA hard disk through mini PCIe
OpenGL glLightfv 函数的应用以及光源的相关知识
Monai version has been updated to 0.9. See what new functions it has
【亲测可行】error while loading shared libraries的解决方案
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
MySQL insert data create trigger fill UUID field value
在线硬核工具
【OneNote】无法连接到网络,无法同步问题
Mendeley--免费的文献管理工具,给论文自动插入参考文献
随机推荐
ADB utility commands (network package, log, tuning related)
The width of table is 4PX larger than that of tbody
【推薦系統 01】Rechub
施努卡:机器视觉定位技术 机器视觉定位原理
IO model review
【安装系统】U盘安装系统教程,使用UltraISO制作U盘启动盘
Find the root of equation ax^2+bx+c=0 (C language)
【机器学习 03】拉格朗日乘子法
Mendeley--免费的文献管理工具,给论文自动插入参考文献
Monai version has been updated to 0.9. See what new functions it has
[installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk
SQL Server 知识汇集11 : 约束
香橙派OrangePi 4 LTS开发板通过Mini PCIE连接SATA硬盘的操作方法
一些线上学术报告网站与机器学习视频
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
JS implementation chain call
Différences entre les contraintes monotones et anti - monotones
China Southern Airlines pa3.1
1324: [example 6.6] integer interval
中级软件评测师考什么