In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 20:50:35
阅读次数:
68
HDFS产出背景及定义 Hadoop分布式文件系统(HDFS)被设计成适合运行在通用硬件(commodity hardware)上的分布式文件系统。它和现有的分布式文件系统有很多共同点。但同时,它和其他的分布式文件系统的区别也是很明显的。HDFS是一个高度容错性的系统,适合部署在廉价的机器上。HDF ...
分类:
其他好文 时间:
2020-01-15 21:18:15
阅读次数:
85
find结合grep模糊匹配文件搜索关键字 不知道哪个单词在哪个文件里面可以使用这种方法 ...
分类:
系统相关 时间:
2020-01-15 14:10:57
阅读次数:
100
Self-supervised learning and computer vision 2020-01-15 08:05:47 Source: https://www.fast.ai//2020/01/13/self_supervised/ Introduction to self-supervi ...
分类:
其他好文 时间:
2020-01-15 09:35:25
阅读次数:
164
1.查看当前的主机名 [root@fangjian ~]# hostnamectl Static hostname: brace Pretty hostname: Brace Icon name: computer-vm Chassis: vm Machine ID: 201912251116078 ...
分类:
系统相关 时间:
2020-01-14 13:33:19
阅读次数:
104
simple faster RCNN 代码地址: https://github.com/chenyuntc/simple-faster-rcnn-pytorch/tree/master 作者解析: https://zhuanlan.zhihu.com/p/32404424 YOLOv3 代码地址: ...
分类:
编程语言 时间:
2020-01-13 14:39:13
阅读次数:
97
1、背景 随着网络规模的日益增长,网络的基础设施需要不断发展的网络功能(Network Function)才能使得网络安全可靠的运行,这些网络功能例如:NAT(Network Address Translation,网络地址转换),负载均衡,流量整形,防火墙等等。 但由于网络功能由纯软件实现,这便来 ...
分类:
其他好文 时间:
2020-01-13 10:55:16
阅读次数:
93
[TOC] "He K, Zhang X, Ren S, et al. Deep Residual Learning for Image Recognition[C]. computer vision and pattern recognition, 2016: 770 778." @article ...
分类:
Web程序 时间:
2020-01-11 23:53:54
阅读次数:
171
java 1.Java 核心技术卷I 基础知识(第10版) 2.Java8 实战 3.Effective Java 4.Java 并发编程的艺术 5.Java 并发编程实战 6.深入理解Java虚拟机 计算机网络 1.图解TCP/IP 2.图解HTTP 3.Computer Networking A ...
分类:
其他好文 时间:
2020-01-11 20:35:05
阅读次数:
98
To use GIT on your Windows computer you must first download and install it. You can download the latest version of GIT from this page. Download the in ...