如何在 UI 设计中使用颜色 2023-04-14 UI 预计阅读 4 分钟 翻译自原文:https://blog.prototypr.io/how-to-use-colors-in-ui-design-16406ec 阅读更多
HTTP的URL编码 2022-11-16 Web 预计阅读 8 分钟 背景 案例 1 向 Flask 接口发送 GET 请求,发现获取到查询参数中+变为了空格。 1 2 3 4 5 6 7 8 9 10 11 12 curl -X GET "http://127.0.0.1:5000/add?a=1+2" > GET /add?a=1+2 HTTP/1.1 > Host: 127.0.0.1:5000 > User-Agent: curl/7.79.1 > Accept: */* # 接口中使用req 阅读更多
Python元类-metaclasses 2022-09-26 Python 预计阅读 9 分钟 翻译自原文:https://realpython.com/python-metaclasses/ 术语元编程是指程序了解或操纵自身的潜力。Py 阅读更多
Dockerfile的安全最佳实践 2022-06-17 Docker 预计阅读 5 分钟 翻译自原文:https://cloudberry.engineering/article/dockerfile-security-best- 阅读更多
为什么不应该使用Web框架 2022-06-16 Web 预计阅读 5 分钟 翻译自原文:https://dev.to/gypsydave5/why-you-shouldnt-use-a-web-framework-3 阅读更多