当前位置:网站首页>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);
}
}
边栏推荐
- P1223 排队接水/1319:【例6.1】排队接水
- OpenGL glLightfv 函数的应用以及光源的相关知识
- 长列表性能优化方案 memo
- 关于easyflash v3.3使用过程的记录
- openinstall与虎扑达成合作,挖掘体育文化产业数据价值
- 555电路详解
- The difference between monotonicity constraint and anti monotonicity constraint
- How to successfully pass the senior system architecture designer in the second half of the year?
- [recommendation system 01] rechub
- BUUCTF---Reverse---reverse1
猜你喜欢

ArrayList线程不安全和解决方案

Deeply analyze the main contents of erc-4907 agreement and think about the significance of this agreement to NFT market liquidity!

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

ArrayList thread insecurity and Solutions

單調性約束與反單調性約束的區別 monotonicity and anti-monotonicity constraint

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

Socket通信原理和实践
![[STM32] solution to the problem that SWD cannot recognize devices after STM32 burning program](/img/03/41bb3870b9a6c2ee66099abac08eb3.png)
[STM32] solution to the problem that SWD cannot recognize devices after STM32 burning program
![[système recommandé 01] rechub](/img/92/c14c867247d3a042c69b5ed0091fbe.png)
[système recommandé 01] rechub

Network engineer test questions and answers in May of the first half of 2022
随机推荐
String formatting
Operation method of Orange Pie orangepi 4 lts development board connecting SATA hard disk through mini PCIe
[daiy5] jz77 print binary tree in zigzag order
5个chrome简单实用的日常开发功能详解,赶快解锁让你提升更多效率!
Multithreaded asynchronous orchestration
ArrayList线程不安全和解决方案
Online hard core tools
Kotlin realizes wechat interface switching (fragment exercise)
【作业】2022.7.6 写一个自己的cal函数
成为优秀的TS体操高手 之 TS 类型体操前置知识储备
2022.7.3DAY595
2022年上半年5月网络工程师试题及答案
Five simple and practical daily development functions of chrome are explained in detail. Unlock quickly to improve your efficiency!
單調性約束與反單調性約束的區別 monotonicity and anti-monotonicity constraint
Basic introduction of yarn and job submission process
1321: [example 6.3] deletion problem (noip1994)
南航 PA3.1
MySQL insert data create trigger fill UUID field value
The difference between monotonicity constraint and anti monotonicity constraint
leetcode-560:和为 K 的子数组