Skip to content

Commit

Permalink
v1.3.6 + 新增文章
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed Jul 16, 2020
1 parent 2f72099 commit 096ed69
Show file tree
Hide file tree
Showing 15 changed files with 120 additions and 271 deletions.
9 changes: 5 additions & 4 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
editLinks: true, // 启用编辑
editLinkText: '编辑',

// 以下配置是Vdoing主题改动的和新增的配置
// 以下配置是Vdoing主题改动和新增的配置
// category: false, // 是否打开分类功能,默认true。 如打开,会做的事情有:1. 自动生成的frontmatter包含分类字段 2.页面中显示与分类相关的信息和模块 3.自动生成分类页面(在@pages文件夹)。如关闭,则反之。
// tag: false, // 是否打开标签功能,默认true。 如打开,会做的事情有:1. 自动生成的frontmatter包含标签字段 2.页面中显示与标签相关的信息和模块 3.自动生成标签页面(在@pages文件夹)。如关闭,则反之。
// archive: false, // 是否打开归档功能,默认true。 如打开,会做的事情有:1.自动生成归档页面(在@pages文件夹)。如关闭,则反之。
Expand Down Expand Up @@ -158,10 +158,11 @@ module.exports = {
// choosen: 'valine',
// options: {
// el: '#valine-vuepress-comment',
// appId: 'Your own appId',
// appKey: 'Your own appKey'
// appId: 'qnS1jobNF7CROIQ0XYWBnVOH-gzGzoHsz',
// appKey: 'LIKa0ePqFMkglQfOkN0JNK6c',
// avatar: 'monsterid'
// }
// }
// },
{
choosen: 'gitalk',
options: {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = [
text: '更多',
link: '/more/',
items: [
{text: '学习', link: '/pages/a8692ab3bdcb4588/'},
{text: '学习', link: '/pages/f2a556/'},
{text: '面试', link: '/pages/aea6571b7a8bae86/'},
{text: '心情杂货', link: '/pages/2d615df9a36a98ed/'},
{text: '友情链接', link: '/friends/'},
Expand Down
39 changes: 39 additions & 0 deletions docs/04.更多/01.学习/00.费曼学习法.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: 费曼学习法
date: 2020-07-16 10:04:14
permalink: /pages/f2a556/
categories:
- 更多
- 学习
tags:
- 学习方法
---

费曼学习法,我很喜欢的一个学习方法,简单来说,就是:通过向别人清楚的解说某一件事或是写一篇浅显易懂的教程文章,来确认自己是否真正弄懂了这件事。
可以说是在通过向别讲解过程中来对自身的 **查缺补漏**

### 步骤
费曼学习法分为4个步骤:

1. **确定学习目标**

你想学习的概念、内容、主题是什么。

2. **模拟教学学习法**

你要模拟自己是一位老师,面对完全不懂这个领域的人,用自己的话,尽可能具体形象地讲诉。这样的讲诉有助于你活学活用,触类旁通,联系生活具体情境。

3. **回顾**

反思第2步遇到的问题,哪些地方卡壳了,哪些地方对方没有真正听懂。找出问题的要害,把握关键环节。

4. **简化**

把这些遇到问题的地方,重新梳理理解,尽可能了解更多背景和相关知识,再用尽可能简化的方式重新表达,设法看穿本质。然后,返回第2步。


> 参考:
>
> [《费曼学习法:为何被称为史上最牛的学习法,它的本质究竟是什么?》](https://zhuanlan.zhihu.com/p/88209825)
>
> [《费曼学习法》](https://www.jianshu.com/p/90be6a69528a)
41 changes: 41 additions & 0 deletions docs/04.更多/01.学习/01.笔记方法.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: 笔记方法
date: 2020-07-16 11:00:55
permalink: /pages/e60c81/
categories:
- 更多
- 学习
tags:
- 笔记方法
---

::: center

## 康奈尔笔记法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105752.jpg)

## 思维导图法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105747.jpg)

## 金三角笔记法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105753.jpg)

## 曼陀罗九宫格笔记法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105748.jpg)

## 记号记录法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105749.jpg)

## 六色笔记法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105750.jpg)

## 加工笔记法
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105751.jpg)

## 整理笔记要点1-科学标记重点
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105746.jpg)

## 整理笔记要点2-修改不涂改
![](https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200716105745.jpg)

:::
201 changes: 0 additions & 201 deletions docs/04.更多/04.英语/01.英语基础.md

This file was deleted.

51 changes: 1 addition & 50 deletions docs/04.更多/99.友情链接.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,62 +40,13 @@ cardList 后面可跟随一个数字表示每行最多显示多少个,选值
:::
<!-- ## 图文卡片列表 -->
<!--
图文卡片列表,可用于项目展示、产品展示等。
cardImgList 后面可跟随一个数字表示每行最多显示多少个,选值范围1~4,默认3。在小屏时会根据屏幕宽度减少每行显示数量。
-->
<!-- ::: cardImgList
```yaml
- img: https://assets.awwwards.com/awards/media/cache/thumb_834_598/external/2020/05/5ebd082bb77bf137658772.jpg
link: https://www.spotify.com/int/why-not-available/
name: 图文标题
desc: 图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容 # 描述,可选
author: Evan Xu # 作者,可选
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像,可选
- img: https://assets.awwwards.com/awards/images/2020/05/Somt_may-2020-powerhouse_thumbc.jpg
link: https://www.spotify.com/int/why-not-available/
name: 图文标题
desc: 图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容 # 描述,可选
author: Evan Xu # 作者,可选
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像,可选
- img: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg
link: https://www.spotify.com/int/why-not-available/
name: 图文标题
desc: 图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容 # 描述,可选
author: Evan Xu # 作者,可选
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像,可选
- img: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg
link: https://www.spotify.com/int/why-not-available/
name: 图文标题
desc: 图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容 # 描述,可选
author: Evan Xu # 作者,可选
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像,可选
- img: https://assets.awwwards.com/awards/media/cache/thumb_834_598/external/2020/05/5ebd082bb77bf137658772.jpg
link: https://www.spotify.com/int/why-not-available/
name: 图文标题
desc: 图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容 # 描述,可选
author: Evan Xu # 作者,可选
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像,可选
- img: https://assets.awwwards.com/awards/images/2020/05/Somt_may-2020-powerhouse_thumbc.jpg
link: https://www.spotify.com/int/why-not-available/
name: 图文标题
desc: 图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容图文描述内容 # 描述,可选
author: Evan Xu # 作者,可选
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像,可选

```
::: -->



### 友链申请
与我[ 联系 ](/about/#联系)或者 在本页面评论区留言您的友链信息,格式:(点击代码块右上角一键复制)
```yaml
- name: Evan's blog # 昵称
- name: Evan's blog #
desc: 积跬步以至千里,喜欢学习喜欢你。 # 介绍
avatar: https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200103123203.jpg # 头像
link: https://xugaoyi.com/ # 链接
Expand Down
2 changes: 1 addition & 1 deletion docs/06.收藏夹/01.网站.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ article: false
<!-- more -->

## 文档
* [MDN](https://developer.mozilla.org/zh-CN/docs/Web) Web技术权威文档
* [MDN](https://developer.mozilla.org/zh-CN/docs/Web) | [MDN-JS标准内置对象](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects) Web技术权威文档
* [现代JavaScript教程](https://zh.javascript.info) 以最新标准为基准的JS教程
* [ES5教程](https://wangdoc.com/javascript/) 阮一峰的JS教程
* [ES6教程](http://es6.ruanyifeng.com/) 阮一峰的ES6教程
Expand Down
Loading

0 comments on commit 096ed69

Please sign in to comment.