随笔分类 -  architecture

摘要:​永不失联!如何实现微服务架构中的服务发现? - 推酷 https://www.tuicool.com/articles/3UjQNn 阅读全文
posted @ 2018-08-14 11:01 papering 阅读(192) 评论(0) 推荐(0)
摘要:处理 Vue 单页面应用 SEO 的另一种思路 - muwoo - 博客园 https://www.cnblogs.com/tiedaweishao/p/7493971.html SPA网站SEO完美解决方案 - 简书 https://www.jianshu.com/p/6be9424a358d 入 阅读全文
posted @ 2018-08-12 21:18 papering 阅读(522) 评论(0) 推荐(0)
摘要:代码构成 · 小程序 https://developers.weixin.qq.com/miniprogram/dev/quickstart/basic/file.html#wxml-模板 简单来说就是不要再让 JS 直接操控 DOM,JS 只需要管理状态即可,然后再通过一种模板语法来描述状态和界面 阅读全文
posted @ 2018-08-12 20:18 papering 阅读(350) 评论(0) 推荐(0)
摘要:数据埋点(浅谈埋点方式与上报收集) - 简书 https://www.jianshu.com/p/58063f964820 阅读全文
posted @ 2018-07-27 12:46 papering 阅读(2086) 评论(0) 推荐(0)
摘要:REST Principles and Architectural Constraints – REST API Tutorial https://restfulapi.net/rest-architectural-constraints/ REST Architectural Constraint 阅读全文
posted @ 2018-07-23 11:04 papering 阅读(198) 评论(0) 推荐(0)
摘要:The server never relies on information from previous requests. Statelessness As per the REST (REpresentational “State” Transfer) architecture, the ser 阅读全文
posted @ 2018-07-23 10:58 papering 阅读(217) 评论(0) 推荐(0)
摘要:Principle of least astonishment - Wikipedia https://en.wikipedia.org/wiki/Principle_of_least_astonishment 最小惊讶原则 Principle of least astonishment From 阅读全文
posted @ 2018-07-23 10:30 papering 阅读(490) 评论(1) 推荐(1)
摘要:如何设计一个优秀的API - 文章 - 伯乐在线 http://blog.jobbole.com/42317/ 如何设计一个优秀的API - 标点符 https://www.biaodianfu.com/how-to-design-a-good-api.html MediaWiki API help 阅读全文
posted @ 2018-07-23 10:25 papering 阅读(375) 评论(0) 推荐(0)
摘要:PutObject_关于Object操作_API 参考_对象存储 OSS-阿里云 https://help.aliyun.com/document_detail/31978.html OSS API 文档简介_API 参考_对象存储 OSS-阿里云 https://help.aliyun.com/d 阅读全文
posted @ 2018-07-22 14:25 papering 阅读(764) 评论(0) 推荐(0)
摘要:第一、统一了访问端接口、提高前端开发速度;第二统一了阿里各个产品的 数据读写模式; 第三,我们的服务器产生token时对读写规则做限制,特定的token由特定的规则产生,而不是让前端代代码去管控限制 或者遵守规则;第四、安全,符合阿里建议,对前端代码全部隐藏阿里云后台帐号、规则,我们自己的服务器可以 阅读全文
posted @ 2018-07-21 18:54 papering 阅读(173) 评论(0) 推荐(0)
摘要:edisonchou https://mp.weixin.qq.com/s/-XZXqXawR-NxJMPCeiNsmg .NET Core微服务之服务间的调用方式(REST and RPC) Edison Zhou edisonchou 前天 Tip: 此篇已加入.NET Core微服务基础系列文 阅读全文
posted @ 2018-07-21 13:06 papering 阅读(1618) 评论(0) 推荐(0)
摘要:Basically comes down to the CAP theorem: You have to pick two of Consistency, Availability, and Partition tolerance. You can’t have all 3.Cassandra ch 阅读全文
posted @ 2018-07-19 17:09 papering 阅读(206) 评论(0) 推荐(0)
摘要:Lambda Architecture » λ lambda-architecture.net http://lambda-architecture.net/ Twitter's tweets analysis using Lambda Architecture - Knoldus Blogs ht 阅读全文
posted @ 2018-07-15 23:33 papering 阅读(208) 评论(0) 推荐(0)
摘要:闲话高并发的那些神话,看京东架构师如何把它拉下神坛 https://mp.weixin.qq.com/s/lAqn8CfSRta9iSvOR1Le6w 阅读全文
posted @ 2018-07-15 19:42 papering 阅读(472) 评论(0) 推荐(0)
摘要:wrapper 基本原理 阅读全文
posted @ 2018-07-15 00:40 papering 阅读(273) 评论(0) 推荐(0)
摘要:How gRPC error codes map to HTTP status codes in the response https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/errors.go#L15 grpc-ec 阅读全文
posted @ 2018-07-13 11:54 papering 阅读(2234) 评论(0) 推荐(0)
摘要:剖析美团内部所采用的网站压力测试方案_网站优化_网站运营_脚本之家 https://www.jb51.net/yunying/443241.html 阅读全文
posted @ 2018-07-13 11:33 papering 阅读(251) 评论(0) 推荐(0)
摘要:单点登录 CAS - Architecture https://apereo.github.io/cas/4.2.x/planning/Architecture.html 阅读全文
posted @ 2018-07-10 15:32 papering 阅读(171) 评论(0) 推荐(0)
摘要:What is the difference between message queue pattern and publish-subscribe? - Quora https://www.quora.com/What-is-the-difference-between-message-queue 阅读全文
posted @ 2018-07-09 11:22 papering 阅读(387) 评论(0) 推荐(0)
摘要:前端遇上Go: 静态资源增量更新的新实践https://mp.weixin.qq.com/s/hCqQW1F8FngPPGZAisAWUg 前端遇上Go: 静态资源增量更新的新实践 原创: 洋河 美团技术团队 前天 总第259篇 2018年 第51篇 为什么要做增量更新 美团金融的业务在过去的一段时 阅读全文
posted @ 2018-07-07 18:05 papering 阅读(873) 评论(0) 推荐(0)