当前位置:网站首页>2022.7.6DAY598
2022.7.6DAY598
2022-07-07 07:55:00 【天真小巫】
今天考了《数字电路与逻辑设计》,在考试的过程中,遇到了一种情况:我背后的一个女同学叫了我的名字,并问我第四道题是什么计数器,我着实有些愣了,平日里上课尽管经常见,但我们也没交流过。况且平日里我都是一个人蹦跶蹦跶的习惯了。她那么一问,我也想回答,可是我看了一下题目,却不懂怎么回答了。虽然我不知道她问的是选择题还是大题,但事实却是,两道题我都不太会。学习成绩普普通通,平时在学习上好像也没花入50%的精力,因为我还是受到了一些不良风气的影响。自己辛辛苦苦考得的成绩,对某些人来说,一个小抄得到的成绩都比你高。如果是个别现象那就好了,可是那真的是个别现象吗?在考试中几乎是最后交卷的,每当我看到那些30分钟,一个小时候交卷的人,我都不禁投去诧异的眼光。最后还剩下自己的时候,总感觉心底有蚂蚁在爬。我也不懂怎么看待,总感觉自己在学习方面的努力竟是那么的一文不值。虽然两年了,但还是没习惯这种现象。这次没能回答那位女同学的问题,我也在反思,想要突破困境,为什么不从学习开始,你的专业能力是否足够强。
今天生发出一个问题:“一个人为什么要努力,在大学我到底要付出多少努力”。一个人为什么要努力,从小学读到高中,我真的想明白这个问题了吗?小学时努力取得好成绩,不过是为了成为父母,老师眼中的好孩子。初中时的努力是为了考个好的高中,高中时努力是为了考个好的大学,那大学时努力是为了什么?步入大学,我就已经算是社会的预备军了。大学时努力不就是为了将来找份好的工作,为以后有更多的选择吗?而小学,初中,高中时努力,本质和上还是为了今后有份好的工作。而大学时的努力却是至关重要的,这就好像行百里者半九十,眼看就要接近目的地了,一旦放松,这么多年的努力就毁于一旦了。虽说人生就像一场马拉松,但谁也不能否认20~30岁的年纪是奋斗的最好时间。但在我也没有明白这段年纪的特点,这段年纪有迷茫,有懵懂,有孤独。唯一的办法就是熬,用奋斗去熬出头,你就赢了。至于在大学到底要付出多少努力,当初没想明白,现在明白了。你的野心有多大,你就付出多大的努力呗!
复习:自动控制原理第3章 人工能智能前3章
英语:阅读20分钟,twelve years hence 12年以后 embark v登记
public class ArraysDemo {
public static void main(String[] args) {
int[]arr={ 24,68,80,57,13};
System.out.println("排序前:"+ Arrays.toString(arr));
Arrays.sort(arr);
System.out.println("排序前"+Arrays.toString(arr));
}
}
public class IntegerDemo {
public static void main(String[] args) {
Integer i1=Integer.valueOf(100);
System.out.println(i1);
Integer i2=Integer.valueOf("100");
System.out.println(i2);
}
}
边栏推荐
- Guid主键
- ORM--查询类型,关联查询
- Use of JSON extractor originals in JMeter
- Why does the starting service report an error when installing MySQL? (operating system Windows)
- Embedded background - chip
- 2022.7.3DAY595
- Finally, there is no need to change a line of code! Shardingsphere native driver comes out
- 中国首款电音音频类“山野电音”数藏发售来了!
- 为什么安装mysql时starting service报错?(操作系统-windows)
- ISP、IAP、ICP、JTAG、SWD的编程特点
猜你喜欢
ArcGIS operation: batch modify attribute table
Postman interface test II
China's first electronic audio category "Yamano electronic audio" digital collection is on sale!
Win10 installation vs2015
The story of Plato and his three disciples: how to find happiness? How to find the ideal partner?
Garbage disposal method based on the separation of smart city and storage and living digital home mode
Chris Lattner, père de llvm: Pourquoi reconstruire le logiciel d'infrastructure ai
STM32 ADC and DMA
ORM -- database addition, deletion, modification and query operation logic
Memory ==c language 1
随机推荐
Programming features of ISP, IAP, ICP, JTAG and SWD
ORM -- database addition, deletion, modification and query operation logic
位操作==c语言2
LLVM之父Chris Lattner:为什么我们要重建AI基础设施软件
每周推荐短视频:L2级有哪些我们日常中经常会用到的功能?
Postman tutorial - scripting
Performance optimization record of the company's product "yunzhujia"
Appx代码签名指南
ORM模型--关联字段,抽象模型类
Appx代碼簽名指南
ORM--分组查询,聚合查询,查询集QuerySet对象特性
[untitled]
MCU is the most popular science (ten thousand words summary, worth collecting)
Bean 作⽤域和⽣命周期
Fiddler simulates the interface test
【学习笔记-李宏毅】GAN(生成对抗网络)全系列(一)
Using keras in tensorflow to build convolutional neural network
【二开】【JeecgBoot】修改分页参数
虚数j的物理意义
Guide de signature du Code Appx