书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 1864 个相关结果.
  • 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 adistribution file...
  • Caching

    Caching Dependencies Fallback Metastore Cache Chart Cache Timeout SQL Lab Query Results Caching Thumbnails Caching Superset uses Flask-Caching for caching purposes. Flask-...
  • 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: / yo...
  • 教程

    教程 教程 Contents: 项目布局 应用设置 定义和操作数据库 蓝图和视图 模板 静态文件 博客蓝图 项目可安装化 测试覆盖 部署产品 继续开发! 本教程中我们将会创建一个名为 Flaskr 的具备基本功能的博客应用。应用用户可以 注册、登录、发贴和编辑或者删除自己的帖子。可以打包这个应用并且安装到其他电脑 上。 ...
  • Caching

    Caching Celery beat Caching Thumbnails Caching Superset uses Flask-Caching for caching purposes. Configuring caching is as easy as providing a custom cache config in your sup...
  • Tutorial

    Tutorial Tutorial Contents: Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the Project ...
  • The Application Context

    The Application Context Purpose of the Context Lifetime of the Context Manually Push a Context Storing Data Events and Signals The Application Context The application conte...
  • 配置

    配置 前言 Lin 的既有配置 配置 前言 我们曾不止一次的提到,Lin 是一个基于 Flask 的框架,你可以把 Lin 理解成一个 Flask 的上层框架。这个概念很重要 ,意味着你可以在 Lin 中去使用 Flask 的一切特性。 配置是应用中一个很重要的部分,一般的我们把通用性、安全性的参数提取为一个配置项。当修改这个配置时,在应用...
  • The Application Context

    The Application Context Purpose of the Context Lifetime of the Context Manually Push a Context Storing Data Events and Signals The Application Context The application cont...
  • 日志

    日志 基本配置 缺省配置 移除缺省配置 把出错信息通过电子邮件发送给管理者 注入请求信息 其他库 Werkzeug Flask 扩展 日志 Flask 使用标准 Python logging 。所有与 Flask 相关的消息都用 app.logger 来记录,其名称与 app.name 相同。这个日志记录器也可用于你自己的 的日志...