给定一个二分图G(V,E),V为顶点集,E为边集,在G的一个子图M中,M的边集E中的任意两条边都不依附于同一个顶点,则称M是一个匹配。 极大匹配(Maximal Matching)是指在当前已完成的匹配下,无法再通过增加未完成匹配的边的方式来增加匹配的边数。最大匹配(maximum matching ...
分类:
其他好文 时间:
2018-01-02 23:38:20
阅读次数:
334
独立硬盘冗余阵列(RAID, Redundant Array of Independent Disks),旧称廉价磁盘冗余阵列(Redundant Array of Inexpensive Disks),简称磁盘阵列。其基本思想就是把多个相对便宜的硬碟组合起来,成为一个硬碟阵列组,使性能达到甚至超过 ...
分类:
其他好文 时间:
2017-12-26 18:04:09
阅读次数:
156
环境:三个centos7 K8s是Master;K8s01是node1;K8s02是node2 官方文档:https://kubernetes.io/docs/setup/independent/install-kubeadm/ 注意:kubernetes几乎所有的安装组件和docker 镜像都放在 ...
分类:
Web程序 时间:
2017-12-23 12:03:04
阅读次数:
244
Generally speaking, each application will get its own JVM instance and its own OS-level process and each JVM instance is independent of each other. Th ...
分类:
其他好文 时间:
2017-12-17 00:11:59
阅读次数:
162
题目: Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the follo ...
分类:
编程语言 时间:
2017-12-16 21:16:37
阅读次数:
210
转载自 灵跃云 :原文链接 序 言 SPICE,即Simple Protocol for Independent Computing Environment(独立计算环境简单协议)是红帽企业虚拟化桌面版的主要技术组件之一,具有自适应能力的远程提交协议,能够提供与物理桌面完全相同的最终用户体验。借助支 ...
分类:
其他好文 时间:
2017-12-15 12:41:50
阅读次数:
131
转载自 灵跃云 :原文链接 序 言 SPICE,即Simple Protocol for Independent Computing Environment(独立计算环境简单协议)是红帽企业虚拟化桌面版的主要技术组件之一,具有自适应能力的远程提交协议,能够提供与物理桌面完全相同的最终用户体验。借助支 ...
分类:
其他好文 时间:
2017-12-05 20:14:44
阅读次数:
240
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. For example, given the following ma ...
分类:
其他好文 时间:
2017-12-02 11:13:43
阅读次数:
174
Date: Nov. 8, 2017. Problem: https://leetcode.com/problems/maximal-rectangle/description/ Description: Given a 2D binary matrix filled with 0's and 1' ...
分类:
其他好文 时间:
2017-11-08 22:15:03
阅读次数:
159
题目大意:给一个由0和1组成r行c列的矩阵M,找出其中面积最大的由1组成的矩形。 这道题目和之前一道提供高度计算最大矩形的题目Largest Rectangle in Histogram是一样的,这里也一块说一下。Largest Rectangle in Histogram这道题目提供若干宽度为1的 ...
分类:
其他好文 时间:
2017-11-02 22:30:12
阅读次数:
260