添加作者
This commit is contained in:
parent
5b3d38d28d
commit
adaf01d715
|
|
@ -58,7 +58,7 @@ module.exports = {
|
|||
sidebar: 'structuring', // 侧边栏 'structuring' | { mode: 'structuring', collapsable: Boolean} | 'auto' | 自定义 温馨提示:目录页数据依赖于结构化的侧边栏数据,如果你不设置为'structuring',将无法使用目录页
|
||||
|
||||
author: { // 文章默认的作者信息,可在md文件中单独配置此信息 String | {name: String, link: String}
|
||||
name: 'Evan Xu', // 必需
|
||||
name: 'xugaoyi', // 必需
|
||||
link: 'https://github.com/xugaoyi' // 可选的
|
||||
},
|
||||
blogger:{ // 博主信息,显示在首页侧边栏
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# new命令原理
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# ES5面向对象
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# ES6面向对象
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 多种数组去重性能对比
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 比typeof运算符更准确的类型判断
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# JS随机打乱数组
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 判断是否为移动端浏览器
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 将一维数组按指定长度转为二维数组
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 防抖与节流函数
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- JavaScript文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# JS获取和修改url参数
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- Vue文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Vue项目开发前的一些准备工作
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- Vue文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Vue CLi3 修改webpack配置
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- Vue文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Vue中的scoped和scoped穿透
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 前端
|
||||
- Vue文章
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Vue项目使用mock数据的几种方式
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,7 @@ permalink: /note/javascript
|
|||
article: false
|
||||
comment: false
|
||||
editLink: false
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -11,4 +11,7 @@ permalink: /note/es6
|
|||
article: false
|
||||
comment: false
|
||||
editLink: false
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -11,4 +11,7 @@ permalink: /note/vue
|
|||
article: false
|
||||
comment: false
|
||||
editLink: false
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -11,4 +11,7 @@ permalink: /note/typescript-axios
|
|||
article: false
|
||||
comment: false
|
||||
editLink: false
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ tags:
|
|||
categories:
|
||||
- 前端
|
||||
- 学习笔记
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
# 小程序笔记
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- HTML
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 常用meta整理
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
---
|
||||
# flex布局语法
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# flex布局案例-基础
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# flex布局案例-骰子
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# flex布局案例-圣杯布局
|
||||
> 可用<kbd>F12</kbd>开发者工具查看元素及样式,可打开codepen在线编辑代码。
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# flex布局案例-网格布局
|
||||
> 可用<kbd>F12</kbd>开发者工具查看元素及样式,可打开codepen在线编辑代码。
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# flex布局案例-输入框布局
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# CSS3之transition过渡
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# CSS3之animation动画
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 「布局技巧」图片未加载前自动撑开元素高度
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 文字在一行或两行时超出显示省略号
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 从box-sizing属性入手,了解盒子模型
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 水平垂直居中的几种方式-案例
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ categories:
|
|||
- CSS
|
||||
tags:
|
||||
- css
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
# 如何根据系统主题自动响应CSS深色模式
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 「css技巧」使用hover和attr()定制悬浮提示-demo
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ categories:
|
|||
- 页面
|
||||
- CSS
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||

|
||||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 页面
|
||||
- stylus
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# stylus混入(Mixins)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 技术文档
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 技术文档
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Markdown使用教程
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 技术文档
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# npm常用命令
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
author:
|
||||
name: TZYY
|
||||
link: https://www.cnblogs.com/tzyy/p/5193811.html
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
title: npm packageJson属性详解
|
||||
date: 2020-04-08 17:16:38
|
||||
permalink: /pages/dec4f3f00e71a312
|
||||
|
|
@ -9,7 +9,7 @@ categories:
|
|||
- 技术
|
||||
- 技术文档
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 技术文档
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# yaml语言教程
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- GitHub技巧
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# GitHub高级搜索技巧
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- GitHub技巧
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# GitHub Actions 实现自动部署静态博客
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ categories:
|
|||
tags:
|
||||
- github
|
||||
- 博客
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# GitHub Actions 定时运行代码:每天定时百度链接推送
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- GitHub技巧
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# GitHub加速下载项目的方法
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- Nodejs
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# nodejs递归读取所有文件
|
||||
```js
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 博客搭建
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 解决百度无法收录搭建在GitHub上的静态博客的问题
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 博客搭建
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 使用Gitalk实现静态博客无后台评论系统
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 技术
|
||||
- 博客搭建
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# GitHub + jsDelivr + TinyPNG+ PicGo 打造稳定快速、高效免费图床
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ title: vdoing主题效果图
|
|||
date: 2020-04-08 11:27:22
|
||||
permalink: /pages/d557b9a89a215d2e
|
||||
article: false
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
# vdoing主题效果图
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ categories:
|
|||
- 学习
|
||||
tags:
|
||||
- 学习方法
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
费曼学习法,我很喜欢的一个学习方法,简单来说,就是:通过向别人清楚的解说某一件事或是写一篇浅显易懂的教程文章,来确认自己是否真正弄懂了这件事。
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ categories:
|
|||
- 学习
|
||||
tags:
|
||||
- 笔记方法
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
::: center
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 更多
|
||||
- 学习
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 提高学习效率的策略
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 更多
|
||||
- 学习
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 提高记忆的技巧
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 更多
|
||||
- 学习
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 自律小建议
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 更多
|
||||
- 学习
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 处理问题的思路
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ categories:
|
|||
- 学习
|
||||
tags:
|
||||
- 搜索技巧
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
搜索引擎相信大家经常在使用,但是有时候想搜某个信息时却搜出来一大堆不相关的(百度:你们都在看我干什么?)。下面我们来介绍几种搜索技巧,可以提升搜索效率,助你快速查资料,妈妈再也不担心我的学习了('妈~我真的是在找学习资料')
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 更多
|
||||
- 面试
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 面试问题集锦
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 更多
|
||||
- 心情杂货
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 一个完美主义者的自我救赎
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ categories:
|
|||
tags:
|
||||
- 心理
|
||||
- 自律
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 反向拆解让人上瘾的套路,找回自律
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ tags:
|
|||
- 学习
|
||||
- 知识
|
||||
- 鸡汤
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
不知道大家有没有发现,我们身边经常有这样的人,他们越是有能力的,越是有知识的,越是低调,越是谦逊,因为他们深知,知道的越多,不知道的也就越多。
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ categories:
|
|||
- 随笔
|
||||
tags:
|
||||
- 鸡汤
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
生活在后现代的今天,很多人都有一种虚无感,认为人生没有意义。但是,人生不可能没有意义,因为当你认为没有意义的时候,一定有一个与之相对应的概念叫有意义。
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/0796ba76b4b55368
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
> 说明:本章内容为博主在原教程基础上添加自己的学习笔记,来源<https://wangdoc.com/javascript/>,教程版权归原作者所有。
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/74d2ab3fbfeaaa68
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/659b5af5e2e704e0
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/d61b1cb4cdac1f63
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/7d961b8030c6099e
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/10b2761db5a8e089
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ permalink: /pages/bab4930124ad2c10
|
|||
categories:
|
||||
- 《JavaScript教程》笔记
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 浏览器模型
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 基础
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
:::tip
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 基础
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 实例生命周期钩子
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 基础
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 计算属性 vs 方法 vs 侦听属性
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 基础
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# v-if vs v-show
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 基础
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 列表渲染之数组、对象更新检测
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 使用组件的细节点
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 父组件给子组件传值
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 子组件派发事件和值给父组件
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Prop 验证 与 非 Prop 的 Attribute
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 自定义事件
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 兄弟组件传值
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 非父子组件间传值
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 父组件调用子组件方法并传入值
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 插槽slot
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 动态组件与 v-once 指令
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 组件
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# vue父子组件的生命周期顺序
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 过渡&动画
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# transition过渡&动画
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 过渡&动画
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# vue中使用Animate.css库
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 过渡&动画
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# transition-group列表过渡
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 可复用性&组合
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Mixin混入
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 工具
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# Vue CLi v3.x 创建项目使用记录
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 规模化
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# vuex操作相关
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 规模化
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 路由懒加载
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 其他
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
|
||||
# Vue中的防抖函数封装和使用
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ categories:
|
|||
- 《Vue》笔记
|
||||
- 其他
|
||||
tags:
|
||||
-
|
||||
- null
|
||||
author:
|
||||
name: xugaoyi
|
||||
link: https://github.com/xugaoyi
|
||||
---
|
||||
# 操作本地缓存
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
#批量添加和修改、删除front matter配置文件
|
||||
|
||||
# 需要批量处理的路径,docs文件夹内的文件夹 (数组。映射路径:docs/arr[0]/arr[1] ... )
|
||||
# 需要批量处理的路径,docs文件夹内的文件夹 (数组。映射路径:docs/arr[1]/arr[2] ... )
|
||||
path:
|
||||
- docs # 第一个成员必须是docs
|
||||
- 01.前端
|
||||
- 40.学习笔记
|
||||
- 04.更多
|
||||
|
||||
# 要删除的字段 (数组)
|
||||
delete:
|
||||
- test
|
||||
# - tags
|
||||
|
||||
# 要添加、修改front matter的数据 (front matter中没有的数据则添加,已有的数据则覆盖)
|
||||
data:
|
||||
# test: 阮一峰
|
||||
# author:
|
||||
# name: xugaoyi
|
||||
# link: https://github.com/xugaoyi
|
||||
Loading…
Reference in New Issue