From c0a93fb7f994ec6c3043b1c04bc9ed91307c926e Mon Sep 17 00:00:00 2001 From: PinkR1ver <3180102330@zju.edu.cn> Date: Wed, 6 Mar 2024 18:12:14 +0800 Subject: [PATCH] Change bold color --- content/computer_sci/code_frame_learn/flask/MSGI.md | 12 ++++++++++++ quartz/styles/base.scss | 1 + 2 files changed, 13 insertions(+) create mode 100644 content/computer_sci/code_frame_learn/flask/MSGI.md diff --git a/content/computer_sci/code_frame_learn/flask/MSGI.md b/content/computer_sci/code_frame_learn/flask/MSGI.md new file mode 100644 index 000000000..6da1eada3 --- /dev/null +++ b/content/computer_sci/code_frame_learn/flask/MSGI.md @@ -0,0 +1,12 @@ +--- +title: Web Server Gateway Interface +tags: + - flask + - python + - web +date: 2024-03-06 +--- +WSGI 的全程是 **Web Server Gateway Interface**,中文翻译为 **Web 服务器网关接口**。它是一种规范,定义了 Web 服务器和 Python Web 应用程序或框架之间的一种简单而通用的接口。 + +WSGI 规范的目的是使 Python Web 开发人员能够编写可移植和可扩展的 Web 应用程序。WSGI 应用程序可以与任何兼容 WSGI 的 Web 服务器一起使用,而无需进行任何修改。 + diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 92798a2da..5d261414c 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -55,6 +55,7 @@ ul, strong { font-weight: $semiBoldWeight; + color: #F596AA; } a {