当前位置:网站首页>2022.DAY592
2022.DAY592
2022-07-03 05:27:00 【天真小巫】
今天想谈谈关于读书的事情,毕竟,在读书方面出了些问题,也导致读书的进度变慢了,虽然是在考试周,但不妨碍阅读的进行,利用放松的时间去阅读也是可以的。但我在阅读方面确实产生了以前没有的困惑。
当初我确实相信读书的好处,从古至今确实也没有哪位人能否认过读书的作用,巴菲特也讲过:“我这辈子遇到的各行各业聪明的人,没有一个不每天阅读的,没有”这让我更加笃定了读书用处。
可是,最近通过碎片化的阅读,以及《阅读,游历和爱情》里面讲到的,读书可能不会为你解决任何实质性的问题。当初看书的目的很简单,就是奔着解惑去的,毕竟,我也意识到在我成长进步的路上,必然会遇到很多的问题或困惑。可是,当我意识到读书可能不会带来任何实质性的改变,解决实质性的问题时,我竟然有了一丝怀疑读书的用处。读书的好处都是在网上听说的,要从自身阅读来看,读书更像是一种精神慰藉。我也没有找到关于读书对于我的特殊意义,听说过这么一句话:“读书就像是和伟大的灵魂对话”。这句话说的确实没错,但还不至于成为读书对于我的特殊意义。虽然很不愿意承认,但事实确实是如此,有些事情,尽管你坚持做了一两年,最后你也可能会放弃。这也是对我读了将近一年的书的一个警告吧!巴菲特说每个人终其一生,只需要专注做好一件事就可以了。而读书和学习,更是巴菲特坚持了一生的习惯和信仰。我相信读书对于巴菲特一定是有某种特殊的意义。做一件事情,也许,找到它的意义所在才能坚持的更持久吧!但找出一件事情对于自己的意义,有那么容易吗?这可能比形成闭环反馈更难吧!有时我在想,是不是一件事情你坚持的足够久,接触的足够多,慢慢的你就能挖掘出它对于你的意义了呢?就目前为止,坚持最久的便是写总结,在每天的总结中,慢慢的找出了它对于我的意义,我说过,写总结就是与自己的对话,写总结更是认识自我,观察他人,探索世界的过程,更是我进步的工具。当对于读书,编程,跑步来说,还没找到它们对于我的意义,这只能说明在这些方面做的不够多,坚持的不够持久咯!有意思的是,我竟然找到了滑板对于我的意义:滑板也曾代表我年轻过,放荡不羁过,那是我所热爱的东西,代表了我的青春。
总而言之,还是想的多,做的少。有本事先看完30本专业书,将一本书看五遍十遍,所看的书籍超过200本,到时候又是什么感受呢?我也有些期待。

阅读:《蛤蟆先生看医生》24%
复习:《离散数学》第二章知识点和作业,难点是谓词演算的推理理论,之前作业中不会的也弄懂了。
运动:3公里
英语:阅读"the golden goose" feather n羽毛 content adj满足的
public class Outer {
private int num=10;
public class Inner{
public void show()
{
System.out.println(num);
}
}
public void method(){
Inner i=new Inner();
i.show();
}
}
内部类:就是在一个类中定义一个类。
内部类的访问特点:
内部类可以直接访问外部类的成员,包块私有。
外部类要访问内部类的成员,必须要创建对象。
边栏推荐
- appium1.22. Appium inspector after X version needs to be installed separately
- Make your own dataset
- Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
- 32GB Jetson Orin SOM 不能刷机问题排查
- Configure and use Anaconda environment in pycharm
- Source insight License Activation
- C language program ideas and several commonly used filters
- Overview of basic knowledge of C language
- 微服务常见面试题
- Botu uses peek and poke for IO mapping
猜你喜欢

谷歌 | 蛋白序列的深度嵌入和比对

Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)

Go practice -- gorilla / websocket used by gorilla web Toolkit

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

Win10 install pytullet and test

Disassembly and installation of Lenovo r7000 graphics card

Go practice - gorilla / handlers used by gorilla web Toolkit

Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn

Pessimistic lock and optimistic lock of multithreading

Gan network thought
随机推荐
Make your own dataset
Ueditor, FCKeditor, kindeditor editor vulnerability
How to connect the network: Chapter 1 CSDN creation punch in
Redis 入門和數據類型講解
Redis expiration elimination mechanism
Differences among bio, NiO and AIO
今天很多 CTO 都是被幹掉的,因為他沒有成就業務
BTC-密码学原理
Based on RFC 3986 (unified resource descriptor (URI): general syntax)
Making coco datasets
appium1.22.x 版本後的 appium inspector 需單獨安裝
Redis使用Lua脚本简介
Basic introduction of redis and explanation of eight types and transactions
Introduction to deep learning - definition Introduction (I)
Introduction to redis and explanation of data types
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
appium1.22. Appium inspector after X version needs to be installed separately
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
Get and monitor remote server logs
Principles of BTC cryptography