书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 1864 个相关结果.
  • GitLab + GitLab CI with DTM Tools

    GitLab + GitLab CI with DTM Tools ENV Vars Config File Run GitLab + GitLab CI with DTM Tools DevStream has two abstractions: Tools and Apps . The previous use case uses...
  • 第15章 优化应用结构

    目前的局限性 Blueprints 错误处理Blueprint 用户认证Blueprint 主应用Blueprint 应用工厂模式 单元测试的改进 环境变量 依赖文件 本文翻译自The Flask Mega-Tutorial Part XV: A Better Application Structure 这是Flask Mega-Tu...
  • 配置你的应用

    配置你的应用 配置你的应用 对一个使用 Flask-Login 的应用最重要的一部分就是 LoginManager 类。你应该在你的代码的某处为应用创建一个,像这样: login_manager = LoginManager () 登录管理(login manager)包含了让你的应用和 Flask-Login 协同工作的代码,比如...
  • 流内容

    流内容 基本用法 模板中的流内容 情境中的流内容 流内容 有时候你会需要把大量数据传送到客户端,不在内存中保存这些数据。当你想把 运行中产生的数据不经过文件系统,而是直接发送给客户端时,应当怎么做呢? 答案是使用生成器和直接响应。 基本用法 下面是一个在运行中产生大量 CSV 数据的基本视图函数。其技巧是调用一个内联 函数生成数据,把这个函...
  • Pub/Sub without CloudEvents

    Pub/Sub without CloudEvents 介绍 Warning Publishing raw messages Subscribing to raw messages Programmatically subscribe to raw events Declaratively subscribe to raw events 相关链...
  • Pub/Sub without CloudEvents

    Pub/Sub without CloudEvents 介绍 Warning Publishing raw messages Subscribing to raw messages Programmatically subscribe to raw events Declaratively subscribe to raw events 相关链...
  • Message Flashing

    Message Flashing Simple Flashing Flashing With Categories Filtering Flash Messages Message Flashing Good applications and user interfaces are all about feedback. If the user ...
  • Deploy to Production

    Deploy to Production Build and Install Configure the Secret Key Run with a Production Server Deploy to Production This part of the tutorial assumes you have a server that yo...
  • 环境

    环境 使用 virtualenv 管理你的环境 安装依赖包 pip freeze 调试 调试模式 Flask-DebugToolbar 摘要 环境 你的应用程序可能需要大量的软件包才能正常的工作。如果都不需要 Flask 包的话,你有可能读错了教程。当应用程序运行的时候,你的应用程序的 环境 基本上是所有一切事情的根基。我们是幸...
  • 管理面板

    管理面板 管理界面库。 Ajenti:一个你的服务器值得拥有的管理面板。官网 django-suit:Django 管理界面的一个替代品 (仅对于非商业用途是免费的)。官网 django-xadmin:Django admin 的一个替代品,具有很多不错的功能。官网 flask-admin:一个用于 Flask 的简单可扩展的管理界面框架。官网...