书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 1864 个相关结果.
  • 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...
  • 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 0.8 Vers...
  • 安装

    安装 Python 版本 依赖 可选依赖 虚拟环境 创建一个虚拟环境 激活虚拟环境 安装 Flask 与时俱进 安装 virtualenv 安装 Python 版本 我们推荐使用最新版本的 Python 3 。 Flask 支持 Python 3.4 及更高版本的Python 3 、 Python 2.7 和 PyPy 。 ...
  • Large Applications as Packages

    Large Applications as Packages Simple Packages Working with Blueprints Large Applications as Packages Imagine a simple flask application structure that looks like this: / you...
  • Using async and await

    Using async and await Performance Background tasks When to use Quart instead Extensions Other event loops Using async and await New in version 2.0. Routes, error hand...
  • 日志

    日志¶ 基本配置¶ 缺省配置¶ 移除缺省配置¶ 把出错信息通过电子邮件发送给管理者¶ 注入请求信息¶ 其他库¶ Werkzeug¶ Flask 扩展¶ 日志¶ Flask 使用标准 Python logging 。所有 Flask 相关消息都记录于'flask' 日志记录器命令空间。Flask.logger 可返回名为 'f...
  • Debugging Application Errors

    Debugging Application Errors In Production The Built-In Debugger External Debuggers Debugging Application Errors In Production Do not run the development server, or enable t...
  • 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 0.8 Vers...
  • 使用 async 和 await

    使用 async 和 await 性能 后台任务 何时使用 Quart 代替 扩展 其他事件循环 使用 async 和 await Changelog New in version 2.0. 如果在安装 Flask 时使用了额外的 async ( 即用 pip install flask[async] 命令安装),那么路由、出...
  • Handling Application Errors

    Handling Application Errors Error Logging Tools Error Handlers Registering Handling Generic Exception Handlers Unhandled Exceptions Custom Error Pages Further Examples Blue...