摘要:
daphne/server.py at master · django/daphne https://github.com/django/daphne/blob/master/daphne/server.py
阅读全文
posted @ 2020-05-02 19:41
papering
阅读(182)
推荐(0)
摘要:
# -*- coding: utf-8 -*- """ requests.api ~~~~~~~~~~~~ This module implements the Requests API. :copyright: (c) 2012 by Kenneth Reitz. :license: Apache
阅读全文
posted @ 2020-05-02 19:25
papering
阅读(391)
推荐(0)
摘要:
https://mp.weixin.qq.com/s/juvr89lAvM0uuDmyWyvqNA 阿里干货课堂丨Redis连接池的相关问题分析与总结 原创 技术僧 Java进阶与云计算开发 2018-07-18
阅读全文
posted @ 2020-05-02 18:31
papering
阅读(385)
推荐(0)
摘要:
Connection reset by peer的常见原因及解决办法 Connection reset by peer的常见原因 - 简书 https://www.jianshu.com/p/263eacbddcce 重新分析connection reset by peer, socket writ
阅读全文
posted @ 2020-05-02 14:54
papering
阅读(2565)
推荐(0)
posted @ 2020-05-02 02:47
papering
阅读(665)
推荐(0)
摘要:
线上nginx的一次“no live upstreams while connecting to upstream ”分析 线上nginx的一次“no live upstreams while connecting to upstream ”分析-飞翔的单车-51CTO博客 https://blog
阅读全文
posted @ 2020-04-30 00:33
papering
阅读(4294)
推荐(0)
摘要:
解决provisional headers are shown的过程 - caigan - 博客园 https://www.cnblogs.com/caicaizi/p/7844786.html
阅读全文
posted @ 2020-04-30 00:15
papering
阅读(794)
推荐(0)
摘要:
django/asgiref: ASGI specification and utilities https://github.com/django/asgiref/
阅读全文
posted @ 2020-04-30 00:04
papering
阅读(216)
推荐(0)
posted @ 2020-04-29 01:14
papering
阅读(587)
推荐(0)
摘要:
The Node.js Event Loop, Timers, and process.nextTick() | Node.js https://nodejs.org/uk/docs/guides/event-loop-timers-and-nexttick/ What is the Event L
阅读全文
posted @ 2020-04-29 00:50
papering
阅读(251)
推荐(0)
摘要:
https://developer.apple.com/library/archive/documentation/General/Conceptual/Devpedia-CocoaApp/MainEventLoop.html In the main event loop, an applicati
阅读全文
posted @ 2020-04-29 00:23
papering
阅读(319)
推荐(0)
摘要:
Don't Block the Event Loop (or the Worker Pool) | Node.js https://nodejs.org/en/docs/guides/dont-block-the-event-loop/ Don't Block the Event Loop (or
阅读全文
posted @ 2020-04-29 00:18
papering
阅读(387)
推荐(0)
摘要:
HTML Standard系列:Event loop、requestIdleCallback 和 requestAnimationFrame - 掘金 https://juejin.im/post/5ddf935951882530bd52bc8d HTML Standard系列:Event loop
阅读全文
posted @ 2020-04-28 23:44
papering
阅读(824)
推荐(0)
摘要:
在这个示例中,使用 watch 选项允许我们执行异步操作 (访问一个 API),限制我们执行该操作的频率,并在我们得到最终结果前,设置中间状态。这些都是计算属性无法做到的。
阅读全文
posted @ 2020-04-28 23:41
papering
阅读(645)
推荐(0)
摘要:
https://developers.weixin.qq.com/miniprogram/dev/framework/workers.html Worker wx.createWorker(string scriptPath) 基础库 1.9.90 开始支持,低版本需做兼容处理。 创建一个 Work
阅读全文
posted @ 2020-04-28 00:54
papering
阅读(236)
推荐(0)
摘要:
MVVM 进阶版:MVI 架构了解一下 https://mp.weixin.qq.com/s?src=11×tamp=1640654318&ver=3523&signature=X6rckUZcqed81qurQb5HVu5BiJ62qMqSYnPxJgdGyXUdjvtdHcCA43Lt
阅读全文
posted @ 2020-04-28 00:50
papering
阅读(287)
推荐(0)
posted @ 2020-04-26 22:21
papering
阅读(243)
推荐(0)
posted @ 2020-04-26 19:04
papering
阅读(351)
推荐(0)
摘要:
实践: 1、 proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-PORT $remote_port; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for
阅读全文
posted @ 2020-04-26 18:45
papering
阅读(289)
推荐(0)
摘要:
MySQL employed the mechanism of nested transactions to provide the "all or nothing" guarantee for SQL statements that the standard requires. MySQL wou
阅读全文
posted @ 2020-04-26 01:28
papering
阅读(196)
推荐(0)
摘要:
https://mp.weixin.qq.com/s/VJi1jzTK2G7bH1pi4ND7Yw 原创 王超凡 腾讯云原生 2020-04-24 “ etcd 作为 Kubernetes 集群的元数据存储,是被业界广泛使用的强一致性 KV 存储,但近日被挖掘出一个存在 3 年之久的数据不一致 bu
阅读全文
posted @ 2020-04-26 01:16
papering
阅读(953)
推荐(0)
摘要:
https://docs.djangoproject.com/en/3.0/topics/db/transactions/ You may need to manually revert model state when rolling back a transaction. The values
阅读全文
posted @ 2020-04-26 00:47
papering
阅读(442)
推荐(0)
摘要:
mysql django 实践: django @transaction.atomic 机制分析 1、数据库清空表Tab 2、请求django-view @transaction.atomic(using=settings.TRANSACTION_DEFAULT_USING) def post(se
阅读全文
posted @ 2020-04-25 22:44
papering
阅读(246)
推荐(0)
摘要:
Managing enterprise accounts - GitHub Docs https://docs.github.com/en/graphql/guides/managing-enterprise-accounts Resource limitations - GitHub Docs h
阅读全文
posted @ 2020-04-23 23:47
papering
阅读(745)
推荐(1)
posted @ 2020-04-23 00:41
papering
阅读(162)
推荐(0)
摘要:
threading: # ThreadingMixIn.daemon_threads indicates how threads will behave on an # abrupt shutdown; like quitting the server by the user or restarti
阅读全文
posted @ 2020-04-22 02:02
papering
阅读(223)
推荐(0)
摘要:
Graceful restart of a server with active WebSocket Simonwep/graceful-ws: ⛓ Graceful WebSocket wrapper with connection re-establishment capabilities. h
阅读全文
posted @ 2020-04-22 01:17
papering
阅读(283)
推荐(0)
摘要:
Building a Robust Live Reloader with WebSockets and Go — Brandur Leach https://brandur.org/live-reload
阅读全文
posted @ 2020-04-22 00:51
papering
阅读(191)
推荐(0)
摘要:
WebSocket proxying https://nginx.org/en/docs/http/websocket.html By default, the connection will be closed if the proxied server does not transmit any
阅读全文
posted @ 2020-04-22 00:49
papering
阅读(260)
推荐(0)
摘要:
circus reload Configuration — Circus 0.15.0 documentation https://circus.readthedocs.io/en/latest/for-ops/configuration/ Working with sockets — Circus
阅读全文
posted @ 2020-04-22 00:38
papering
阅读(187)
推荐(0)
posted @ 2020-04-19 23:30
papering
阅读(216)
推荐(0)
posted @ 2020-04-18 23:45
papering
阅读(271)
推荐(0)
摘要:
奇艺iOS移动端网络优化实践 | 请求成功率优化篇 原创 Charles 爱奇艺技术
阅读全文
posted @ 2020-04-18 23:44
papering
阅读(339)
推荐(0)
摘要:
https://twistedmatrix.com/documents/current/core/howto/defer.html
阅读全文
posted @ 2020-04-17 12:21
papering
阅读(149)
推荐(0)
摘要:
一个支付宝小程序在一段时间内只能保留一个 WebSocket 连接 my.connectSocket - 支付宝开放平台 https://opendocs.alipay.com/mini/api/vx19c3 my.connectSocket 更新时间:2020-03-18 14:30:35 创建一
阅读全文
posted @ 2020-04-16 23:41
papering
阅读(739)
推荐(0)
摘要:
30 | 真正的大杀器:异步I/O探索 https://time.geekbang.org/column/article/150780
阅读全文
posted @ 2020-04-15 22:00
papering
阅读(358)
推荐(0)
摘要:
https://channels.readthedocs.io/en/latest/tutorial/part_2.html
阅读全文
posted @ 2020-04-14 12:04
papering
阅读(356)
推荐(0)
摘要:
: cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs
阅读全文
posted @ 2020-04-12 12:32
papering
阅读(4791)
推荐(0)
摘要:
http://publibfp.dhe.ibm.com/epubs/pdf/f1a2d400.pdf Read and write data on socket s, using the send() and recv() calls, until all data has been exchang
阅读全文
posted @ 2020-04-12 11:04
papering
阅读(197)
推荐(0)
摘要:
Prometheus 原理介绍 - 知乎 https://zhuanlan.zhihu.com/p/70090800 Prometheus由Go语言编写而成,采用Pull方式获取监控信息,并提供了多维度的数据模型和灵活的查询接口。Prometheus不仅可以通过静态文件配置监控对象,还支持自动发现机
阅读全文
posted @ 2020-04-10 09:15
papering
阅读(770)
推荐(0)