书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 7881 个相关结果.
  • Package an application as an addon

    How to package a Django application as an addon¶ Register the addon¶ Add the packaging files¶ The setup.py file¶ If your addon installs an application¶ If your addon contains an ...
  • Postkarte

    Create a Postcard 1. Install Pillow 2. Learn to know PIL Exercise 2.1 Exercise 2.2 3. Drawing shapes Exercise 3.1 Exercise 3.2 Exercise 3.3 4. Drawing text Exercise 4.1 Ex...
  • 发布模型

    发布模型 概述 发布模型到MindSpore Hub 发布模型 Linux Ascend GPU 模型发布 中级 高级 概述 MindSpore Hub 是存放MindSpore官方或者第三方开发者提供的预训练模型的平台。它向应用开发者提供了简单易用的模型加载和微调APIs,使得用户可以基于预训练模型进行推理或者微调,并部署到...
  • 配置

    配置 简单的例子 实例文件夹 密钥 基于环境变量配置 摘要 配置 当你学习 Flask 的时候,配置看起来很简单。你只要在 config.py 中定义一些变量接着一切就能工作了。当你开始必须要管理生产应用的配置的时候,这些简单性开始消失了。你可能需要保护 API 密钥以及为不同的环境使用不同的配置(例如,开发和生产环境)。在本章节中我...
  • Configuring error messages

    Configuring error messages Configuring error messages The following flags let you adjust how much detail mypy displaysin error messages. —show-error-context This flag will...
  • 9. 用apply计算每州的加权平均SAT分数

    9. 用apply计算每州的加权平均SAT分数 # 读取college,'UGDS', 'SATMTMID', 'SATVRMID'三列如果有缺失值则删除行 In [ 74 ]: college = pd . read_csv ( 'data/college.csv' ) subset = [ 'UGDS' ,...
  • 3. Integrating applications

    3. Integrating applications 3.1. Incorporate the polls application 3.1.1. Install polls 3.1.2. Improve the templates for Polls 3.2. Set up a new polls_cms_integration applica...
  • 配置目录

    配置目录 平台相关路径 MS-Windows macOS Linux 路径布局 临时目录 配置目录 Blender使用三种不同的目录,其具体位置与操作系统相关。 LOCAL 配置和运行时数据位置(用于独立包)。 USER 配置文件位置(通常位于用户的家目录下) SYSTEM 系统级安装的运行时数据位置(可能是只读的)。对于系统级安装,...
  • __main__ —- 最高层级代码环境

    __main__ —- 最高层级代码环境 __name__ == '__main__' 什么是“最高层级代码环境”? 常见用法 打包考量 Python 包中的 __main__.py 常见用法 import __main__ __main__ —- 最高层级代码环境 在 Python 中,特殊名称 __main__ 被用于两...
  • pip cache

    pip cache Usage Description Options Important Did this article help? We are currently doing research to improve pip’s documentation and would love your feedback. Please ema...