书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1864 个相关结果.
  • 开发服务器

    开发服务器¶ 通过命令行使用开发服务器¶ 通过代码使用开发服务器¶ 开发服务器¶ 自 Flask 0.11 开始有多种内建方法可以运行开发服务器。最好的方法是使用flask 命令行工具。当然,继续使用 Flask.run() 亦可。 通过命令行使用开发服务器¶ 强烈推荐开发时使用 flask 命令行脚本( 命令行接口 ),因为有强...
  • 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 d...
  • Application Factories

    Application Factories Basic Factories Factories & Extensions Using Applications Factory Improvements Application Factories If you are already using packages and blueprints f...
  • 基本安装

    基本安装 全局安装 使用 virtualenvwrapper 一个最简单的例子:Hello World 基本安装 Flask 的安装很简单,可以全局安装,也可以使用虚拟环境安装。 全局安装 全局安装可以直接使用以下命令: $ sudo pip install flask 使用 virtualenvwrapper 第 1 步...
  • Chapter 4: Database

    Databases in Flask Database Migrations Flask-SQLAlchemy Configuration Database Models Creating The Migration Repository The First Database Migration Database Upgrade and Down...
  • Upgrading to Newer Releases

    Upgrading to Newer Releases¶ Version 0.12¶ Changes to send_file¶ Version 0.11¶ Debugging¶ Error handling¶ Templating¶ Extension imports¶ Version 0.10¶ Version 0.9¶ Version...
  • Make the Project Installable

    Make the Project Installable Describe the Project Install the Project Make the Project Installable Making your project installable means that you can build a wheel file and in...
  • Additional Notes

    Design Decisions in Flask HTML/XHTML FAQ Security Considerations Unicode in Flask Flask Extension Development Pocoo Styleguide Upgrading to Newer Releases Changelog Licen...
  • Celery Background Tasks

    Celery Background Tasks Install Configure An example task Run a worker Celery Background Tasks If your application has a long running task, such as processing some uploaded ...
  • 快速上手

    快速上手 一个最小的应用 如果服务器不能启动怎么办 老版本的 Flask 非法导入名称 调试模式 路由 变量规则 唯一的 URL / 重定向行为 URL 构建 HTTP 方法 静态文件 渲染模板 操作请求数据 本地环境 请求对象 文件上传 Cookies 重定向和错误 关于响应 JSON 格式的 API 会话 消息闪...