当前位置:网站首页>期末复习(DAY7)
期末复习(DAY7)
2022-07-03 05:27:00 【天真小巫】
这个周末过的不咋的,每天的学习时间保持在2小时左右,周末,本来想通过看看动漫放松一下的,可是没想到,又上瘾了。看了两部动漫,看完之后挺爽的,虽然知道这对于以后的事情没有意义,但凡是都去追寻意义和价值,这人生就过得……
这话题就涉及到了如何平衡学习娱乐了,观察一下身边的室友,有位室友通过下午去实验室卷到晚上,然后晚上打游戏,还有位室友下午打游戏,然后晚上在床上桌上开着小夜灯学习。之前也听文都的一位老师讲过他的爱人,从大专读到博士,靠得好像也是那种坚持不懈的劲,不看小说不追剧,想看的话好像用简略版的简介吧(也不知道那是啥)!对于我,我总觉得自己在学习与娱乐之间的平衡方法有些问题。首先,平时看动漫的时间和频率都是不固定的,也不想每周追更。时而一周看一次,时而一个月看一次,时而两个月看一次,每次看的时候都想要追求那种一看到底的瘾。而这好像吸毒一样,每段时间都会发作一次。虽然每个人平衡学习与娱乐的方式不同,但对你来说有问题的方法,可能对比人适用。而我好像更喜欢那种在夜深人静的时候复习,当世界一片漆黑,万物沉寂,自己的心也静了。
写总结,总能迫使自己回想今天都做了什么,这就像一个认识自己,探索自己,观察他人,认识世界的过程,唯有了解了自我,才有改变自我的可能。但也有畏惧自己的时候,就像之前的时间统计法,用起来压力还挺大的,什么时间,做了什么事,都一览无余,尤其到了节假日,总感觉受到了无形的监督。用的话还是私下用吧!
package cn.ithema;
public class Teacher {
public void teach(){
System.out.println("用爱成就每一位学员");
}
}
package com.ithema2;
public class Demo {
public static void main(String[] args) {
cn.ithema.Teacher t=new cn.ithema.Teacher();
t.teach();
}
}
边栏推荐
- Introduction to deep learning (II) -- univariate linear regression
- Gan network thought
- 6.23 warehouse operation on Thursday
- Go practice - gorilla / handlers used by gorilla web Toolkit
- Transferring images using flask
- Webapidom get page elements
- Go practice -- generate and read QR codes in golang (skip2 / go QRcode and boombuilder / barcode)
- @Autowired 导致空指针报错 解决方式
- Botu uses peek and poke for IO mapping
- Shallow and first code
猜你喜欢
@Autowired 导致空指针报错 解决方式
JS dynamic table creation
乾元通多卡聚合路由器的技术解析
[practical project] autonomous web server
Training method of grasping angle in grasping detection
Progressive multi grasp detection using grasp path for rgbd images
"Hands on deep learning" pytorch edition Chapter II exercise
Technical analysis of qianyuantong multi card aggregation router
Yolov5 model construction source code details | CSDN creation punch in
谷歌 | 蛋白序列的深度嵌入和比对
随机推荐
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
【实战项目】自主web服务器
Go language interface learning notes Continued
3dslam with 16 line lidar and octomap
Latest version of source insight
Self introduction and objectives
穀歌 | 蛋白序列的深度嵌入和比對
How to set up altaro offsite server for replication
Gbase8s unique index and non unique index
@Autowired 导致空指针报错 解决方式
Introduction to deep learning (II) -- univariate linear regression
Detailed explanation of the output end (head) of yolov5 | CSDN creation punch in
Altaro o365 total backup subscription plan
(完美解决)matplotlib图例(legend)如何自由设置其位置
JS dynamic table creation
乾元通多卡聚合路由器的技术解析
谷歌 | 蛋白序列的深度嵌入和比对
AtCoder Beginner Contest 258(A-D)
Yolov5 model construction source code details | CSDN creation punch in
Detailed explanation of yolov5 training own data set