From 1e748ca4fda45ee82b90cd4fa5df7cbeee089b81 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 19 Mar 2021 00:45:59 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E5=AE=9E?= =?UTF-8?q?=E4=BE=8B=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/appendix/01_use_cases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/appendix/01_use_cases.md b/docs/appendix/01_use_cases.md index 7497f30..5ec9f63 100644 --- a/docs/appendix/01_use_cases.md +++ b/docs/appendix/01_use_cases.md @@ -16,3 +16,4 @@ | [Python With 关键字和语句](https://www.ossez.com/t/python-with/13387) | 针对 with 关键字的使用进行了一些解答 | | [Python DateTime 日期处理](https://www.ossez.com/t/python-datatime/13388) | 关于日期函数处理的一些小的介绍和讨论 | | [Python 日期格式和时间以及当前时间和时间戳](https://www.ossez.com/t/python/13389) | 关于时间和当前时间的时间戳的获取 | +| [Python 生成 QR 二维码](https://www.ossez.com/t/python-qr/13396) | 使用 QRCode 的库在 Python 中生成二维码 |