码迷,mamicode.com
首页 >  
搜索关键字:ansible-playbook limits    ( 1630个结果
Codeforces Round #651 (Div. 2) E - Binary Subsequence Rotation 思维
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 14:20:23    阅读次数:58
Codeforces Global Round 8 E - Ski Accidents 拓扑
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 14:13:49    阅读次数:55
Codeforces Global Round 8 D - AND, OR and square sum 尽量往大的数字上移动
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:移动开发   时间:2020-06-21 14:06:53    阅读次数:54
Codeforces Round #651 (Div. 2) D - Odd-Even Subsequence 二分
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 14:04:53    阅读次数:64
Codeforces Global Round 8 B - Codeforces Subsequences 构造
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 13:44:09    阅读次数:80
Codeforces Round #651 (Div. 2) C - Number Game 博弈
#include<map> #include<queue> #include<time.h> #include<limits.h> #include<cmath> #include<ostream> #include<iterator> #include<set> #include<stack> # ...
分类:其他好文   时间:2020-06-21 13:34:23    阅读次数:64
后缀数组
后缀数组 对于给定的字符串$s$,构建两个数组$sa$和$rk$,其中$rk[i]$表示$s[i,n]$在$s$的所有后缀中的字典序排名,$sa[i]$则表示排名$i$的后缀的最左端位置。容易发现有$sa[rk[i]]=rk[sa[i]]=i$。 构造 - 倍增法 一般来说,我们用倍增法$O(n\l ...
分类:编程语言   时间:2020-06-19 21:10:49    阅读次数:59
linux登录普通用户提示-bash: fork: retry: No child processe
错误描述:网上查了一下资料,要修改系统资源限制vi/etc/security/limits.d/20-nproc.confsoftnproc4096rootsoftnprocunlimited修改为softnprocunlimitedrootsoftnprocunlimited保存退出就没有问题了
分类:系统相关   时间:2020-06-17 16:54:37    阅读次数:249
ansible playbook中when的多种用法和playbook handler
回顾 剧本中可以使用判断的方式,减少hosts(play)的个数 template jinjia2 剧本中不能使用if判断,使用when判断 shutdown -a 取消关机 shutdown -s 关机 shutdown -f 强行关闭应用程序 shutdown -m \\计算机名 控制远程计算机 ...
分类:其他好文   时间:2020-06-14 01:03:23    阅读次数:53
centos7clickhouse安装教程以及遇到的坑
先做些准备工作: 不同版本的centos系统可能不一致,需要自己注意 1 .CentOS取消打开文件数限制 在/etc/security/limits.conf、/etc/security/limits.d/90-nproc.conf这2个文件的末尾加入一下内容: [root@hadoop102 s ...
分类:其他好文   时间:2020-06-10 13:21:22    阅读次数:191
1630条   上一页 1 ... 7 8 9 10 11 ... 163 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!