[Python] itsdangerous 一个用于签名和序列化数据,确保数据安全传输不被篡改的库 2024-08-13 python 1540 words 4 mins read itsdangerous 可以对数据进行加密签名,并将其交给其他不受信任的环境。当拿回数据时,可以确保没有人篡改它。 在URL中签署用户ID,并通过电子邮件发送给他们 Read more...
fastapi 发送 html 模板邮件 2024-08-02 python 286 words 1 min read 使用Fastapi-mail发送html模板邮件 安装 1 2 3 4 5 python3 -m venv .venv source .venv/bin/activate pip install fastapi-mail 使用示例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Read more...
开源手绘风格绘图工具Excalidraw 2024-08-01 tool 314 words 1 min read Excalidraw 是一个开源的在线绘图工具,专为手绘风格的图形设计,且支持中文。 直接浏览器打开Excalidraw即可在线使用,在线可以使用丰富的素材库,可 Read more...
git stash 命令将未完成工作保存到栈,方便从当前工作切换出来 2024-08-01 git 403 words 1 min read 在 Git 的栈中保存当前修改或删除的工作进度,当你在一个分支里做某项功能开发时,接到通知把昨天已经测试完没问题的代码发布到线上,但这时你已经在这个 Read more...
markdown 语法学习 2024-07-31 preview 552 words 2 mins read markdown-it demo 和even-preview对比,可以看出even-preview语法支持的不够全。 Advertisement :) pica - high quality and fast image resize in browser. babelfish - developer friendly i18n with plurals support and easy syntax. You will like those Read more...