最近工作中讨论到了Raft协议相关的一些问题,正好之前读过多次Raft协议的那paper,所以趁着讨论做一次总结整理。 我会将Raft协议拆成四个部分去总结: 算法基础 选举和日志复制 安全性 节点变更 这是第一篇:《解读Raft(一 算法基础)》 什么是RAFT 分布式系统除了提升整个体统的性能外 ...
分类:
其他好文 时间:
2020-04-30 18:59:10
阅读次数:
107
Cooling-Shrinking Attack: Blinding the Tracker with Imperceptible Noises 2020-04-28 15:16:40 Paper: https://arxiv.org/pdf/2003.09595 Code: https://git ...
分类:
其他好文 时间:
2020-04-28 17:11:57
阅读次数:
67
QATM: Quality-Aware Template Matching For Deep Learning 2020-04-27 11:50:16 Paper: https://arxiv.org/pdf/1903.07254.pdf Code: https://github.com/kamat ...
分类:
其他好文 时间:
2020-04-27 13:31:58
阅读次数:
61
基础教程之导出Pdf收据 说明 本教程主要说明如何使用Magicodes.IE.Pdf完成Pdf收据导出 要点 导出PDF数据 自定义PDF模板 导出单据 如何批量导出单据 导出特性 PdfExporterAttribute Orientation: 方向(横向或纵向) PaperKind: 纸张类 ...
分类:
Web程序 时间:
2020-04-21 09:48:07
阅读次数:
67
[TOC] 1、安装 sphinx 环境 首先安装 python 环境 这里可以安装 anacond ,使用起来比较方便。参考: "Anaconda的安装和详细介绍(带图文)" 我这里直接使用 scoop 来安装。 然后安装 Sphinx 软件 打开 自带的 ,输入下面命令进行安装 2、生成 Sph ...
分类:
其他好文 时间:
2020-04-18 16:00:12
阅读次数:
85
题目链接:https://nanti.jisuanke.com/t/42400 这还是去年去现场赛打的,当时菜的不行,就白给了。最近学了主席树套树状数组,感觉好强的数据结构啊。我们学长说这题挺简单,建字典树dfs序,跑cdq分治就好了(%%%)。本菜鸡发现这题主席树套树状数组也能做。 题意:给你n个 ...
分类:
其他好文 时间:
2020-04-15 16:32:05
阅读次数:
135
位置: E:\CNKI E-Study\localestudy\Literature\SAT求解器学习_6B1FE1DF69904FE2AEC3542DCF408574\VSIDS paper\VISDS-solvers\vsids-master-1\vsids-master-1\minisat-p ...
分类:
其他好文 时间:
2020-04-14 01:02:13
阅读次数:
76
位置: E:\CNKI E-Study\localestudy\Literature\SAT求解器学习_6B1FE1DF69904FE2AEC3542DCF408574\VSIDS paper\VISDS-solvers\vsids-master-1\vsids-master-1\countbrid ...
分类:
其他好文 时间:
2020-04-14 00:59:15
阅读次数:
58
1.无需编号 \begin{itemize}\item {} ...\item {} ...\item {}...\item {} ...\end{itemize} 举例: \indent The main contributions of this paper are as follows:%主要 ...
分类:
其他好文 时间:
2020-04-12 22:26:04
阅读次数:
148
2.5D Visual Sound:CVPR2019论文解析 论文链接: http://openaccess.thecvf.com/content_CVPR_2019/papers/Gao_2.5D_Visual_Sound_CVPR_2019_paper.pdf Video results: ht ...
分类:
其他好文 时间:
2020-04-11 09:38:31
阅读次数:
83