当前位置:网站首页>大二困局(复盘)
大二困局(复盘)
2022-07-03 05:27:00 【天真小巫】
今天翻开记录读书笔记的本子,回想起过去一年来看过的书籍,多多少少也接近100本了(大一看的书最多20本)。回忆起看过的书籍,里面讲的方法论,观点,道理至今浮现在脑海中。最终,得出一个结论,看了那么多的书,懂了那么多道理,还是没能改变当下的困境。
这就像《认知觉醒》中的讲的“为什么看了那么多的书,懂得那么多的理论,却依旧过不好这一生”。这也是我在最近才觉察到的:学了一堆理论,却没能产生有效的改变。原因很简单,那就是没有做到知行合一。但是你说我没有行动起来吗?也并不是,就是行动起来断断续续,还是没能做做到坚持如一。原因有很多。
在我看的书籍中,首先看的是关于在大学“如何学习”题材的书籍,看完觉得收益匪浅,马上去执行了,然后便是3天后就抛到脑后了。然后便是关于早起的问题,早起的书籍看了《早起的奇迹》《早起后的黄金一小时》,觉得《早起的奇迹》写的很好,但是,却没能将里面的方法论实施起来,自认为凭着毅力能起来,结果现在,起床的时间时早时晚(不固定)。看了关于个人成长类的书籍,《认知觉醒》和《认知驱动》是周岭写的两本孪生姐妹书籍。自认为缺乏自信心,又去看了《自信力觉醒》。想着怎么过好这大学四年,去看了《不要等到毕业以后》。苦于英语的学习,便去看了《相见恨晚的学习方法》《人人都能用英语》,《相见恨晚》中讲到7000的词汇量是一个分水岭,背了7000的单词,再通过大量阅读来弥补死记硬背的弊端了,那时候英语就达到了另一个层次了。后来,我照做了,结果在第一个阶段送人头了。《向上生长》中讲到背1万单词跟背7000单词差不多是同一个方法。想培养其它习惯,看了《习惯的力量》《微习惯》,想着怎么摆脱手机,摆脱诱惑,看了《欲罢不能》。发觉自己不能活在当下,便去阅读了《当下的力量》。看书基本上是有什么样的困惑便去找什么样的书读,将近一年来,实现了大量阅读。有时候我在想,是不是我执着于看书的数量,而忽略了践行书中的观点。书中的某些方法,有些执行了,有些没执行,没有解决相应的问题,原因也不是单一的。有时候开始了,但是总感觉内心有某种莫名的抵触,其实每个人内心深处都很叛逆,每个人都不愿意接受被强行灌输的道理,但每个人都愿意做自己想做的事情。
复习:数据结构中关于串的内容,串在手机短信,微信文件助手发送文字中用到了字符串操作。之后看了朴素的模式匹配法和KMP模式匹配法,重难点是KMP模式匹配法。自动控制原理第五章网课看了三四天了,看了连重难点都不知道是啥,也只有通过看题,有不懂的再网课,效率可能要高些。离散数学看了一些关于逻辑谓词的一部分。
英语:阅读“the fox and the cat” hounds n 狗 spring vi 跳,跃 wretch adj 令人苦恼的
public class Student {
String name;
int age;
public void study(){
System.out.println("好好学习,天天向上");
}
public void doHomework(){
System.out.println("键盘敲烂,月薪过万");
}
}
public class StudentDemo {
public static void main(String[] args) {
Student s=new Student();
//使用对象
System.out.println(s.name+","+s.age);
s.age=30;
s.name="林清霞";
System.out.println(s.name+","+s.age);
}
}

边栏推荐
- Introduction to deep learning - definition Introduction (I)
- Altaro VM backup getting started
- Robot capture experiment demonstration video
- Interview question -- output the same characters in two character arrays
- 大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南
- Altaro set grandfather parent child (GFS) archiving
- 谷歌 | 蛋白序列的深度嵌入和比对
- Pessimistic lock and optimistic lock of multithreading
- Gan network thought
- Go language interface learning notes Continued
猜你喜欢

How to connect the network: Chapter 2 (Part 1): a life cycle of TCP connection | CSDN creation punch in
![[basic grammar] Snake game written in C language](/img/cb/83631ef3ccd7047ca42d33dc49bf90.jpg)
[basic grammar] Snake game written in C language

Celebrate the new year together

6.23星期四库作业

(subplots用法)matplotlib如何绘制多个子图(轴域)

Deploy crawl detection network using tensorrt (I)

"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()

大学校园IP网络广播-厂家基于校园局域网的大学校园IP广播方案设计指南

@Autowired 导致空指针报错 解决方式

Yolov5 model construction source code details | CSDN creation punch in
随机推荐
Redis 入门和数据类型讲解
Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
Bluebridge cup real topic 2020 palindrome date simulation construction provincial competition
Web APIs exclusivity
Basic introduction of redis and explanation of eight types and transactions
[set theory] relational power operation (relational power operation | examples of relational power operation | properties of relational power operation)
Altaro o365 total backup subscription plan
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
Gan network thought
乾元通多卡聚合路由器的技术解析
[basic grammar] Snake game written in C language
Altaro virtual machine replication failed: "unsupported file type vmgs"
leetcode435. Non overlapping interval
Technical analysis of qianyuantong multi card aggregation router
ES7 easy mistakes in index creation
Differences among bio, NiO and AIO
My first Smartphone
Calculation method of AUC
Learn libcef together -- set cookies for your browser
SimpleITK学习笔记