书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 377 个相关结果.
  • 使用uWSGI在Heroku上运行python web应用

    使用uWSGI在Heroku上运行python web应用 准备环境 创建uWSGI配置文件 准备第一次commit/push 检查你的应用 使用python的另一个版本 多进程还是多线程? 异步/绿色线程/协程? Harakiri 静态文件 自适应进程生成 日志记录 告警 Spooler Mule 信号 (定时器、文件监控器、c...
  • Handling Application Errors

    Handling Application Errors Error Logging Tools Error Handlers Registering Handling Generic Exception Handlers Unhandled Exceptions Custom Error Pages Further Examples Blue...
  • RESTful

    REST Web 服务 什么是 REST 使用 Flask 提供 REST Web 服务 设计一个简单的 Web Service 使用 Flask 提供 RESTful api GET 方法 POST 方法 PUT 方法 DELETE 方法 附录 常见 HTTP 状态码 curl 命令参考 完整代码 参考链接 REST We...
  • WSGI Helpers

    WSGI Helpers Iterator / Stream Helpers Environ Helpers Convenience Helpers Bytes, Strings, and Encodings Raw Request URI and Path Encoding WSGI Helpers The following class...
  • 配置Flask-Cache

    配置Flask-Cache 配置Flask-Cache Flask-Cache有下面一些配置项: CACHE_TYPE 指定哪些类型的缓存对象来使用。 这是一个输入字符串,将被导入并实例化。 它假设被导入的对象是一个依赖于werkzeug缓存API, 返回缓存对象的函数。 对于werkzeug.contrib.cache对象,不必给出完整的字...
  • Filesystem Utilities

    Filesystem Utilities Filesystem Utilities Various utilities for the local filesystem. class werkzeug.filesystem. BrokenFilesystemWarning The warning used by Werkzeug to sig...
  • Sessions

    Sessions Application Integration Reference Sessions This module contains some helper classes that help one to add sessionsupport to a python WSGI application. For full client...
  • The GeoIP plugin

    The GeoIP plugin Enabling geoip lookup An example Memory usage The GeoIP plugin The geoip plugin adds new routing vars to your internal routing subsystem.GeoIP’s vars are p...
  • Auto-scaling with Broodlord mode

    Auto-scaling with Broodlord mode A ‘simple’ example –vassal-sos Manually asking for reinforcement Under the hood (or: hacking broodlord mode) Auto-scaling with Broodlord mo...
  • uWSGI 1.9.2

    uWSGI 1.9.2 错误修复 新特性 route-run以及cachestore路由操作 路由访问至cookie和查询字符串 空内部路由条件 Geoip插件 SSI插件 (测试版) 可用性 uWSGI 1.9.2 更新日志 20130326 错误修复 修复python3响应头管理问题 (错误的refcnt) 修复当post...