一、简介 打开Spring官网http://spring.io 首页的中部,可以看到Spring Cloud的简介。 【原文】Building distributed systems doesn't need to be complex and error-prone(易错). Spring Clo ...
分类:
编程语言 时间:
2020-07-07 18:08:44
阅读次数:
108
要点:使用DMRP algorithm (decision making with a reference point)在重启阶段为解决问题提供好的方向。 引文来自: Kottler S. (2010) SAT Solving with Reference Points. In: Strichman ...
分类:
其他好文 时间:
2020-06-30 20:42:54
阅读次数:
56
目录 Hive 简介 什么是Hive 为什么使用 Hive Hive 特点 Hive 和 RDBMS 的对比 Hive的架构 1、用户接口: shell/CLI, jdbc/odbc, webui Command Line Interface 2、跨语言服务 : thrift server 提供了一 ...
分类:
其他好文 时间:
2020-06-26 14:53:40
阅读次数:
70
A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dependi ...
分类:
其他好文 时间:
2020-06-24 18:10:26
阅读次数:
58
https://blog.quantinsti.com/market-making/ Over the past few years, you must have witnessed a sharp positive shift in the financial markets, mainly be ...
分类:
其他好文 时间:
2020-06-16 18:20:05
阅读次数:
58
第1章 Kafka概述 1.1 消息队列 1)点对点模式(一对一,消费者主动拉取数据,消息收到后消息清除) 点对点模型通常是一个基于拉取或者轮询的消息传送模型,这种模型从队列中请求信息,而不是将消息推送到客户端。这个模型的特点是发送到队列的消息被一个且只有一个接收者接收处理,即使有多个消息监听者也是 ...
分类:
其他好文 时间:
2020-05-30 19:39:36
阅读次数:
63
[TOC] Paper Reading @ 23/50 original : https://arxiv.org/abs/1812.06203 Formatted Citation: Abstract Temporal Aggregation Network decompose convolutio ...
分类:
Web程序 时间:
2020-05-25 12:04:45
阅读次数:
81
unity shader 变种(多重编译 multi_compile) https://www.jianshu.com/p/f34d896dde5d Unity Shader - Making multiple shader program variants 制作shader程序多变体 https: ...
分类:
其他好文 时间:
2020-05-23 13:17:39
阅读次数:
65
Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making ...
分类:
其他好文 时间:
2020-05-10 23:17:57
阅读次数:
64
A really important aspect of TDD is the refactor phase. A critical piece to making your tests easier to maintain is using code structure and values to ...
分类:
其他好文 时间:
2020-05-02 20:56:54
阅读次数:
83