部署nginx #1.先去查看仓库有没有镜像 root@fanwd-virtual-machine:/home# docker search nginx NAME DESCRIPTION STARS OFFICIAL AUTOMATED nginx Official build of Nginx. ...
分类:
其他好文 时间:
2021-04-08 13:07:20
阅读次数:
0
如下pod定义: containers: - name: busyboxv1 image: busybox:v1 resources: limits: memory: 600Mi cpu: 800m 1cpu=1000m,800m代表 1个cpu使用了80ms(1s=100ms) requests: ...
分类:
其他好文 时间:
2021-04-06 15:04:24
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/my.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifram ...
分类:
移动开发 时间:
2021-04-06 14:13:51
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/my.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifram ...
分类:
其他好文 时间:
2021-04-06 14:08:34
阅读次数:
0
layui表格新增行目前只在从内存加载数据的情况下可行! 在多方查找数据与实验后,我发现layui确实只能在直接赋值数据(从内存加载数据)的情况下新增行,即首次渲染表格时使用内存数据给表格的data参数赋值 如下: table.render({ elem: '#test' data:tableDat ...
分类:
其他好文 时间:
2021-04-02 13:23:56
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/my.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifram ...
分类:
其他好文 时间:
2021-04-02 12:57:52
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/LearnHardware" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p> ...
分类:
其他好文 时间:
2021-04-01 13:30:56
阅读次数:
0
LXXIII.[USACO19DEC]Greedy Pie Eaters P 考场上写了个暴力贪心(因为看到题面中的 greedy ……)然后光荣爆炸…… 因为$n\leq 300$,考虑区间DP。 设$f[i][j]\(表示有且只有区间\)[i,j]\(里的\)\pi$被吃完后的最大收益。 则我们 ...
分类:
其他好文 时间:
2021-03-31 12:19:16
阅读次数:
0
一开始猜了个决策单调性自己没证出来,我太菜了 先定义 $S0$ 为一个圆的面积, $s(i,j)$ 为第 $i$ 个与第 $j$ 个圆的交的面积( $i<j$ ) 先搞一个很暴力的 $\text{DP}$ 设 $f_{i,j}$ 为前 $i$ 个选 $j$ 个的最大并,转移很好想: $f_{i,j} ...
分类:
其他好文 时间:
2021-03-31 11:44:10
阅读次数:
0
题目描述: DNA sequence Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6788 Accepted Submission(s): ...
分类:
其他好文 时间:
2021-03-31 11:42:54
阅读次数:
0