Skip to content

Commit

Permalink
fix: 区分摘要与正文内容
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Jul 31, 2024
1 parent 122dea0 commit ed69760
Show file tree
Hide file tree
Showing 134 changed files with 192 additions and 138 deletions.
2 changes: 1 addition & 1 deletion docs/en/posts/2020/06/01Java迷宫.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# Java 迷宫

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# 使用 anaconda 中的 Prompt 配置虚拟环境的常用命令

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2021/04/01scrapy爬虫详解.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# scrapy 爬虫详解

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2021/04/02TFIDF计算的学习.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# TFIDF 计算的学习

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# 操作系统内存分配模拟程序

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2021/08/04散列表实现查找.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:

# 散列表实现查找

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

# 2022 年了,还是得学圣杯布局与双飞翼布局

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2022/02/02TypeScript入门.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# TypeScript 入门

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# 这道题原来可以用到 JS 这么多知识点!

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2022/02/04git常用操作.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# git 常用操作

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# 前端程序员搭建自己的 CodeIDE(code-server 教程)

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -20,6 +20,8 @@ tags:

<!-- DESC SEP -->

---

> 偶尔不能在自己电脑上写代码时,用用浏览器敲代码也挺方便;或者用平板刷刷算法题也挺有趣;测试 JavaScript 某一代码片段也不用在浏览器的控制台上打印输出了;
## 安装 code-server
我这里使用的是 ubuntu20,大家根据自己的系统下载对应的安装包即可,当然最好跟着我的教程来,这样出错了可能都是我踩过的坑,更容易解决,不然就是自己去折腾吧
Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2022/05/06玩转vitepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# 玩转 vitepress

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -20,6 +20,8 @@ tags:

<!-- DESC SEP -->

---

当初 1 月份的时候为了后续春招求职,就使用`vitepress`搭建了一个个人网站,然后把自己本地的一些 md 文件整理了发布在了上面,不过当时 vitepress 还未发布正式版本,还是`0.22.x`这样的版本,

所以其实有很多不满意的地方,比如侧边栏折叠之前没有,明暗模式之前没有,单篇文章的大纲好像也没有,侧边栏在不同 tab 下有问题,这些我不太确定,可能功能是有的,但是官方文档上没更新罢了
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# IntersectionObserver 实现横竖滚动自适应懒加载

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2022/06/08前端构建的学习(偏向vite).md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# 前端工程化的学习(偏向 vite 构建工具)

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -19,6 +19,8 @@ tags:

<!-- DESC SEP -->

---

> 好早就听说了 vite,也早就简单的使用并了解了一点,之前在公司实习团队也正在迁移 webpack 的项目到 vite,但我自己却一直没有深入,毕竟还是初级前端工程师,功力还欠缺很多,但最近封装了一个小组件,整个项目不使用脚手架挺难受的,到处参考别人的代码希望能找到组件开发的最佳实践,整个过程举步维艰,所以开始先从 vite 入手学习一下前端工程化相关的东西了...
## 为什么需要构建工具
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# Node 模块规范及模块加载机制

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -19,6 +19,8 @@ tags:

<!-- DESC SEP -->

---

> 这是重新阅读《深入浅出 NodeJS》的相关笔记,这次阅读发现自己依旧收获很多,而第一次阅读的东西也差不多忘记完了,所以想着这次过一遍脑子,用自己的理解输出一下,方便记忆以及以后回忆...
历史原因,`JavaScript`以前是没有模块机制的,这对于`node`来说想要编写一个大型项目是很难的,所以`node`采用了社区提出的`CommmonJS`规范
Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2022/06/10Node异步实现与事件驱动.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# Node 异步实现与事件驱动

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -21,6 +21,8 @@ tags:

<!-- DESC SEP -->

---

> 这是重新阅读《深入浅出 NodeJS》的相关笔记,这次阅读发现自己依旧收获很多,而第一次阅读的东西也差不多忘记完了,所以想着这次过一遍脑子,用自己的理解输出一下,方便记忆以及以后回忆...
## Node 的特点
Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2022/06/11Node内存控制.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

# Node 内存控制

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -22,6 +22,8 @@ tags:

<!-- DESC SEP -->

---

