书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 769 个相关结果.
  • 23.14 Day 14 - 完成Web App

    Day 14 - 完成Web App 参考源码 Day 14 - 完成Web App 在Web App框架和基本流程跑通后,剩下的工作全部是体力活了:在Debug开发模式下完成后端所有API、前端所有页面。我们需要做的事情包括: 把当前用户绑定到request 上,并对URL/manage/ 进行拦截,检查当前用户是否是管理员身份: @asyn...
  • gino.aiocontextvars module

    gino.aiocontextvars module gino.aiocontextvars module gino.aiocontextvars.patch_asyncio () Patches asyncio to support contextvars . This is automatically called when gino ...
  • 相关名词释义

    1207 2018-04-16 《aiohttp 中文文档》
    相关名词释义 aiodns asyncio callable cchardet chardet gunicorn IDNA keep-alive nginx percent-encoding requoting resource route web-handler websocket yarl 相关名词释义 aio...
  • Using async and await

    Using async and await Performance Background tasks When to use Quart instead Extensions Other event loops Using async and await New in version 2.0. Routes, error hand...
  • Data upload using the WebSocket plugin

    Data upload using the WebSocket plugin Requirements WebSocket server Setup Neuron South devices Add the file node Create a group Add tag North app Add the websocket node Sub...
  • 23.3 Day 3 - 编写ORM

    Day 3 - 编写ORM 创建连接池 Select Insert, Update, Delete ORM 定义Model 参考源码 Day 3 - 编写ORM 在一个Web App中,所有数据,包括用户信息、发布的日志、评论等,都存储在数据库中。在awesome-python3-webapp中,我们选择MySQL作为数据库。 Web ...
  • Async and loop engines

    uWSGI asynchronous/non-blocking modes (updated to uWSGI 1.9) The Gevent loop engine The Tornado loop engine uGreen – uWSGI Green Threads The asyncio loop engine (CPython >= 3.4...
  • Persistence

    1. File Journal (Default) 1.1. Journal and Data Retention 1.2. Java NIO 1.3. Linux Asynchronous IO 1.4. Memory mapped 1.5. Standard Files 1.5.1. Configuring the bindings jour...
  • Persistence

    1. File Journal (Default) 1.1. Journal and Data Retention 1.2. Java NIO 1.3. Linux Asynchronous IO 1.4. Memory mapped 1.5. Standard Files 1.5.1. Configuring the bindings jour...
  • Connections / Engines

    Connections / Engines How do I configure logging? How do I pool database connections? Are my connections pooled? How do I pass custom connect arguments to my database API? “MySQ...