feat:增加博客formatter

This commit is contained in:
2025-12-16 18:07:42 +08:00
parent b4db9aae81
commit ac278aae47
35 changed files with 287 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
---
title: FastAPI基础教程
date: 2025-12-10
---
# 一、简介
  [FastAPI](https://fastapi.tiangolo.com/zh/) 是一个用于构建 API 的现代、快速(高性能)的 web 框架,使用 Python 并基于标准的 Python 类型提示。
  安装:

View File

@@ -1,3 +1,8 @@
---
title: 基于OAuth2的FastApi安全验证
date: 2025-11-29
---
# 一、基础概念
## 1.1 OAuth2 Password Bearer 模式​
  用于**用户名+密码**登录,获取**access_token**。