> 这是重新阅读《深入浅出 NodeJS》的相关笔记,这次阅读发现自己依旧收获很多,而第一次阅读的东西也差不多忘记完了,所以想着这次过一遍脑子,用自己的理解输出一下,方便记忆以及以后回忆...
## 基本介绍
Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2022/06/12Node进程及集群相关.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# Node 进程及集群相关

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2022/10/13CDN实践配置+原理篇.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

# CDN 实践配置+原理篇

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -24,6 +24,8 @@ CDN 通过将用户请求路由到最近的服务器,显著提高了内容加

<!-- DESC SEP -->

---

> 前几天配置了下自己在阿里云的对象存储中的 CDN 加速,这里记录写个教程为引入,来讲解一下 CDN 的相关原理及过程,希望对你有所帮助
## CDN 概念
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# 超详细的前端程序员 git 指北

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -25,6 +25,8 @@ tags:

<!-- DESC SEP -->

---

> git 是团队开发必备工具之一,本期教程我们从一个开发人员开发新功能,然后合并到主分支上的一整个流程进行演示讲解,而不是仅仅告诉你这个命令的作用是什么,区别是什么,毕竟程序员始终得贯穿“学以致用”这条硬道理,最后再对不同的常见命令及逆行讲解。
## 一个 git 小 demo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# JavaScript 基础-replace 方法的第二个参数

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -21,6 +21,8 @@ tags:

<!-- DESC SEP -->

---

> 最近又重新看了下高程 4,又是不同的收获,其中对`replace`方法印象较深,因为之前做的一个小功能可以用这个方法的第二个参数很轻松轻松地实现,这里简单记录一下。
## 基本使用
Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2022/10/16获取Object的第一个元素.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# 获取 Object 的第一个元素

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -25,6 +25,8 @@ tags:

<!-- DESC SEP -->

---

> 目前遇到个业务需要获取 Object 中的第一个元素,具体背景这里不详细介绍,如果将数据改为数组的形式改动量较大,需要改接口定义层面,所以这里简单偷个懒
## Object 中的键值迭代是无序的
Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2023/01/02JavaScript专题-原型链.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# JavaScript 专题-原型链

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2023/01/08JavaScript专题-继承.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:

# JavaScript 专题-继承

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
4 changes: 3 additions & 1 deletion docs/en/posts/2023/01/25浅谈NestJS设计思想.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# 浅谈 NestJS 设计思想(分层、IOC、AOP

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -23,6 +23,8 @@ tags:

<!-- DESC SEP -->

---

> nestJS 用了有一定时间了,当初学习 node 后端选择的第一个 web 框架,这篇文章将对 NestJS 框架层面的几个重要概念进行梳理,希望能加深记忆,融汇贯通,更进一步,本文阅读需要对 nestJS 有一定使用经验。
## 分层
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# 了解 API 相关范式(RPC、REST、GraphQL)

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
2 changes: 1 addition & 1 deletion docs/en/posts/2023/02/04Vue3相关原理梳理.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# 一文梳理 Vue3 核心原理

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
3 changes: 1 addition & 2 deletions docs/en/posts/2023/02/17聊聊源策略限制AJAX请求.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# 聊聊同源策略限制 AJAX 请求

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand All @@ -18,7 +18,6 @@ tags:
此外,笔者指出,AJAX 请求的限制是为了防止敏感数据泄露,比如 CSRF token。即使有 CSRF token 的防护,允许 AJAX 跨域请求仍可能导致安全隐患。最后,笔者强调,尽管 CSRF token 是有效防御手段,但同源策略依然需要限制 AJAX 请求,以增强安全性。整体而言,笔者希望通过这篇文章引发更多关于 Web 安全的讨论与思考。

<!-- DESC SEP -->
# 聊聊同源策略限制 AJAX 请求

## 前言

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

# 放弃 Cookie-Session,拥抱 JWT?

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:

# 你可能忽略的 10 种 JavaScript 快乐写法

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

# 三个经典的 TypeScript 易混淆点

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:

# 聊聊前后端分离(历史、职责划分、未来发展)

> 摘要
> ✨文章摘要(AI生成)
<!-- DESC SEP -->

Expand Down
Loading

0 comments on commit ed69760

Please sign in to comment.