书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1864 个相关结果.
  • 应用设置

    应用设置 应用工厂 运行应用 应用设置 一个 Flask 应用是一个 Flask 类的实例。应用的所有东西(例如配置和 URL )都会和这个实例一起注册。 创建一个 Flask 应用最粗暴直接的方法是在代码的最开始创建一个全局Flask 实例。前面的 “Hello, World!” 示例就是这样做的。有的情况下这样做是简单和有效的,但是...
  • Application Structure and Lifecycle

    Application Structure and Lifecycle Application Setup Serving the Application Middleware How a Request is Handled Application Structure and Lifecycle Flask makes it pretty e...
  • Lazily Loading Views

    Lazily Loading Views Converting to Centralized URL Map Loading Late Lazily Loading Views Flask is usually used with the decorators. Decorators are simple and you have the URL...
  • 快速入门

    快速入门 一个最小的 API 资源丰富的路由(Resourceful Routing) 端点(Endpoints) 参数解析 数据格式化 完整的例子 快速入门 是时候编写你第一个 REST API。本指南假设你对 Flask 有一定的认识,并且已经安装了 Flask 和 Flask-RESTful。如果还没有安装的话,可以依照 安装 ...
  • 使用

    使用 使用 缓存(Cache)是通过使用一个 Cache 实例进行管理: from flask import Flask from flask . ext . cache import Cache app = Flask ( __name__ ) # Check Configuring Flask-Cache...
  • Foreword for Experienced Programmers

    Foreword for Experienced Programmers Thread-Locals in Flask Develop for the Web with Caution Foreword for Experienced Programmers Thread-Locals in Flask One of the design dec...
  • 介绍

    探索 Flask 作者简介 内容 谢谢 许可证 贡献 探索 Flask 探索 Flask 是一本关于使用 Flask 开发 Web 应用程序的最佳实践和模式的书籍。这本书是由 426 名赞助人 在 Kickstarter 上 于 2013 年 7 月资助的。 我最终发布了这本书,在花费了将近一年的努力。我讨厌管理发布以及使用付费来限制...
  • Installation

    Installation Python Version Dependencies Optional dependencies greenlet Virtual environments Create an environment Activate the environment Install Flask Installation P...
  • Lazily Loading Views

    Lazily Loading Views Converting to Centralized URL Map Loading Late Lazily Loading Views Flask is usually used with the decorators. Decorators are simple and you have the URL ...
  • Lazily Loading Views

    Lazily Loading Views Converting to Centralized URL Map Loading Late Lazily Loading Views Flask is usually used with the decorators. Decorators are simple and you have the URL ...