书栈网 · BookStack 本次搜索耗时 0.091 秒,为您找到 769 个相关结果.
  • 异步支持

    异步支持 异步视图 查询与 ORM 性能 异步安全 异步适配函数 async_to_sync() sync_to_async() 使用异常报告过滤器 异步支持 Django 支持编写异步(“async”)视图,如果在 ASGI 下运行,还支持完全异步的请求堆栈。异步视图仍然可以在 WSGI 下运行,但会有性能损失,并且不能有高效的...
  • Django 4.1 release notes

    Django 4.1 release notes Python compatibility What’s new in Django 4.1 Asynchronous handlers for class-based views Asynchronous ORM interface Validation of Constraints Form ren...
  • SQLite

    SQLite DBAPI Support Date and Time Types Ensuring Text affinity SQLite Auto Incrementing Behavior Using the AUTOINCREMENT Keyword Allowing autoincrement behavior SQLAlchemy typ...
  • Release notes

    Release notes Scrapy 2.6.2 (2022-07-25) Scrapy 2.6.1 (2022-03-01) Scrapy 2.6.0 (2022-03-01) Security bug fixes Modified requirements Backward-incompatible changes Deprecation ...
  • 中间件

    中间件 编写自己的中间件 __init__(get_response) 标记未使用的中间件 激活中间件 中间件顺序与分层 其他中间件钩子 process_view() process_exception() process_template_response() 处理流式响应 异常处理 异步支持 升级 Django 1.10 ...
  • Django 4.1 release notes

    Django 4.1 release notes Python 兼容性 What’s new in Django 4.1 Asynchronous handlers for class-based views Asynchronous ORM interface Validation of Constraints Form rendering acc...
  • 服务器部署

    2348 2018-04-16 《aiohttp 中文文档》
    服务器部署 独立服务器 Nginx + supervisord 配置Nginx 注意 Supervisord aiohtto服务器 Nginx + Gunicorn 准备环境 应用程序 启动Gunicorn 注意 其他内容 配置日志 服务器部署 关于aiohttp服务器部署,这里有以下几种选择: 独立的服务器。 使用ng...
  • 低层级 API 索引

    低层级 API 索引 获取事件循环 事件循环方法集 传输 协议 事件循环策略 低层级 API 索引 本页列出所有低层级的 asyncio API。 获取事件循环 asyncio.get_running_loop() 获取当前运行的事件循环 首选 函数。 asyncio.get_event_loop() 获得一个事件...
  • 低层级 API 索引

    低层级 API 索引 获取事件循环 事件循环方法集 传输 协议 事件循环策略 低层级 API 索引 本页列出所有低层级的 asyncio API。 获取事件循环 asyncio.get_running_loop() 获取当前运行的事件循环 首选 函数。 asyncio.get_event_loop() 获得一个事件循环实例...
  • SQLAlchemy 2.0 - Major Migration Guide

    SQLAlchemy 2.0 - Major Migration Guide The 1.4->2.0 Migration Path 1.x -> 2.x Migration Overview First Prerequisite, step one - A Working 1.3 Application First Prerequisite, step...