css属性相关 字体属性 文字字体(font-family) font-family,可以把多个字体名称作为一个‘回退’系统来保存。如果浏览器不支持第一个字体就向后找。没有的会使用浏览器默认的字体。 字体大小(font-size) 设置成inherit表示继承父元素字体的大小值。 字重(粗细,fon ...
分类:
Web程序 时间:
2018-03-10 21:52:55
阅读次数:
218
本文为原创文章,转载请标明 "出处" 目录 1. 制作U盘启动盘 2. 安装 Kali Linux 3. 之后的事 更新源 配置 Zsh 配置 Vim 修改 Firefox 语言为中文 安装 Gnome 扩展 美化 安装 Google 拼音输入法 安装常用软件 4. 最后 1. 制作U盘启动盘 1 ...
分类:
系统相关 时间:
2018-03-10 19:29:39
阅读次数:
9945
Description "Let it Bead" company is located upstairs at 700 Cannery Row in Monterey, CA. As you can deduce from the company name, their business is b ...
分类:
其他好文 时间:
2018-03-06 18:19:49
阅读次数:
198
All rights reserved. Please don't share this article without notifying me. Email address: westonhunter@zju.edu.cn From eq. 10 in part 1 we can find th ...
分类:
其他好文 时间:
2018-03-06 17:02:49
阅读次数:
262
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1709 题意:'@'是油田,上下左右如果出现'@'表明是同一片油田,问区域内有几片油田。 思路:出在了广搜的专题,然而还是按照当年第一次接触深搜时的思路写的,如果搜到 ...
分类:
其他好文 时间:
2018-01-28 20:01:09
阅读次数:
139
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1994 http://poj.org/problem?id=2396 题目大意:给一个m行n列的空矩阵,让你往上面填数(数为非负整数),使得这个矩阵满足: 1.每行/列和等于给 ...
分类:
其他好文 时间:
2018-01-07 14:07:43
阅读次数:
197
题目: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3496 大概意思:给你一个网络,有源汇,在保证最大流的情况下求下面两个问题答案 1.所有边中流量最大的边流量最小 2.所有边中流量最小的边流量最大 题解: De了一下午 ...
分类:
其他好文 时间:
2018-01-06 23:21:46
阅读次数:
240
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3496 题目大意:A公司从S到T运货,每条路都有一个运货上限,而B公司则有p点费用点可以分配到个个路上,设分配到一条路上的费用点为x,该路走了y个货物,则需收费x*y,在以运货 ...
分类:
其他好文 时间:
2018-01-06 22:10:45
阅读次数:
153
题目: 无源汇可行流例题 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1314 题解: 证明什么的就算了,下面给出一种建图方式 1.建虚拟的S和T 2.每一条原图的边(u,v),设最大容量是Max,最小是Min,建一条容量为M ...
分类:
其他好文 时间:
2018-01-06 11:51:07
阅读次数:
147
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1314 题目大意:无源汇上下界网络流,问每个管子走多少流量才能满足所有管子的下界,如果没有方案输出“NO”。 ———————————————————————— 上下界网络流无源汇板 ...
分类:
其他好文 时间:
2018-01-05 20:52:55
阅读次数:
200