书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 7676 个相关结果.
  • 进阶指南:如何编写可重用程序

    进阶指南:如何编写可重用程序 可重用性很重要 你的项目和可复用应用 安装必须环境 打包你的应用 使用你自己的包名 发布你的应用 通过 virtualenv 安装 Python 包 进阶指南:如何编写可重用程序 这篇进阶指南从 Tutorial 7 结尾的地方继续讲起。我们将会把我们的 Web-poll 放进一个独立的 Python 包...
  • 6. 模块

    6. 模块 6.1. 模块详解 6.1.1. 以脚本方式执行模块 6.1.2. 模块搜索路径 6.1.3. “已编译的” Python 文件 6.2. 标准模块 6.3. dir() 函数 6.4. 包 6.4.1. 从包中导入 * 6.4.2. 子包参考 6.4.3. 多目录中的包 6. 模块 退出 Python 解释器后,...
  • 23. Exploring CPython’s Internals

    23. Exploring CPython’s Internals 23.1. CPython Source Code Layout 23.2. Additional References 23. Exploring CPython’s Internals This is a quick guide for people who are inte...
  • Lambda

    Lambda Special tooling for Lambdas Lambda sample applications Lambda Container Images Lambda Layers Creating Lambda layers locally Referencing Lambda layers from real AWS ...
  • Performance

    Performance Why is my application slow after upgrading to 1.4 and/or 2.x? Step one - turn on SQL logging and confirm whether or not caching is working Step two - identify what con...
  • 8.测试与部署

    测试与部署 测试 单元测试 压力测试 部署 说明 测试与部署 在项目结构那一节说过,一个服务的基本结构大概是怎么样的,这里再列出来回顾下: pro_name ├── docs # 项目文档说明 ├── src or pro_name /# 项目名称 ├── tests ...
  • 存储数据

    存储数据 SQLAlchemy 初始化数据库 Alembic 迁移数据库 摘要 存储数据 大部分 Flask 应用程序会在某一时刻处理存储数据。存在许多不同的方式来存储数据。寻找最好的一种方式完全取决于你要存储的数据。如果你存储关系型数据(例如,一个用户有多篇文章,每篇文章都有一个作者等等),一个关系型数据库可能是一种合适的方式。其它类...
  • HTTP Proxying

    HTTP Proxying Creating a .py server Configuring nginx HTTP Proxying Many people prefer using a standalone Python HTTP server and proxying thatserver via nginx, Apache etc. A...
  • 分布式训练快速开始

    分布式训练快速开始 一、Collective 训练快速开始 1.1 版本要求 1.2 操作方法 1.2.1 导入依赖 1.2.2 初始化fleet环境 1.2.3 设置分布式训练使用的优化器 1.3 动态图完整代码 1.4 静态图完整代码 1.5 运行示例 二、ParameterServer训练快速开始 2.1 版本要求 2.2 操作方法...
  • Compatibility Policy

    Compatibility Policy Semantic Versioning Deprecation Compatibility Policy Semantic Versioning PyMongo’s version numbers follow semantic versioning : each version number is st...