docker防火墙使用的是底层iptables,封装后的firewalld默认不无效如果想要使用firewalld,需要做以下调整:让firewalld移除DOCKER-USER并新建一个```bash # Removing DOCKER-USER CHAIN (it won't exist at ...
分类:
其他好文 时间:
2020-04-01 00:49:28
阅读次数:
341
Freddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visit her, but ...
分类:
其他好文 时间:
2020-03-31 01:24:28
阅读次数:
79
题目链接:https://atcoder.jp/contests/abc158/tasks/abc158_f 题目大意 有$N$个机器人分布在数轴上不同的位置,初始为未激活状态,作为上帝,你可以手动激活任意数量的机器人,当第$i$个机器人被激活时,它会向前走$D_i$个单位长度然后自爆,并且坐标区间 ...
分类:
其他好文 时间:
2020-03-21 12:41:00
阅读次数:
93
本文大部分思路,代码来源于 stone_juice石汁 本人加以改动符合自己的思维过程; 一.搞定高精度数的存储 当long long都解决不了数的存储时,用数组存储,且为了后续计算方便,读取高精度数时用string类型读取。 1 for (int i = 1; i <= s1.length(); ...
分类:
编程语言 时间:
2020-03-19 21:22:43
阅读次数:
63
@[toc] 0. Abstract We trained a large, deep convolutional neural network to classify the 1.2 million high resolution images in the ImageNet LSVRC 2010 ...
分类:
Web程序 时间:
2020-03-14 19:53:58
阅读次数:
70
Atcoder ABC158 F Removing Robots 线段树+dp 题意 一条直线上有机器人,每个机器人有一个激活后行进值D[i],当激活它时,它就会向x轴方向走D[i]距离。进行后它就会离开坐标轴。激活有两种方式,一种是手动激活,一种是当一个机器人在激活状态时的行进距离[x[i],x[ ...
分类:
其他好文 时间:
2020-03-08 09:23:23
阅读次数:
177
GNU Octave 官方文档GNU Octave Documentation(Online)GNU Octave Documentation(PDF)安装额外的包Installing and Removing PackagesOctave Forge% 卸载包pkg uninstall io st... ...
分类:
其他好文 时间:
2020-02-28 10:25:10
阅读次数:
332
石子合并不应该是个区间dp? 题目:There is an old stone game.At the beginning of the game the player picks n(1<=n<=50000) piles of stones in a line. The goal is to me ...
分类:
其他好文 时间:
2020-02-24 22:40:11
阅读次数:
82
POJ 2234 Matches Game HOJ 4388 Stone Game II POJ 2975 Nim HOJ 1367 A Stone Game POJ 2505 A multiplication game ZJU 3057 beans game POJ 1067 取石子游戏 POJ ...
分类:
其他好文 时间:
2020-02-18 15:06:13
阅读次数:
75
https://www.xilazimu.net/ 序号大写小写国际音标[推荐]英文汉字注音常用指代意义 1 Α α /'ælf?/ alpha 阿尔法 角度,系数,角加速度 2 Β β /'bi:t?//'be?t?/ beta 贝塔/毕塔 磁通系数,角度,系数 3 Γ γ /'gæm?/ gam ...
分类:
其他好文 时间:
2020-02-18 10:00:22
阅读次数:
704