书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1836 个相关结果.
  • Local Registry with KinD

    Use a local registry with KinD Prerequisite: Install arkade Install kubectl Create the KinD cluster with a local registry enabled Install KinD Note: Deploy OpenFaaS Create a ...
  • Python

    Hello World - Python Prerequisites Build Deploying the app Even easier with kn: Hello World - Python This guide describes the steps required to create the helloworld-python ...
  • 请求解析

    请求解析 基本参数 必需的参数 多个值&列表 其它目标(Destinations) 参数位置 多个位置 继承解析 请求解析 Flask-RESTful 的请求解析接口是模仿 argparse 接口。它设计成提供简单并且统一的访问 Flask 中 flask.request 对象里的任何变量的入口。 基本参数 这里是请求解析一个...
  • 部署产品

    部署产品¶ 构建和安装¶ 配置密钥¶ 运行产品服务器¶ 部署产品¶ 本文假设你要把应用部署到一个服务器上。本文只是给出如何创建发行文件并进行安装的概览,但是不会具体讨论使用哪种服务器或者软件。你可以在用于开发的电脑中设置一个新的虚拟环境,以便于尝试下面的内容。但是建议不要用于部署一个真正的公开应用。以多种不同方式部署应用的列表参见 部署方式 ...
  • Blueprints and Views

    Blueprints and Views Create a Blueprint The First View: Register Login Logout Require Authentication in Other Views Endpoints and URLs Blueprints and Views A view function...
  • Working with the Shell

    Working with the Shell Command Line Interface Creating a Request Context Firing Before/After Request Further Improving the Shell Experience Working with the Shell Changelog...
  • 部署方案

    1218 2020-01-31 《Python语言小册》
    部署方案 独立部署环境 依赖管理 下一步 部署方案 pip 配置 Python 版本繁多, Python 应用需要依赖一些包,版本也不尽相同。如果在系统级 Python 环境部署应用,可以预想到,一定存在冲突风险。试想一下场景: 应用 A 、 B 均依赖一个数据库连接包,版本分别是 a 和 b ,两个版本有些不兼容。如果两个应用部署在同...
  • 插件

    3318 2019-02-17 《Airflow 中文文档》
    插件 做什么的? 为什么要建立在Airflow之上? 接口 示例 注意基于角色的视图 插件 译者:@ImPerat0R_ Airflow内置了一个简单的插件管理器,可以通过简单地删除$AIRFLOW_HOME/plugins 文件夹中的文件,将外部功能集成到其核心。 plugins 文件夹中的python模块将被导入,钩子 ,操...
  • Pluggable Views

    Pluggable Views Basic Principle Method Hints Method Based Dispatching Decorating Views Method Views for APIs Pluggable Views Changelog New in version 0.7. Flask 0.7 in...
  • Draft

    Draft Draft 安装 Draft 入门 Draft Draft 是微软 Deis 团队开源(见 https://github.com/azure/draft )的容器应用开发辅助工具,它可以帮助开发人员简化容器应用程序的开发流程。 Draft 主要由三个命令组成 draft init :初始化 docker registry 账号,...