上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 188 下一页
摘要: 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 阅读(359) 评论(0) 推荐(0)
摘要: HTML Standard系列:Event loop、requestIdleCallback 和 requestAnimationFrame - 掘金 https://juejin.im/post/5ddf935951882530bd52bc8d HTML Standard系列:Event loop 阅读全文
posted @ 2020-04-28 23:44 papering 阅读(814) 评论(0) 推荐(0)
摘要: 在这个示例中,使用 watch 选项允许我们执行异步操作 (访问一个 API),限制我们执行该操作的频率,并在我们得到最终结果前,设置中间状态。这些都是计算属性无法做到的。 阅读全文
posted @ 2020-04-28 23:41 papering 阅读(632) 评论(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 阅读(222) 评论(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 阅读(255) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2020-04-26 22:21 papering 阅读(239) 评论(0) 推荐(0)
摘要: 去 阅读全文
posted @ 2020-04-26 19:04 papering 阅读(343) 评论(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 阅读(250) 评论(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 阅读(180) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/VJi1jzTK2G7bH1pi4ND7Yw 原创 王超凡 腾讯云原生 2020-04-24 “ etcd 作为 Kubernetes 集群的元数据存储,是被业界广泛使用的强一致性 KV 存储,但近日被挖掘出一个存在 3 年之久的数据不一致 bu 阅读全文
posted @ 2020-04-26 01:16 papering 阅读(937) 评论(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 阅读(422) 评论(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 阅读(228) 评论(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 阅读(727) 评论(0) 推荐(1)
摘要: t 阅读全文
posted @ 2020-04-23 00:41 papering 阅读(155) 评论(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 阅读(203) 评论(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 阅读(265) 评论(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 阅读(180) 评论(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 阅读(243) 评论(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 阅读(167) 评论(0) 推荐(0)
摘要: 历史 阅读全文
posted @ 2020-04-19 23:30 papering 阅读(209) 评论(0) 推荐(0)
摘要: 一 阅读全文
posted @ 2020-04-18 23:45 papering 阅读(262) 评论(0) 推荐(0)
摘要: 奇艺iOS移动端网络优化实践 | 请求成功率优化篇 原创 Charles 爱奇艺技术 阅读全文
posted @ 2020-04-18 23:44 papering 阅读(323) 评论(0) 推荐(0)
摘要: https://twistedmatrix.com/documents/current/core/howto/defer.html 阅读全文
posted @ 2020-04-17 12:21 papering 阅读(139) 评论(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 阅读(712) 评论(0) 推荐(0)
摘要: https://channels.readthedocs.io/en/latest/tutorial/part_2.html 阅读全文
posted @ 2020-04-14 12:04 papering 阅读(337) 评论(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 阅读(4776) 评论(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 阅读(185) 评论(0) 推荐(0)
摘要: Prometheus 原理介绍 - 知乎 https://zhuanlan.zhihu.com/p/70090800 Prometheus由Go语言编写而成,采用Pull方式获取监控信息,并提供了多维度的数据模型和灵活的查询接口。Prometheus不仅可以通过静态文件配置监控对象,还支持自动发现机 阅读全文
posted @ 2020-04-10 09:15 papering 阅读(746) 评论(0) 推荐(0)
摘要: 理想的DevOp流程怎么做?看看Slack的代码部署实践 原创 Michael Deng 高可用架构 今天 阅读全文
posted @ 2020-04-08 12:29 papering 阅读(342) 评论(0) 推荐(0)
摘要: 从 0 开始构建一个亿级请求的微服务架构 潘志伟 架构头条 今天 阅读全文
posted @ 2020-04-08 00:40 papering 阅读(304) 评论(0) 推荐(0)
摘要: 当严选遇上SLA/SLO https://mp.weixin.qq.com/s/jVZq8TyOzaIO0Xk--88wXw 当严选遇上SLA/SLO 原创 严选技术 严选技术产品团队 2022-05-30 11:12 发表于浙江 你肯定听到过“我的服务一个季度能做到99.99%的可用率”、“我能做 阅读全文
posted @ 2020-04-07 00:03 papering 阅读(1252) 评论(0) 推荐(0)
摘要: 小鹏汽车技术中台实践 :微服务篇 InfoQ 今天 以下文章来源于InfoQ Pro 阅读全文
posted @ 2020-04-06 23:28 papering 阅读(331) 评论(0) 推荐(0)
摘要: Search · is not a valid start token https://github.com/prometheus/prometheus/search?q=is+not+a+valid+start+token&unscoped_q=is+not+a+valid+start+token 阅读全文
posted @ 2020-04-06 21:09 papering 阅读(3871) 评论(1) 推荐(0)
摘要: a 搜索 复制 阅读全文
posted @ 2020-04-05 21:16 papering 阅读(262) 评论(0) 推荐(0)
摘要: 让错误抛出 发现其中的问题 # coding=utf-8 from rest_framework.views import exception_handler from rest_framework.exceptions import ErrorDetail from share.dj_custom 阅读全文
posted @ 2020-04-04 19:13 papering 阅读(357) 评论(0) 推荐(0)
摘要: 基于 token 的多平台身份认证架构设 阅读全文
posted @ 2020-04-04 09:29 papering 阅读(357) 评论(1) 推荐(0)
摘要: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError 阅读全文
posted @ 2020-04-03 23:48 papering 阅读(898) 评论(0) 推荐(0)
摘要: js 获取控制台的错误信息 https://www.bbsmax.com/A/Vx5ML2NmJN/ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <bod 阅读全文
posted @ 2020-04-03 21:26 papering 阅读(482) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2020-04-02 23:32 papering 阅读(176) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 188 下一页