-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed34de8
commit d902eda
Showing
23 changed files
with
215 additions
and
232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ body:not(.dark) #sun { | |
} | ||
|
||
#menu a { | ||
font-size: 16px; | ||
font-size: 18px; | ||
} | ||
|
||
#menu .active { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.post-content pre code { | ||
max-height: 40em; | ||
overflow: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
date: '2024-12-11' | ||
draft: true | ||
title: 'About' | ||
hidemeta: true | ||
--- | ||
|
||
something boring... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "🌐nav" | ||
hidemeta: true | ||
--- | ||
|
||
## friends | ||
<div class="links"> | ||
<a class="link" href="" target="_blank"> | ||
<img src="" alt="icon"> | ||
<div class="name">name</div> | ||
</a> | ||
<!-- more --> | ||
</div> | ||
|
||
|
||
<!-- style --> | ||
<style> | ||
.links { | ||
display: flex; | ||
justify-content: space-between; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.link { | ||
display: inline-block; | ||
margin: 5%; | ||
text-align: center; | ||
text-decoration: none; | ||
color: var(--content); | ||
max-width: 15%; | ||
} | ||
|
||
.link img { | ||
width: 100%; | ||
height: auto; | ||
border-radius: 50%; | ||
} | ||
|
||
.link .name { | ||
margin-top: 5px; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "🌈Journal" | ||
description: "" | ||
hidemeta: true | ||
--- | ||
|
||
|
Binary file not shown.
73 changes: 21 additions & 52 deletions
73
...al/An Evolution of My Learning Methods.md → content/posts/journal/学习方法的一次转型.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,40 @@ | ||
--- | ||
date: '2024-12-11' | ||
draft: true | ||
title: 'An Evolution of My Learning Methods' | ||
tags: ["second"] | ||
math: true | ||
--- | ||
|
||
title: An Evolution of My Learning Methods | ||
subtitle: 疯狂迭代的技术,持续遗忘的大脑,学习方法上一点小小的思考 | ||
summary: 该扔的东西就该扔掉,除了一些“亘古不变”的东西,现在的技术很难在下次用的上,我应该把时间花在当下的项目解决方案上,应该将技能沉淀在代码仓库中,这是我想到的。我应该倾向于直接使用网络中资源,集众人之力,反复繁重的文字和视频可能更有利于我加深了解,时间上我是能”快进“和”二倍速“的。 | ||
|
||
------ | ||
title: "学习方法上的一次转型" | ||
description: "疯狂迭代的技术,持续遗忘的大脑,学习方法上一点小小的思考" | ||
date: 2024-11-30 | ||
author: ["biglonglong"] | ||
|
||
tags: ["thoughts", "skills"] | ||
summary: "" | ||
|
||
math: false | ||
weight: | ||
cover: | ||
image: "" | ||
caption: "" | ||
alt: "" | ||
relative: false | ||
hidden: true | ||
|
||
showToc: true | ||
TocOpen: true | ||
comments: true | ||
--- | ||
|
||
## 1 | ||
学习二十载,一直在寻求合适自己的学习方法。 | ||
|
||
自中学起养成记笔记的习惯,每每学习新课程,我都会在各种教学视频、参考书中总结归纳,框架而系统,我很喜欢。在过去好些年的应试中,通过记笔记,我总能具有更深的理解和记忆,以及更迅速的全面复习,但与此同时,也代表平时我需要比其他人多得多的时间去完成课程的理解、笔记框架的构造、内容的整理等等,以帮助我下一次更加快速的入门。我也有尝试过以最简洁的方式去记录,从而换取更高的效率,但这经常导致的是,在下一次复习笔记时,我甚至看不明白自己在记录什么;我也尝试过去取得时间与字数之间的平衡,但很多时候这反而会使我陷入两难,最终取得更差的效果。 | ||
|
||
## 2 | ||
花时间记笔记,我曾经以为这是值得的,毕竟这是一件一劳永逸的事情。 | ||
|
||
之后,随着所学知识技能愈加愈多,尤其是进入计算机专业之后,知识的扩展和迭代速度远超我的预期,框架版本的变化,往往就只在一两年之间。刚学的知识,不出一年甚至几个月就开始生疏了,个人做的笔记完全支持不了这么庞大的知识体系,我也不可能花一整大段时间在笔记上。 | ||
|
||
有时候,我会变得很极端,看到那些写完之后从来没翻看过的笔记,甚觉无用,笔记反成累赘。 | ||
|
||
|
||
## 3 | ||
怎么办呢?可能,**该扔的东西就该扔掉,除了一些“亘古不变”的东西,目前使用的技术很难在下次用的上,我应该把时间花在当下的项目解决方案上,应该将技能沉淀在代码仓库中,这是我想到的。我应该倾向于直接使用网络中已有的资源,集合众人之力。也许,反复繁重的文字和视频更有利于我加深了解,时间上我却是能”快进“和”二倍速“的。** | ||
|
||
当然,我也不是完全否认笔记,对于一些特殊的的问题,我还是希望我多多记录在blog中。 | ||
|
||
**总之,我还是想重申一遍,了解一个新知识,以项目、要求、目的等为导向,猛猛看,猛猛思考,猛猛code,就够了,其余的交给大脑!** | ||
|
||
|
||
## 4 test | ||
|
||
`qw` | ||
|
||
**asd** | ||
|
||
*fb* | ||
|
||
```python | ||
def ad: | ||
return 1 | ||
``` | ||
|
||
$$ | ||
1=2 | ||
$$ | ||
|
||
| 1 | 2 | 3 | | ||
| ---- | ---- | ---- | | ||
| | | | | ||
| | | | | ||
| | | | | ||
|
||
------ | ||
|
||
- [ ] | ||
|
||
- | ||
|
||
1. | ||
|
||
> | ||
|
||
|
||
![biglonglong](../img/biglonglong.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "📖Know" | ||
description: "" | ||
hidemeta: true | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "Search..." | ||
layout: "search" | ||
summary: "search" | ||
placeholder: "type here" | ||
--- |
Oops, something went wrong.