书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1864 个相关结果.
  • MongoDB with MongoEngine

    MongoDB with MongoEngine Configuration Mapping Documents Creating Data Queries Documentation MongoDB with MongoEngine Using a document database like MongoDB is a common al...
  • MongoDB with MongoEngine

    MongoDB with MongoEngine Configuration Mapping Documents Creating Data Queries Documentation MongoDB with MongoEngine Using a document database like MongoDB is a common alt...
  • Application Dispatching

    Application Dispatching Working with this Document Combining Applications Dispatch by Subdomain Dispatch by Path Application Dispatching Application dispatching is the proce...
  • Development Server

    Development Server Command Line Address already in use Deferred Errors on Reload In Code Development Server Flask provides a run command to run the application with a devel...
  • 单页应用

    单页应用 单页应用 Flask 可以用为单页应用( SPA )提供服务,实现方式是把前端框架生成的静态文件 放在项目的子文件夹中。你还需要创建一个全包端点把所有请求指向你的 SPA 。 下面的演示如何用一个 API 为 SPA 提供服务: from flask import Flask , jsonify app = Fla...
  • 安装

    安装 安装 使用下面的命令行安装 Flask-Cache: $ easy_install Flask - Cache 或者可以用下面的命令行,如果安装了 pip: $ pip install Flask - Cache
  • Tutorial

    Tutorial Tutorial Contents: Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the Project...
  • 运行流程分析

    1407 2019-07-10 《Lin CMS 文档手册》
    运行流程 app 初始化 Lin 初始化 视图函数挂载 小节 运行流程 在前面几小节中,我们介绍了 starter 项目的结构和开发规范,还通过一个简单的 book 项目熟悉了整体开发流程。本小节将会详细说明Lin 的运行流程,你会对整个项目有更加清晰的认识。 app 初始化 在前面我们提到,程序的入口文件是根目录下的start...
  • Larger Applications

    Larger Applications Simple Packages Working with Blueprints Larger Applications Imagine a simple flask application structure that looks like this: / yourapplication you...
  • Chapter 13: I18n and L10n

    Introduction to Flask-Babel Marking Texts to Translate In Python Source Code Marking Texts to Translate In Templates Extracting Text to Translate Generating a Language Catalog ...