书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 329 个相关结果.
  • WebSocket

    WebSocket 帮助使用 WebSocket 的库。 AutobahnPython:给 Python 、使用的 WebSocket & WAMP 基于 Twisted 和 asyncio 。官网 Crossbar:开源统一应用路由(Websocket & WAMP for Python on Autobahn)。官网 django-socke...
  • locate 比 find 好用的文件查找工具

    locate 补充说明 语法 选项 实例 locate 比 find 好用的文件查找工具 补充说明 locate 让使用者可以很快速的搜寻档案系统内是否有指定的档案。其方法是先建立一个包括系统内所有档案名称及路径的数据库,之后当寻找时就只需查询这个数据库,而不必实际深入档案系统之中了。在一般的 distribution 之中,数据库的建立都...
  • locate 比 find 好用的文件查找工具

    locate 补充说明 语法 选项 实例 locate 比 find 好用的文件查找工具 补充说明 locate 让使用者可以很快速的搜寻档案系统内是否有指定的档案。其方法是先建立一个包括系统内所有档案名称及路径的数据库,之后当寻找时就只需查询这个数据库,而不必实际深入档案系统之中了。在一般的 distribution 之中,数据库的建...
  • 整合其它服务

    876 2018-06-28 《Tornado中文文档》
    整合其它服务¶ 整合其它服务¶ tornado.auth — Third-party login with OpenID and OAuth tornado.wsgi — Interoperability with other Python frameworks and servers tornado.platform.asyncio — Br...
  • asyncio

    asyncio Installing the asyncio reactor Using custom asyncio loops Windows-specific notes Awaiting on Deferreds asyncio New in version 2.0. Scrapy has partial support for as...
  • Sending e-mail

    Sending e-mail Quick example MailSender class reference Mail settings MAIL_FROM MAIL_HOST MAIL_PORT MAIL_USER MAIL_PASS MAIL_TLS MAIL_SSL Sending e-mail Although Pyth...
  • Sending e-mail

    Sending e-mail Quick example MailSender class reference Mail settings MAIL_FROM MAIL_HOST MAIL_PORT MAIL_USER MAIL_PASS MAIL_TLS MAIL_SSL Sending e-mail Although Pyth...
  • Deployment Options

    Deployment Options Hosted options Self-hosted options Deployment Options While lightweight and easy to use, Flask’s built-in server is not suitablefor production as it doesn...
  • Settings

    Settings Designating the settings Populating the settings 1. Command line options 2. Settings per-spider 3. Project settings module 4. Default settings per-command 5. Default ...
  • HTTP

    HTTP 使用 HTTP 的库。 aiohttp:基于 asyncio 的异步 HTTP 网络库。官网 requests:人性化的 HTTP 请求库。官网 grequests:requests 库 + gevent ,用于异步 HTTP 请求.官网 httplib2:全面的 HTTP 客户端库。官网 treq:类似 requests 的 Py...