书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 377 个相关结果.
  • HTTP Exceptions

    HTTP Exceptions werkzeug.exceptions Usage Example Error Classes Baseclass Special HTTP Exceptions Simple Aborting Custom Errors HTTP Exceptions werkzeug.exceptions Thi...
  • 日志

    日志 基本配置 缺省配置 移除缺省配置 把出错信息通过电子邮件发送给管理者 注入请求信息 其他库 Werkzeug Flask 扩展 日志 Flask 使用标准 Python logging 。所有与 Flask 相关的消息都用app.logger 来记录,其名称与app.name 相同。这个日志记录器也可用于你自己的的日...
  • uwsgi protocol magic variables

    uwsgi protocol magic variables UWSGI_SCHEME UWSGI_SCRIPT UWSGI_MODULE and UWSGI_CALLABLE UWSGI_PYHOME UWSGI_CHDIR UWSGI_FILE UWSGI_TOUCH_RELOAD UWSGI_CACHE_GET UWSGI_SETENV...
  • 别名化Python模块

    别名化Python模块 案例1 - 映射一个简单的文件到一个虚拟模块 案例2 - 映射一个包到目录 案例3 - 覆盖特定的子模块 别名化Python模块 拥有一个Python包/模块/文件的多个版本是非常常见的。 操作PYTHONPATH,或者使用virtualenv是在无需修改代码的情况下使用不同版本的一种方式。 但是亲爱的,为什么不使用...
  • URL Routing

    URL Routing Quickstart Rule Format Builtin Converters Maps, Rules and Adapters Rule Factories Rule Templates Custom Converters Host Matching URL Routing When it comes t...
  • Running uWSGI on Dreamhost shared hosting

    Running uWSGI on Dreamhost shared hosting 准备环境 准备python virtualenv The .htaccess Ready The flock trick Statistics Running Perl/PSGI apps (requires uWSGI >= 1.9) Running Ruby...
  • Becoming Big

    Becoming Big Read the Source. Hook. Extend. Subclass. Wrap with middleware. Fork. Scale like a pro. Discuss with the community. Becoming Big Here are your options when g...
  • WSGI Application Profiler

    WSGI Application Profiler WSGI Application Profiler This module provides a simple WSGI profiler middleware for findingbottlenecks in web application. It uses the profile orcPro...
  • Application Errors

    Application Errors Error Logging Tools Error handlers Registering or, without the decorator Handling Generic Exception Handlers Unhandled Exceptions Logging Debugging Appl...
  • 额外说明

    Important Terms Unicode Dealing with Request Data Werkzeug Changelog