简化 Django 开发的八个 Python 包
这个月的 Python 专栏将介绍一些 Django 包,它们有益于你的工作,以及你的个人或业余项目。 Django 开发者们,在这个月的 Python 专栏中,我们会介…
Android 性能案例研究续集
两年前,我发表了名为 Android Performance Case Study 的文章来帮助 Android 开发者了解什么工具和技术能被应用到识别、追踪和解决性能问题上。 这篇…
如何在容器中访问 host 中的 DBus
首先我们要知道,host 上的 DBus daemon 有两个,一个是 system daemon,一个是 user session daemon。 在大多数情况下,容器中访问的都是 user sessi…
使用 mypy 对 python 程序进行静态检查
自从 python 3.6 开始,允许为参数和返回类型添加 type hint,这使得对 python 程序进行静态检查成为可能。 mypy 就是这么一个 python type checker。…
- 共 1 页
- 1