书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 1864 个相关结果.
  • 浅谈 web 框架

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

    The Request Context Purpose of the Context Lifetime of the Context Manually Push a Context How the Context Works Callbacks and Errors Teardown Callbacks Signals Notes On Pro...
  • The Request Context

    The Request Context Purpose of the Context Lifetime of the Context Manually Push a Context How the Context Works Callbacks and Errors Teardown Callbacks Signals Context Pres...
  • 大型应用

    大型应用¶ 简单的包¶ 使用蓝图¶ 大型应用¶ 对于大型应用来说使用包代替模块是一个好主意。使用包非常简单。假设有一个小应用如下: / yourapplication yourapplication . py / static style . css / templates ...
  • Templates

    Templates Jinja Setup Standard Context Controlling Autoescaping Registering Filters Context Processors Streaming Templates Flask leverages Jinja2 as its template engine. Y...
  • 调试应用程序错误

    调试应用程序错误 在生产环境中 内置调试器 外部调试器 调试应用程序错误 在生产环境中 在生产环境中,不要运行开发服务器,或启用内置调试器。 调试器允许执行 来自浏览器的任意 Python 代码。 它由一个 pin 保护,但是在安全方面这是不 可依赖的。 使用错误记录工具,比如 错误日志工具 中提到的 Sentry , 或者如 日志 中...
  • 应用错误处理

    应用错误处理¶ 日志¶ 排除应用错误¶ 有疑问时,请手动运行¶ 使用调试器¶ 应用错误处理¶ ChangelogNew in version 0.3.应用出错,服务器出错。或早或晚,你会遇到产品出错。即使你的代码是百分百正确,还是会时常看见出错。为什么?因为其他相关东西会出错。以下是一些在代码完全正确的条件下服务器出错的情况:- 客户端已经中...
  • 开发者接口

    开发者接口 表单和字段 CSRF 保护 开发者接口 该部分文档涵盖了 Flask-WTF 的全部接口。 表单和字段 class flask_wtf.Form(formdata=<class flask_wtf.form._Auto at 0x10627ed50>, obj=None, prefix='', csrf_context=None...
  • Example app

    Example app Running the example Diving into the code Models Creating tables Establishing a database connection Making queries Creating new objects Performing subqueries Othe...
  • Example app

    Example app Running the example Diving into the code Models Creating tables Establishing a database connection Making queries Creating new objects Performing subqueries Othe...