上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页
摘要: HeapByteBuffer,顾名思义,是写在jvm堆上面的一个buffer,底层的本质是一个数组,用类封装维护了很多的索引(limit/position/capacity等) DirectByteBuffer,底层的数据其实是维护在操作系统的内存中,而不是jvm里,DirectByteBuffer 阅读全文
posted @ 2018-12-20 15:28 人在江湖之诗和远方 阅读(1251) 评论(1) 推荐(0) 编辑
摘要: 概念 A service mesh is a dedicated infrastructure layer for handling service-to-service communication. It’s responsible for the reliable delivery of req 阅读全文
posted @ 2018-12-19 18:55 人在江湖之诗和远方 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 严格遵守ACID的分布式事务我们称为刚性事务,而遵循BASE理论(基本可用:在故障出现时保证核心功能可用,软状态:允许中间状态出现,最终一致性:不要求分布式事务打成中时间点数据都是一致性的,但是保证达到某个时间点后,数据就处于了一致性了)的事务我们称为柔性事务 tcc属于柔性事务 ref https 阅读全文
posted @ 2018-12-17 17:17 人在江湖之诗和远方 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 。。 todo ref https://blog.csdn.net/zhejingyuan/article/details/79480128 阅读全文
posted @ 2018-12-17 16:03 人在江湖之诗和远方 阅读(168) 评论(0) 推荐(0) 编辑
摘要: todo 阅读全文
posted @ 2018-12-14 12:15 人在江湖之诗和远方 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load 阅读全文
posted @ 2018-12-10 16:53 人在江湖之诗和远方 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/chaozhi_guo/article/details/69085736 阅读全文
posted @ 2018-12-06 21:05 人在江湖之诗和远方 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 新一代Serverless 以函数为扩展单位,虚拟化运行时环境(Runtime)。是现有计算资源的最小单位,具有完全自动、一键部署、高度可扩展等特点。 ref https://blog.csdn.net/u013952133/article/details/79622786 阅读全文
posted @ 2018-12-06 17:28 人在江湖之诗和远方 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 编程范式 -程序员理解软件的方式 指令 (变量) 函数式 (计算过程) 面向对象 (对象抽象) 事件响应 等等等。。 编程范式,说的就是计算机编程的风格与模式。 有些人常说,编程范式,就是一个程序员的程序价值观,是程序员的核心所在。 每个程序员都在用自己的编程范式创造虚拟世界,所以编程范式是一个程序 阅读全文
posted @ 2018-12-06 14:52 人在江湖之诗和远方 阅读(190) 评论(0) 推荐(0) 编辑
摘要: RxJava是一种基于观察者模式的响应式编程框架 ReactiveXAn API for asynchronous programming with observable streams.A combination of the best ideas from the Observer patter 阅读全文
posted @ 2018-12-04 11:37 人在江湖之诗和远方 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 29 下一页