当前位置:网站首页>Sophomore dilemma (resumption)
Sophomore dilemma (resumption)
2022-07-03 05:33:00 【Naive witch】
Today, open the book that records reading notes , Recall the books I read in the past year , More or less close 100 Ben ( Freshmen read the most books 20 Ben ). Recall reading books , The methodology in it , Point of view , The truth is still in my mind . Final , Come to a conclusion , Read so many books , Understand so much truth , Still can't change the current dilemma .
It's like 《 Cognitive Awakening 》 What's in “ Why did you read so many books , Know so many theories , But I still have a bad life ”. This is what I noticed recently : Learned a lot of theories , But failed to produce effective changes . The reason is simple , That is, we have not achieved the unity of knowledge and practice . But you said I didn't take action ? It's not , Is to act intermittently , I still can't do it and stick to it . There are many reasons .
In the books I read , The first one is about College “ How to learn ” Books on subjects , After reading, I feel that I have benefited a lot , I'll execute it immediately , Then there is 3 The queen of heaven was forgotten . Then there is the question of getting up early , I read the early books 《 The miracle of getting up early 》《 A golden hour after getting up early 》, Think 《 The miracle of getting up early 》 Write very well , however , But failed to implement the methodology inside , I think I can get up with perseverance , And now , Get up early and late ( Unfixed ). I read books about personal growth ,《 Cognitive Awakening 》 and 《 Cognitive drive 》 It's two twin sister books written by Zhou Ling . I think I lack self-confidence , I went to see it again 《 Self confidence awakening 》. Thinking about how to live this four-year college , Went to see 《 Don't wait until after graduation 》. Suffer from learning English , So I went to see it 《 The learning method of meeting each other late 》《 Everyone can use English 》,《 regret we didn't meet sooner 》 It's said in 7000 Vocabulary is a watershed , Back 7000 's words , Then through a lot of reading to make up for the disadvantages of rote learning , At that time, English reached another level . later , I did , As a result, it was given away in the first stage .《 Growing up 》 Speaking of recitation 1 Ten thousand words with back 7000 Words are almost the same way . Want to cultivate other habits , I saw 《 The power of habit 》《 Micro habit 》, Thinking about how to get rid of mobile phones , Get rid of temptation , I saw 《 stop 》. Find yourself unable to live in the present , So I went to read 《 The power of the moment 》. Reading is basically to find what kind of books to read when there is any confusion , For nearly a year , Achieve a lot of reading . Sometimes I think , Am I obsessed with the number of books , And neglected to practice the ideas in the book . Some methods in the book , Some are implemented , Some are not implemented , Did not solve the corresponding problem , The reason is not single . Sometimes it starts , But I always feel that there is some inexplicable resistance in my heart , In fact, everyone is rebellious deep inside , Everyone is unwilling to accept the truth that is forcibly instilled , But everyone is willing to do what they want .
review : The content of string in data structure , String in the SMS , Wechat file assistant uses string operation in sending text . Then I saw the simple pattern matching method and KMP Pattern matching , The difficulty is KMP Pattern matching . I have watched Chapter 5 of automatic control principle online class for threeorfour days , I don't even know what the difficulties are , Only by reading questions , If you don't understand, take online classes again , Efficiency may be higher . Discrete mathematics looks at some parts about logical predicates .
English : read “the fox and the cat” hounds n Dog spring vi jump , jump wretch adj Distressing
public class Student {
String name;
int age;
public void study(){
System.out.println(" study hard , Day day up ");
}
public void doHomework(){
System.out.println(" The keyboard is broken , The monthly salary is over ten thousand ");
}
}
public class StudentDemo {
public static void main(String[] args) {
Student s=new Student();
// Use object
System.out.println(s.name+","+s.age);
s.age=30;
s.name=" Lin Qingxia ";
System.out.println(s.name+","+s.age);
}
}

边栏推荐
- Webapidom get page elements
- Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
- JS function algorithm interview case
- 期末复习DAY8
- College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN
- Introduction to deep learning - definition Introduction (I)
- PHP笔记超详细!!!
- 期末复习(DAY7)
- Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
- Altaro VM backup getting started
猜你喜欢

Pessimistic lock and optimistic lock of multithreading

Common interview questions of microservice

Altaro virtual machine replication failed: "unsupported file type vmgs"

Notepad++ wrap by specified character
![[basic grammar] Snake game written in C language](/img/cb/83631ef3ccd7047ca42d33dc49bf90.jpg)
[basic grammar] Snake game written in C language

"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released

@Solutions to null pointer error caused by Autowired

Win10 install pytullet and test

6.23 warehouse operation on Thursday

Go practice - gorilla / handlers used by gorilla web Toolkit
随机推荐
Jetson AGX Orin 平台移植ar0233-gw5200-max9295相机驱动
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
Apache+PHP+MySQL环境搭建超详细!!!
Go practice -- factory mode of design patterns in golang (simple factory, factory method, abstract factory)
Transferring images using flask
Why should we rewrite hashcode when we rewrite the equals method?
Introduction to deep learning - definition Introduction (I)
Gan network thought
Source insight operation manual installation trial
3dslam with 16 line lidar and octomap
Redis expiration elimination mechanism
Go practice -- use JWT (JSON web token) in golang
Redis 入门和数据类型讲解
今天很多 CTO 都是被干掉的,因为他没有成就业务
Notepad++ wrap by specified character
Introduction to rust Foundation (basic type)
Altaro o365 total backup subscription plan
The IntelliJ platform completely disables the log4j component
Pytorch through load_ state_ Dict load weight