Skip to content

Commit f36e097

Browse files
committed
add tags
1 parent a909b01 commit f36e097

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2841
-155
lines changed

content/posts/blaugust.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-01T8:00:00+08:00'
33
draft = false
44
title = 'Blaugust'
5+
tags = ["essay"]
56
+++
67
🎈 Oh hello, August! It's time for Blaugust.
78
### Blaugust Begins: Writing as a Develpoer Habit

content/posts/blaugust.zh-cn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-01T8:00:00+08:00'
33
draft = false
44
title = 'Blaugust'
5+
tags = ["essay"]
56
+++
67

78
🎈 八月你好! 是时候开启 Blaugust 了。

content/posts/fastapi-body-advanced-uses.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-09T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Body Advanced Uses'
5+
tags = ["fastapi"]
56
+++
67
本篇文章介绍 FastAPI Request Body 的进阶用法
78

content/posts/fastapi-cookie-header-parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-11T8:00:00+08:00'
33
draft = false
44
title = 'Fastapi Cookie and Header Parameters'
5+
tags = ["fastapi"]
56
+++
67
这篇文章介绍 Fastapi 的 Cookie 和 Header 参数
78

content/posts/fastapi-parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-06T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Parameters'
5+
tags = ["fastapi"]
56
+++
67
FastAPI 是一个现代、快速(高性能)的 Python Web 框架, 它自动处理参数的解析、验证和文档生成
78

content/posts/fastapi-response-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-12T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Response Model'
5+
tags = ["fastapi"]
56
+++
67
本篇文章介绍 FastAPI 的返回类型 response model
78

@@ -377,4 +378,3 @@ async def create_item(name: str):
377378
这只是一直便利, 都是一样的树枝, 但这样可以使用编辑器的自动补全功能
378379

379380
> 也可以使用 `from starlette import status`
380-

content/posts/fastapi-validations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-07T8:00:00+08:00'
33
draft = false
44
title = 'FastAPI Parameters and Validations'
5+
tags = ["fastapi"]
56
+++
67

78
这篇文章介绍 FastAPI 中的参数验证功能

content/posts/gitignore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-08T8:00:00+08:00'
33
draft = false
44
title = 'Git Whitelist'
5+
tags = ["git"]
56
+++
67

78
有时你开启了一个新的项目, 运行了 `cargo init``uv init``go mod init`

content/posts/how-fastapi-works.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-03T8:30:00+08:00'
33
draft = false
44
title = 'How FastAPI Works'
5+
tags = ["fastapi"]
56
+++
67
FastAPI 的工作原理: 从 routing 到 lifecycle 以及在现实中的使用
78

content/posts/microservice-apis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
date = '2025-08-15T8:00:00+08:00'
33
draft = false
44
title = 'Microservice with FastAPI'
5+
tags = ["microservice", "fastapi"]
56
+++
67

78
## What are microservices ?

0 commit comments

Comments
 (0)