当前位置:网站首页>2022.7.6DAY598
2022.7.6DAY598
2022-07-07 10:45:00 【Naive witch】
I took the exam today 《 Digital circuit and logic design 》, In the course of the exam , There is a situation : A female classmate behind me called my name , And ask me the fourth question, what is the counter , I'm really a little stunned , Although I often see you in class on weekdays , But we haven't communicated . Besides, I'm used to skipping alone on weekdays . She asked , I also want to answer , But I looked at the title , But I don't know how to answer . Although I don't know whether she asked multiple-choice questions or big questions , But the truth is , I'm not very good at both questions . Average academic performance , Usually I don't seem to spend money on my study 50% The energy of , Because I was still affected by some bad habits . My hard-working grades , For some people , A cheat sheet gets higher grades than you . If it's an individual phenomenon, that's good , But is that really an individual phenomenon ? It was almost the last one to hand in the exam , Whenever I see that 30 minute , A person who handed in his paper when he was a child , I couldn't help but cast a surprised look . Finally, there is time left for yourself , I always feel ants crawling in my heart . I don't know how to treat , I always feel that my efforts in learning are so worthless . Although two years , But I'm still not used to this phenomenon . I failed to answer the question of the female classmate this time , I'm also reflecting , Want to break through the dilemma , Why not start with learning , Whether your professional ability is strong enough .
Today, I have a question :“ Why should one work hard , How much effort do I have to make in College ”. Why should one work hard , From primary school to high school , Do I really want to understand this problem ? Try to get good grades in primary school , Just to be parents , A good child in the eyes of teachers . I worked hard in junior high school to get a good high school , In high school, I worked hard to get into a good university , What did you work hard for in College ? Go to college , I have been regarded as the reserve army of society . Trying hard in college is not to find a good job in the future , For more choices in the future ? And primary school , Junior high school , Work hard in high school , In essence, it is for a good job in the future . But the efforts in college are crucial , It's like walking a hundred miles, half a 90 , It seems to be approaching the destination , Once relaxed , All these years of efforts have been destroyed . Although life is like a marathon , But no one can deny 20~30 Years old is the best time to struggle . But I don't understand the characteristics of this age , I'm confused at this age , Ignorant , There is loneliness . The only way is to boil , Struggle to get ahead , You win . As for how much effort you have to make in College , I didn't think about it at the beginning , Now I see . How ambitious are you , Just try your best !
review : Automatic control principle chapter 3 Chapter Before AI 3 Chapter
English : read 20 minute ,twelve years hence 12 Years later embark v registration
public class ArraysDemo {
public static void main(String[] args) {
int[]arr={ 24,68,80,57,13};
System.out.println(" Before ordering :"+ Arrays.toString(arr));
Arrays.sort(arr);
System.out.println(" Before ordering "+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);
}
}
边栏推荐
- openinstall与虎扑达成合作,挖掘体育文化产业数据价值
- 555 circuit details
- 【实战】霸榜各大医学分割挑战赛的Transformer架构--nnFormer
- 施努卡:机器视觉定位技术 机器视觉定位原理
- Leetcode-304: two dimensional area and retrieval - matrix immutable
- [installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk
- Find the root of equation ax^2+bx+c=0 (C language)
- [牛客网刷题 Day6] JZ27 二叉树的镜像
- Gym installation pit records
- Multithreaded asynchronous orchestration
猜你喜欢
Elegant controller layer code
单调性约束与反单调性约束的区别 monotonicity and anti-monotonicity constraint
555电路详解
高级软考(网络规划设计师)该如何备考?
When do you usually get grades in the soft exam? Online pedaling?
使用Tansformer分割三维腹部多器官--UNETR实战
无法打开内核设备“\\.\VMCIDev\VMX”: 操作成功完成。是否在安装 VMware Workstation 后重新引导? 模块“DevicePowerOn”启动失败。 未能启动虚拟机。
[recommendation system 02] deepfm, youtubednn, DSSM, MMOE
OpenGL glLightfv 函数的应用以及光源的相关知识
Openinstall and Hupu have reached a cooperation to mine the data value of sports culture industry
随机推荐
CSAPP bomb lab parsing
Openinstall and Hupu have reached a cooperation to mine the data value of sports culture industry
【推薦系統 01】Rechub
[pro test feasible] error while loading shared libraries solution
單調性約束與反單調性約束的區別 monotonicity and anti-monotonicity constraint
July 10, 2022 "five heart public welfare" activity notice + registration entry (two-dimensional code)
ThreadLocal会用可不够
BUUCTF---Reverse---reverse1
施努卡:机器视觉定位技术 机器视觉定位原理
What are the test preparation materials and methods for soft exam information processing technicians?
关于easyflash v3.3使用过程的记录
Schnuka: working principle of robot visual grasping machine visual grasping
[email protected] can help us get the log object quickly
【安装系统】U盘安装系统教程,使用UltraISO制作U盘启动盘
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
SQL Server 知识汇集9 : 修改数据
Trajectory planning for multi-robot systems: Methods and applications 综述阅读笔记
String formatting
leetcode-303:区域和检索 - 数组不可变
1321: [example 6.3] deletion problem (noip1994)