摘要:
var i int i=10 j:=string(i) k= strconv.FormatInt(int64(tmp0), 10) 阅读全文
摘要:
https://github.com/etcd-io/etcd/blob/release-3.4/Procfile etcd/Procfile at v3.4.9 · etcd-io/etcd https://github.com/etcd-io/etcd/blob/v3.4.9/Procfile 阅读全文
摘要:
etcd 鉴权体系架构由控制面和数据面组成。 阅读全文
摘要:
HTTP/2 是基于二进制而不是文本 阅读全文
摘要:
分布式 ID 解决方案 阅读全文
摘要:
减少重复开发,GraphQL在低代码平台如何落地? 原创 随刻信息流团队 爱奇艺技术产品团队 2021-01-29 阅读全文
摘要:
设计模式混编:观察者模式+中介者模式 阅读全文
摘要:
Linux服务器内存池技术是如何实现的 阅读全文
摘要:
统一登录的几种常用设计模式 阅读全文
摘要:
一篇讲透如何理解数据库并发控制 https://mp.weixin.qq.com/s/SVo0eTBaTvneLImJA54Flg 一篇讲透如何理解数据库并发控制(纯干货)-阿里云开发者社区 https://developer.aliyun.com/article/754205 一篇讲透如何理解数据 阅读全文
摘要:
Flutter+Serverless端到端研发架构实践 · 语雀 https://www.yuque.com/xytech/flutter/kdk9xc 2019-12-19 13:14 作者:闲鱼技术-古风 背景 Serverless(无服务架构)被誉为下一代云计算,自概念推出以来,因为能带来研发 阅读全文
摘要:
干货 | 质量保障新手段,携程回归测试平台实践 原创 Sedro 携程技术 2021-01-21 阅读全文
摘要:
https://www.yuque.com/seeconf/2020/dn74yy 阅读全文
摘要:
中间件技术在百度云原生测试中的应用实践 原创 路由器 百度智能化测试 今天 阅读全文
摘要:
canvas的客户端与服务端绘图 阅读全文
摘要:
CSS Color Adjustment Module Level 1 https://drafts.csswg.org/css-color-adjust-1/ DarkMode 适配指南 | 微信开放文档 https://developers.weixin.qq.com/doc/offiaccou 阅读全文
摘要:
[原创]Linux内核[CVE-2016-5195] (dirty COW)原理分析-二进制漏洞-看雪论坛-安全社区|安全招聘|bbs.pediy.com https://bbs.pediy.com/thread-264199.htm Dirty COW and why lying is bad e 阅读全文
摘要:
初识Docker逃逸 - FreeBuf网络安全行业门户 https://www.freebuf.com/articles/container/242763.html 阅读全文
摘要:
浅谈linux IO csy 360技术 2021-01-18 阅读全文
摘要:
Go RPC 框架 KiteX 性能优化实践 原创 基础架构团队 字节跳动技术团队 2021-01-18 阅读全文
摘要:
grpc/connection-backoff.md at master · grpc/grpc https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md GRPC Connection Backoff Protocol W 阅读全文
摘要:
1、 必然是部门与老板对齐后组织定位里老板所要求的事情。 2、 双方认知的不统一,会导致甲乙双方较难get到对方信息,这也是需求无法对齐的很大一部分原因。 3、 对齐业务与财务,输出月度经营分析材料 对何为“懂业务”的PMO的一点思考 | 人人都是产品经理 https://www.woshipm.c 阅读全文
摘要:
at "the benefits of structured logging outweigh the minimal effort involved". 阅读全文
摘要:
Go map实现原理 - 恋恋美食的个人空间 - OSCHINA - 中文开源技术交流社区 https://my.oschina.net/renhc/blog/2208417 // A header for a Go map. type hmap struct { // Note: the form 阅读全文
摘要:
群消息,究竟存1份还是多份? 原创 58沈剑 架构师之路 2021-01-11 群消息已读回执,究竟是推还是拉? 原创 58沈剑 架构师之路 2021-01-07 阅读全文
摘要:
In Search of an Understandable Consensus Algorithm" (https://raft.github.io/raft.pdf) by Diego Ongaro and John Ousterhout. 阅读全文
摘要:
ShardingSphere内核原理 原创 鸽子 架构漫谈 2021-01-09 阅读全文
摘要:
漫画:如何用字典树进行 500 万量级的单词统计? CSDN 2018-10-19 阅读全文
摘要:
分布式全链路灰度发布的探索与实践 原创 顾欣 阿里巴巴云原生 2021-01-08 阅读全文
摘要:
优化总结:有哪些APP启动提速方法? https://mp.weixin.qq.com/s/LVz8D_pubcpGW-s7LOpMbA 八 线程调度和任务编排八 线程调度和任务编排1 整体思路对于任务编排有种打法,就是先把所有任务滞后,然后再看哪个是启动开始必须要加载的。效果立竿见影,很快就能看到 阅读全文
摘要:
$sort (aggregation) — MongoDB Manual https://docs.mongodb.com/manual/reference/operator/aggregation/sort/ Definition $sort Sorts all input documents a 阅读全文
摘要:
https://mp.weixin.qq.com/s/GG6AtBz6KgNwplpaNXfggQ 大型 web 前端架构设计-面向抽象编程入门 曾探 腾讯技术工程 2021-01-04 依赖反转原则 依赖反转原则的核心思想是:内层模块不应该依赖外层模块,它们都应该依赖于抽象。 尽管我们会花很多时间 阅读全文
摘要:
https://stackoverflow.com/questions/12914917/using-pointers-to-remove-item-from-singly-linked-list 阅读全文
摘要:
Manachar’s Algorithm Longest palindromic substring - Wikipedia https://en.wikipedia.org/wiki/Longest_palindromic_substring Longest palindromic substri 阅读全文
摘要:
阿里技术专家甘盘:浅谈双十一背后的支付宝LDC架构和其CAP分析 https://mp.weixin.qq.com/s/Cnzz5riMc9RH19zdjToyDg 汤波(甘盘) 技术琐话 2020-12-28 背景 自 2008 年双 11 以来,在每年双 11 超大规模流量的冲击上,蚂蚁金服都会 阅读全文
摘要:
steal.pdf http://supertech.csail.mit.edu/papers/steal.pdf This paper studies the problem of eciently scheduling fully strict (i.e., wellstructured) m 阅读全文
摘要:
https://mp.weixin.qq.com/s/KB1zdKcsh4PXXuJh4xb_Zw 网页端收消息,究竟是推还是拉? 原创 58沈剑 架构师之路 2020-12-28 https://mp.weixin.qq.com/s/kQlvuNO_VfeC7kzdWbQEQg QQ好友状态,QQ 阅读全文
摘要:
支持 gRPC 长链接,深度解读 Nacos 2.0 架构设计及新模型 原创 杨翊(席翁) 阿里巴巴云原生 2020-12-28 阅读全文
摘要:
0到1:微信后台系统的演进之路 原创 张文瑞 InfoQ 2016-01-14 阅读全文