本文参考以下文章 "Maximum flow" Flow Networks基本性质 在图论中,网络流被定义为一个有向图,其中包含一个起点 S ource和一个终点 T arget,以及几条连接各顶点的边。每条边都有各自的容量 C apacity,这是边所能允许的最大流量 网络流中的流量$f$应满足如 ...
分类:
其他好文 时间:
2020-03-04 23:05:40
阅读次数:
69
1、 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=devic ...
一.安装MySQL 1. 1 bit[(M)] 2 二进制位(101001),m表示二进制位的长度(1-64),默认m=1 3 4 tinyint[(m)] [unsigned] [zerofill] 5 6 小整数,数据类型用于保存一些范围的整数数值范围: 7 有符号: 8 -128 ~ 127. ...
分类:
数据库 时间:
2020-03-02 20:40:29
阅读次数:
109
Codeforces Round #625 (Div. 2, based on Technocup 2020 Final Round) B. Journey Planning time limit per test 2 seconds memory limit per test 256 megaby ...
分类:
其他好文 时间:
2020-03-02 13:13:48
阅读次数:
68
1、题目 Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's ...
分类:
其他好文 时间:
2020-03-02 01:09:35
阅读次数:
82
c++ STL set容器 insert后的set是从小到大排序的。 set.begin() < .. < set.rbegin() 参考代码: 1 class Solution { 2 public: 3 int thirdMax(vector<int>& nums) { 4 set<int> M ...
分类:
其他好文 时间:
2020-03-01 12:34:23
阅读次数:
63
一、伸缩布局盒模型(弹性盒模型) css3引入一种新的布局模式——flexbox布局,即伸缩布局盒模型,用来提供一个更有效的方式制定、调整和分布一个容器里的子项目布局,即使他们的大小是未知或者动态的。 主要思想是让容器有能力让其子项目能够改变其宽度、高度(甚至顺序),以最佳的方式填充可用空间(主要是 ...
分类:
移动开发 时间:
2020-02-29 22:37:15
阅读次数:
94
1.ACL权限简介与开启 一.ACL权限是为了解决所有者/所属组/其他人三种身份不足的问题 二.查看分区ACL权限是否开启 dumpe2fs命令是查询指定分区详细文件系统信息的命令 dumpe2fs h /dev/sda3 Default mount options: user_xattr acl显 ...
分类:
系统相关 时间:
2020-02-29 22:10:52
阅读次数:
85
ShardingTaskExecutorPoolMaxSize 1 Maximum number of outbound connections each TaskExecutor connection pool can open to any given mongod instance. 2 Th ...
分类:
其他好文 时间:
2020-02-29 20:11:47
阅读次数:
80
题目: Given a non-empty binary tree, find the maximum path sum. For this problem, a path is defined as any sequence of nodes from some starting node to ...
分类:
编程语言 时间:
2020-02-28 14:11:20
阅读次数:
84