书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 377 个相关结果.
  • 大型应用

    大型应用¶ 阅读源代码¶ 挂接,扩展¶ 继承¶ 用中间件包装¶ 派生¶ 专家级的伸缩性¶ 与社区沟通¶ 大型应用¶ 以下是一些建议,当你的代码库日益壮大或者应用需要规划时可以参考。 阅读源代码¶ Werkzeug ( WSGI )和 Jinja (模板)是两个被广泛使用的工具,而 Flask 起源就是用于展示如何基于这两个工具创建...
  • Debugging Application Errors

    Debugging Application Errors In Production The Built-In Debugger External Debuggers Debugging Application Errors In Production Do not run the development server, or enable t...
  • Flask 的设计思路

    Flask 的设计思路 显式的应用对象 路由系统 唯一模板引擎 我依赖所以我微 线程本地对象 Flask 是什么,不是什么 Flask 的设计思路 为什么 Flask 要这样做,而不是那样做?如果你对这点好奇,那么本节可以满足你的好奇心。当与其他框架直接进行比较时, Flask 的设计思路乍看可能显得武断并且令人吃惊,下面我们就来看看为什...
  • Flask 的设计思路

    Flask 的设计思路¶ 显式的应用对象¶ 路由系统¶ 唯一模板引擎¶ 我依赖所以我微¶ 线程本地对象¶ Flask 是什么,不是什么¶ Flask 的设计思路¶ 为什么 Flask 要这样做,而不是那样做?如果你对这点好奇,那么本节可以满足你的好奇心。当与其他框架直接进行比较时, Flask 的设计思路乍看可能显得武断并且令人吃惊,下面...
  • uWSGI Transformations

    uWSGI Transformations Streaming vs. buffering Flushing magic Available transformations (last update 20130504) Working on uWSGI Transformations Starting from uWSGI 1.9.7, a ...
  • Debugging Applications

    Debugging Applications Enabling the Debugger Using the Debugger Debugger PIN Pasting Errors Debugging Applications Depending on the WSGI gateway/server, exceptions are hand...
  • Sessions

    Sessions werkzeug.contrib.sessions Application Integration Reference Sessions Warning Deprecated since version 0.15: This will be removed in version 1.0. It has moved tohtt...
  • Middleware

    Middleware Middleware A WSGI middleware is a WSGI application that wraps another applicationin order to observe or change its behavior. Werkzeug provides somemiddleware for com...
  • WSGI Protocol Linter

    WSGI Protocol Linter WSGI Protocol Linter This module provides a middleware that performs sanity checks on thebehavior of the WSGI server and application. It checks that thePEP...
  • Test Utilities

    Test Utilities Diving In Environment Building Testing API Test Utilities Quite often you want to unittest your application or just check the outputfrom an interactive python...