上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 186 下一页
摘要: 记一次压测问题定位:connection reset by peer,TCP三次握手后服务端发送RST_网络_c359719435的专栏-CSDN博客 https://blog.csdn.net/c359719435/article/details/80300433 阅读全文
posted @ 2020-05-04 23:47 papering 阅读(491) 评论(0) 推荐(0) 编辑
摘要: daphne/server.py at master · django/daphne https://github.com/django/daphne/blob/master/daphne/server.py 阅读全文
posted @ 2020-05-02 19:41 papering 阅读(152) 评论(0) 推荐(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 阅读(354) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/juvr89lAvM0uuDmyWyvqNA 阿里干货课堂丨Redis连接池的相关问题分析与总结 原创 技术僧 Java进阶与云计算开发 2018-07-18 阅读全文
posted @ 2020-05-02 18:31 papering 阅读(363) 评论(0) 推荐(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 阅读(2417) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2020-05-02 02:47 papering 阅读(647) 评论(0) 推荐(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 阅读(4056) 评论(0) 推荐(0) 编辑
摘要: 解决provisional headers are shown的过程 - caigan - 博客园 https://www.cnblogs.com/caicaizi/p/7844786.html 阅读全文
posted @ 2020-04-30 00:15 papering 阅读(755) 评论(0) 推荐(0) 编辑
摘要: django/asgiref: ASGI specification and utilities https://github.com/django/asgiref/ 阅读全文
posted @ 2020-04-30 00:04 papering 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 有 阅读全文
posted @ 2020-04-29 01:14 papering 阅读(560) 评论(0) 推荐(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 阅读(211) 评论(0) 推荐(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 阅读(283) 评论(0) 推荐(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 阅读(344) 评论(0) 推荐(0) 编辑
摘要: HTML Standard系列:Event loop、requestIdleCallback 和 requestAnimationFrame - 掘金 https://juejin.im/post/5ddf935951882530bd52bc8d HTML Standard系列:Event loop 阅读全文
posted @ 2020-04-28 23:44 papering 阅读(729) 评论(0) 推荐(0) 编辑
摘要: 在这个示例中,使用 watch 选项允许我们执行异步操作 (访问一个 API),限制我们执行该操作的频率,并在我们得到最终结果前,设置中间状态。这些都是计算属性无法做到的。 阅读全文
posted @ 2020-04-28 23:41 papering 阅读(613) 评论(0) 推荐(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 阅读(211) 评论(0) 推荐(0) 编辑
摘要: MVVM 进阶版:MVI 架构了解一下 https://mp.weixin.qq.com/s?src=11&timestamp=1640654318&ver=3523&signature=X6rckUZcqed81qurQb5HVu5BiJ62qMqSYnPxJgdGyXUdjvtdHcCA43Lt 阅读全文
posted @ 2020-04-28 00:50 papering 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2020-04-26 22:21 papering 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 去 阅读全文
posted @ 2020-04-26 19:04 papering 阅读(328) 评论(0) 推荐(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 阅读(215) 评论(0) 推荐(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 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/VJi1jzTK2G7bH1pi4ND7Yw 原创 王超凡 腾讯云原生 2020-04-24 “ etcd 作为 Kubernetes 集群的元数据存储,是被业界广泛使用的强一致性 KV 存储,但近日被挖掘出一个存在 3 年之久的数据不一致 bu 阅读全文
posted @ 2020-04-26 01:16 papering 阅读(881) 评论(0) 推荐(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 阅读(402) 评论(0) 推荐(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 阅读(207) 评论(0) 推荐(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 阅读(693) 评论(0) 推荐(1) 编辑
摘要: t 阅读全文
posted @ 2020-04-23 00:41 papering 阅读(145) 评论(0) 推荐(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 阅读(186) 评论(0) 推荐(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 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Building a Robust Live Reloader with WebSockets and Go — Brandur Leach https://brandur.org/live-reload 阅读全文
posted @ 2020-04-22 00:51 papering 阅读(164) 评论(0) 推荐(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 阅读(223) 评论(0) 推荐(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 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 历史 阅读全文
posted @ 2020-04-19 23:30 papering 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 一 阅读全文
posted @ 2020-04-18 23:45 papering 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 奇艺iOS移动端网络优化实践 | 请求成功率优化篇 原创 Charles 爱奇艺技术 阅读全文
posted @ 2020-04-18 23:44 papering 阅读(308) 评论(0) 推荐(0) 编辑
摘要: https://twistedmatrix.com/documents/current/core/howto/defer.html 阅读全文
posted @ 2020-04-17 12:21 papering 阅读(122) 评论(0) 推荐(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 阅读(650) 评论(0) 推荐(0) 编辑
摘要: https://channels.readthedocs.io/en/latest/tutorial/part_2.html 阅读全文
posted @ 2020-04-14 12:04 papering 阅读(309) 评论(0) 推荐(0) 编辑
摘要: : cannot validate certificate for 127.0.0.1 because it doesn't contain any IP SANs 阅读全文
posted @ 2020-04-12 12:32 papering 阅读(4677) 评论(1) 推荐(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 阅读(165) 评论(0) 推荐(0) 编辑
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 186 下一页