摘要:
Prometheus 原理介绍 - 知乎 https://zhuanlan.zhihu.com/p/70090800 Prometheus由Go语言编写而成,采用Pull方式获取监控信息,并提供了多维度的数据模型和灵活的查询接口。Prometheus不仅可以通过静态文件配置监控对象,还支持自动发现机 阅读全文
摘要:
理想的DevOp流程怎么做?看看Slack的代码部署实践 原创 Michael Deng 高可用架构 今天 阅读全文
摘要:
从 0 开始构建一个亿级请求的微服务架构 潘志伟 架构头条 今天 阅读全文
摘要:
当严选遇上SLA/SLO https://mp.weixin.qq.com/s/jVZq8TyOzaIO0Xk--88wXw 当严选遇上SLA/SLO 原创 严选技术 严选技术产品团队 2022-05-30 11:12 发表于浙江 你肯定听到过“我的服务一个季度能做到99.99%的可用率”、“我能做 阅读全文
摘要:
小鹏汽车技术中台实践 :微服务篇 InfoQ 今天 以下文章来源于InfoQ Pro 阅读全文
摘要:
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 阅读全文
摘要:
让错误抛出 发现其中的问题 # coding=utf-8 from rest_framework.views import exception_handler from rest_framework.exceptions import ErrorDetail from share.dj_custom 阅读全文
摘要:
基于 token 的多平台身份认证架构设 阅读全文
摘要:
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError 阅读全文
摘要:
js 获取控制台的错误信息 https://www.bbsmax.com/A/Vx5ML2NmJN/ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <bod 阅读全文
摘要:
1 阅读全文
摘要:
ICMP_百度百科 https://baike.baidu.com/item/ICMP/572452 ICMP(Internet Control Message Protocol)Internet控制报文协议。它是TCP/IP协议簇的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网 阅读全文
摘要:
实践 2)golang 代码格式化 pre-commit #!/bin/sh echo "DIY your git hooks @ pre-commit" run_GoFormat() { gf=`gofmt -l -w .;` if test -z "$gf" then return fi ech 阅读全文
摘要:
在今天的内容里,我对 UDP 套接字调用 connect 方法进行了深入的分析。之所以对 UDP 使用 connect,绑定本地地址和端口,是为了让我们的程序可以快速获取异步错误信息的通知,同时也可以获得一定性能上的提升。 阅读全文
摘要:
MySQL :: MySQL 8.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#mysqldump-pe 阅读全文
摘要:
使用 SMTP 发送邮件_使用 SMTP 发送邮件_发送邮件_用户指南_邮件推送-阿里云 https://help.aliyun.com/knowledge_detail/51622.html 通过 SMTP 协议发送邮件的整体过程如下: 客户端使用 telnet 命令连接到SMTP服务器,建立会话 阅读全文
摘要:
git rm --cached --force -r . Files already tracked by Git are not affected; Git - gitignore Documentation https://git-scm.com/docs/gitignore gitignore 阅读全文
摘要:
Git:.gitignore和.gitkeep文件的使用 Git:.gitignore和.gitkeep文件的使用 https://majing.io/posts/10000001781172 .gitkeep .gitkeep是一个占位文件。 Git是不会把一个完全空的文件夹添加到版本控制里,为了 阅读全文
摘要:
初探和实现websocket心跳重连(npm: websocket-heartbeat-js) 心跳重连缘由 websocket是前后端交互的长连接,前后端也都可能因为一些情况导致连接失效并且相互之间没有反馈提醒。因此为了保证连接的可持续性和稳定性,websocket心跳重连就应运而生。 在使用原生 阅读全文
摘要:
极光推送 - Push API v3 - 极光文档 https://docs.jiguang.cn//jpush/server/push/rest_api_v3_push/ 阅读全文
摘要:
小结: 1、 Go不需要VM,Go应用程序二进制文件中嵌入了一个小型运行时(Go runtime),可以处理诸如垃圾收集(GC),调度和并发之类的语言功能 Go does not need a VM and Go application binaries include a small runtim 阅读全文
摘要:
https://mp.weixin.qq.com/s/ihqh5T_4RaiPfC9p8pWZSA 方秋枋 WeMobileDev 2020-03-20 大纲 背景 线上效果指标 什么是软件架构 为什么需要软件架构 从零到一构建支付跨平台软件架构 1.抽象业务流程 2.加入路由机制 3.管理网络请求 阅读全文
摘要:
How to dynamically add or remove tasks to celerybeat? · Issue #3493 · celery/celery https://github.com/celery/celery/issues/3493 基于Django+celery二次开发动态 阅读全文
摘要:
16 | 如何理解TCP的“流”? https://time.geekbang.org/column/article/132443 TCP 是一种流式协议在前面的章节中,我们讲的都是单个客户端 - 服务器的例子,可能会给你造成一种错觉,好像 TCP 是一种应答形式的数据传输过程,比如发送端一次发送 阅读全文
摘要:
Interfaces — zope.interface 5.0.2.dev0 documentation https://zopeinterface.readthedocs.io/en/latest/README.html 阅读全文
摘要:
Frequently Asked Questions — Circus 0.15.0 documentation https://circus.readthedocs.io/en/latest/faq/#whycircussockets Here is a list of frequently as 阅读全文
摘要:
https://mp.weixin.qq.com/s/boRWlx1R7TX0NLuI2sZBfQ 作为业务 SRE,我们所运维的业务,常常以 Linux+TCP/UDP daemon 的形式对外提供服务。SRE 需要对服务器数据包的接收和发送路径有全面的了解,以方便在服务异常时能快速定位问题。以 阅读全文
摘要:
django-admin and manage.py | Django documentation | Django https://docs.djangoproject.com/en/3.0/ref/django-admin/#runserver runserver¶ django-admin r 阅读全文
摘要:
https://code.aliyun.com/help/ssh/README 如果打算拷贝你的公钥到你的粘贴板下,请参考你的操作系统使用以下的命令: Windows: clip < ~/.ssh/id_rsa.pub Mac: pbcopy < ~/.ssh/id_rsa.pub GNU/Linu 阅读全文
摘要:
https://mp.weixin.qq.com/s/hy68s610B9GbL_wgwTn7nA 更优美的python日志管理库Loguru Asynchronous, Thread-safe, Multiprocess-safe All sinks added to the logger are 阅读全文
摘要:
https://mp.weixin.qq.com/s/_4tMPUkGDuQyQ2kRkE4n8w 网易严选消息中心实践与规划 原创 严选技术 严选技术团队 2020-02-10 严选消息中心作为严选的基础服务一直在不断的演进中,本文将通过图文的方式详细介绍消息中心的实践历程与接下来的体系化和平台化 阅读全文
摘要:
什么是 MFA?_启用和解绑MFA_账号常见问题_账号管理-阿里云 https://help.aliyun.com/knowledge_detail/37215.html 阅读全文
摘要:
https://mp.weixin.qq.com/s/qHJiTjpvDikFcdl9SRL97Q 阅读全文
摘要:
https://mp.weixin.qq.com/s/T-t070BAiE2Zwf6G1Wt3_A 聊聊架构张辉 InfoQ 2016-11-07 阅读全文
摘要:
monad和y combinator 阅读全文