Chapter 4 - Practical Data Visualization Segment 1 - Creating standard data graphics import numpy as np from numpy.random import randn import pandas a ...
分类:
编程语言 时间:
2021-01-06 12:27:05
阅读次数:
0
大家好,我是 「后端技术进阶」 作者,一个热爱技术的少年。 觉得不错的话,欢迎 star!?( ´???` )比心 Netty 从入门到实战系列文章地址:https://github.com/Snailclimb/netty-practical-tutorial 。 RPC 框架源码地址:https ...
分类:
Web程序 时间:
2020-08-31 11:52:32
阅读次数:
65
原文:https://segmentfault.com/a/1190000010159725 本文翻译自 Nicolas Bevacqua 的书籍 《Practical Modern JavaScript》,这是该书的第二章。翻译采用意译,部分内容与原书有所不同。 本章翻译时我最大的收获有以下几点: ...
分类:
其他好文 时间:
2020-07-15 15:40:00
阅读次数:
60
VM-FT 论文研读 说明:本文为论文 《The Design of a Practical System for Fault-Tolerant Virtual Machines》 的个人理解,难免有理解不到位之处,欢迎交流与指正 。 论文地址:VM-FT 论文 本文的总结包括论文内容以及 MIT6 ...
分类:
系统相关 时间:
2020-07-05 13:48:26
阅读次数:
61
一、视图更换的必要性 视图更换是系统由于Primary出故障而能够保证可用性(liveness)的手段,可用性指操作能够在有效时间内完成。 checkpoint, stable checkpoint the states produced by the excution of these reque ...
分类:
其他好文 时间:
2020-06-30 01:00:19
阅读次数:
89
视频系列:RTX实时射线追踪(上) Video Series: Practical Real-Time Ray Tracing With RTX RTX在游戏和应用程序中引入了一个令人兴奋的和根本性的转变。在这个视频系列中,NVIDIA工程师Martin Karl Lefrancois和Pascal ...
分类:
其他好文 时间:
2020-06-21 16:06:27
阅读次数:
84
摘要 我们对互联网上可访问的在线服务日益增长的依赖性需要高可用性的无需中断即可提供正确服务的系统。软件漏洞, 运营商错误和恶意攻击是服务中断的主要原因,而且它们可能导致任意行为,也就是拜占庭故障。本文介绍了一种新的复制算法 BFT,可用于构建容忍拜占庭故障的高可用性系统。BFT 可以在实践中用于实现 ...
分类:
其他好文 时间:
2020-05-04 21:04:44
阅读次数:
57
size_t is a defined type (through typedef) which is basically an unsigned long int. Since the idea of a negative value for a size isn't practical some ...
分类:
其他好文 时间:
2020-04-30 09:31:40
阅读次数:
70
A - Buggy Sorting Little boy Valera studies an algorithm of sorting an integer array. After studying the theory, he went on to the practical tasks. As ...
分类:
其他好文 时间:
2020-04-26 11:23:37
阅读次数:
70
cr: http://fsl.fmrib.ox.ac.uk/fslcourse/2019_Beijing/lectures/Registration/FSL_Registration_Practical.pdf the story starts from a question... If we we ...
分类:
移动开发 时间:
2020-04-24 14:34:53
阅读次数:
88