随笔分类 -  architecture

摘要:以函数计算作为 API 网关后端服务_用户指南(开放 API)_API 网关-阿里云 https://help.aliyun.com/document_detail/54788.html 创建触发器_触发器管理_用户指南_函数计算-阿里云 https://help.aliyun.com/docume 阅读全文
posted @ 2018-05-07 20:19 papering 阅读(301) 评论(0) 推荐(0)
摘要:函数计算 oss.download_file(oss_f_x,'/fcdir/name_x') 对文件无读写操作 oss.upload_file('/fcdir/name_x',oss_f_y) 代码将一个文件从甲地复制到乙地又复制到甲地,编程语言能否不对乙地写,而仅仅对甲地写 在架构中,同样的01 阅读全文
posted @ 2018-05-05 16:39 papering 阅读(208) 评论(0) 推荐(0)
摘要:中间 临时文件的存放 阅读全文
posted @ 2018-05-04 11:07 papering 阅读(259) 评论(0) 推荐(0)
摘要:阿里云帮助中心-阿里云,领先的云计算服务提供商 https://help.aliyun.com/document_detail/51733.html 阅读全文
posted @ 2018-05-02 11:36 papering 阅读(138) 评论(0) 推荐(0)
摘要:AWS 服务器架构让游戏实现全球同服 https://amazonaws-china.com/cn/events/serverless/ 无服务器计算_云应用部署-AWS云服务 https://amazonaws-china.com/cn/serverless/ 什么是无服务器计算? 无服务器计算让 阅读全文
posted @ 2018-05-02 10:05 papering 阅读(487) 评论(0) 推荐(0)
摘要:管理文件_Python-SDK_SDK 参考_对象存储 OSS-阿里云 https://help.aliyun.com/document_detail/32032.html 模拟文件夹功能 OSS的存储空间(Bucket)本身是扁平结构的,并没有文件夹或目录的概念。用户可以通过在文件名里加入”/“来 阅读全文
posted @ 2018-05-01 22:08 papering 阅读(516) 评论(0) 推荐(0)
摘要:订阅与发布 — Redis 设计与实现 https://redisbook.readthedocs.io/en/latest/feature/pubsub.html 阅读全文
posted @ 2018-01-05 10:36 papering 阅读(325) 评论(0) 推荐(0)
摘要:小结: 1、User Case 用例是架构设计中非常重要的一环,架构也是基于这些用例进行设计的,如果缺失了用例,就无从谈起架构设计了。 一文读懂架构整洁之道 https://mp.weixin.qq.com/s/XAm1MO4RQYtkj3ay-2jT7A 一文读懂架构整洁之道 原创 马飞翔(泽畔) 阅读全文
posted @ 2017-12-22 10:44 papering 阅读(346) 评论(0) 推荐(0)
摘要:小结: 1、 “分层架构”遵循了“关注点分离”原则,将属于业务逻辑的关注点放到领域层(Domain Layer)中,而将支撑业务逻辑的技术实现放到基础设施层(Infrastructure Layer)中。同时,领域驱动设计又颇具创见的引入了应用层(Application Layer)。应用层扮演了双 阅读全文
posted @ 2017-12-21 20:42 papering 阅读(853) 评论(0) 推荐(0)
摘要:cerery http://docs.celeryproject.org/en/latest/userguide/index.html 阅读全文
posted @ 2017-11-16 20:02 papering 阅读(163) 评论(0) 推荐(0)
摘要:https://git-scm.com/book/en/v2/Git-Branching-Rebasing 阅读全文
posted @ 2017-11-10 22:03 papering 阅读(156) 评论(0) 推荐(0)
摘要:https://www.tensorflow.org/api_docs/python/tf/split 阅读全文
posted @ 2017-11-09 17:07 papering 阅读(236) 评论(0) 推荐(0)
摘要:https://arxiv.org/abs/1512.00567 Convolutional networks are at the core of most state-of-the-art computer vision solutions for a wide variety of tasks 阅读全文
posted @ 2017-11-05 16:42 papering 阅读(204) 评论(0) 推荐(0)
摘要:cache 阅读全文
posted @ 2017-11-04 20:30 papering 阅读(267) 评论(0) 推荐(0)
摘要:https://www.elastic.co/guide/en/elasticsearch/guide/current/getting-started.html Elasticsearch is a real-time distributed search and analytics engine. 阅读全文
posted @ 2017-11-03 08:54 papering 阅读(423) 评论(0) 推荐(0)
摘要:u 阅读全文
posted @ 2017-11-02 17:54 papering 阅读(182) 评论(0) 推荐(0)
摘要:https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ Why do I need Kubernetes and what can it do? At a minimum, Kubernetes can schedule an 阅读全文
posted @ 2017-11-02 16:37 papering 阅读(486) 评论(0) 推荐(0)
摘要:https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/ The Old Way to deploy applications was to install the applications on a host using th 阅读全文
posted @ 2017-11-02 16:33 papering 阅读(289) 评论(0) 推荐(0)
摘要:onError: function(e) { let msg = e.toString(); // ReferenceError - JavaScript | MDN https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/ 阅读全文
posted @ 2017-11-02 11:09 papering 阅读(208) 评论(0) 推荐(0)
摘要:en.wikipedia.org/wiki/Message-oriented_middleware Message-oriented middleware (MOM) is software or hardware infrastructure supporting sending and rece 阅读全文
posted @ 2017-11-02 09:22 papering 阅读(322) 评论(0) 推荐(0)