书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 1864 个相关结果.
  • Development Server

    Development Server Command Line Lazy or Eager Loading In Code Development Server Flask provides a run command to run the application with a development server. In developme...
  • 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 ...
  • 项目布局

    项目布局¶ 项目布局¶ 创建并进入项目文件夹: mkdir flask - tutorial cd flask - tutorial 接下来按照 安装简介 设置一个 Python 虚拟环境,然后为项目安装 Flask 。 本教程假定项目文件夹名称为 flask-tutorial ,本教程中代码块的顶端的文件名是基于该文件夹的相对...
  • Development Server

    Development Server Command Line Address already in use Lazy or Eager Loading In Code Development Server Flask provides a run command to run the application with a developme...
  • Deployment Options

    Deployment Options Hosted options Self-hosted options Deployment Options While lightweight and easy to use, Flask’s built-in server is not suitablefor production as it doesn...
  • 惰性载入视图

    惰性载入视图 转换为集中 URL 映射 延迟载入 惰性载入视图 Flask 通常使用装饰器。装饰器简单易用,只要把 URL 放在相应的函数的前面就可以了。但是这种方式有一个缺点:使用装饰器的代码必须预先导入,否则 Flask 就无法真正找到你的函数。 当你必须快速导入应用时,这就会成为一个问题。在 Google App Engine 或其他系统...
  • 惰性载入视图

    惰性载入视图 转换为集中 URL 映射 延迟载入 惰性载入视图 Flask 通常使用装饰器。装饰器简单易用,只要把 URL 放在相应的函数的前面就 可以了。但是这种方式有一个缺点:使用装饰器的代码必须预先导入,否则 Flask 就无法真正找到你的函数。 当你必须快速导入应用时,这就会成为一个问题。在 Google App Engine 或其他 系...
  • 项目布局

    项目布局 项目布局 创建并进入项目文件夹: $ mkdir flask - tutorial $ cd flask - tutorial 接下来按照 安装简介 设置一个 Python 虚拟环境,然后为项目安装 Flask 。 本教程假定项目文件夹名称为 flask-tutorial ,本教程中代码块的顶端的文件名是基于该文件...
  • Configuring Superset

    Configuring Superset Configuration Using a production metastore Running on a WSGI HTTP Server Configuration Behind a Load Balancer Custom OAuth2 Configuration Flask app Config...
  • 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 ...