书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1380 个相关结果.
  • uWSGI FastRouter

    uWSGI FastRouter 开始 方法1:–fastrouter-use-base 方法2:–fastrouter-use-pattern 方法3:–fastrouter-use-cache 方法4:–fastrouter-subscription-server 映射文件 方法5:–fastrouter-use-code-string C...
  • How to manage static files (e.g. images, JavaScript, CSS//)

    How to manage static files (e.g. images, JavaScript, CSS) Configuring static files Serving static files during development Serving files uploaded by a user during development Te...
  • 使用 REMOTE_USER 进行身份验证

    使用 REMOTE_USER 进行身份验证 配置 仅在登录界面使用 REMOTE_USER 使用 REMOTE_USER 进行身份验证 本文档描述如何在 Django 应用中使用外部身份验证资源(在 web 服务器上设置 REMOTE_USER 环境变量的地方)。这种类型的身份验证方法一般用在使用了单点登录方案的内部网站上,比如 IIS 和...
  • Monitor a Django application with Prometheus

    Tutorial: How to monitor a Django application with Prometheus Contents Introduction Prerequisites Step 0 - Set up a basic Django application (optional) Install Django Create a ...
  • Dispatching

    Dispatching Dispatching web2py maps a URL of the form: http : //127.0.0.1:8000/a/c/f.html to the function f() in controller “c.py” in application “a”. If f is not present...
  • System check framework

    System check framework Writing your own checks Messages Registering and labeling checks Field, model, manager, and database checks Writing tests System check framework The...
  • Design

    Design Server Model Master Sync Workers Async Workers Tornado Workers AsyncIO Workers Choosing a Worker Type How Many Workers? How Many Threads? Design A brief descript...
  • 浅谈 web 框架

    浅谈 web 框架 Django Flask Tornado 浅谈 web 框架 Python 语言简洁,开发者可以专注于逻辑的编写,因此重新造一遍轮子的代价非常之低,这恐怕是 Python 社区之所以会出现如此众多 web 框架的主要原因 。 不过硬要评比最流行的 web 框架,当然还是要数 Django、Flask 和 Tornado,三...
  • 请求情境

    请求情境 情境的用途 情境的生命周期 手动推送情境 情境如何工作 回调和错误 拆解回调 信号 出错情境保存 关于代理的说明 请求情境 请求情境在请求期间跟踪请求级数据。不是将请求对象传递给请求期间运行的每个函 数,而是访问 request 和 session 代理。 这类似于 应用情境 ,它跟踪独立于请求的应用级数据。推送请求...
  • Command Line Interface

    Command Line Interface Application Discovery Run the Development Server Debug Mode Watch and Ignore Files with the Reloader Open a Shell Environment Variables From dotenv Sett...