1. 阿里云得远程仓库 2. maven官方运维的2号仓库 3. maven在UK架设的仓库 4. JBoss的仓库 ...
分类:
其他好文 时间:
2018-07-31 22:12:43
阅读次数:
284
Ansible可以按照不同的角色来部署服务,这样可以更加清晰地为不同用途的服务器进行分类管理。例如创建一个base角色,用来初始化新装的服务器,比如安装基本的软件包、关闭防火墙和selinux,启动相关的服务等。同时分别创建web和database的角色来定义和安装配置web服务器和数据库服务器。系统环境和软件版本同上一篇文章。创建一个base角色在/etc/ansible/roles目录下创建b
分类:
其他好文 时间:
2018-07-30 18:37:41
阅读次数:
234
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less t ...
分类:
其他好文 时间:
2018-07-29 11:55:14
阅读次数:
177
python第一个正则表达式 r'imooc' Pattern Match result ...
分类:
编程语言 时间:
2018-07-28 22:45:08
阅读次数:
178
题意:N个人,M个团体。每个人有属于自己的一些团体编号。将每个人分配到自己属于的团体中,问这个人数最多的团体其人数最小值是多少。 分析:一个一对多的二分图匹配,且是最大值最小化问题。二分图的多重匹配建立在匈牙利算法的基础上,令每个Y部的点可匹配多个点,但是规定其上限,超过上限就要在已有的匹配点中寻找 ...
分类:
其他好文 时间:
2018-07-26 22:06:32
阅读次数:
162
18、YouwanttoInstallOracle11gdatabasesoftwareandcreateadatabaseonASMImmediatelyaftertheInstall.YourplanistoinstallbothOracledatabaseandGridInfrastructure.Whichtwoaretrueinthisscenario?A)GridInfrastruct
分类:
其他好文 时间:
2018-07-24 11:54:53
阅读次数:
139
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less t ...
分类:
其他好文 时间:
2018-07-23 15:08:31
阅读次数:
171
因项目需要入坑cordova,奔跑吧骚年,目前只是要求安卓平台,下面都是以安卓为例 最好的学习资料还是官网。 https://cordova.apache.org/ https://cordova.apache.org/plugins/ 官网文档(中文版无力吐槽) https://cordova.a ...
分类:
其他好文 时间:
2018-07-21 00:51:28
阅读次数:
177
1.Maven本地仓库<localRepository>D:\DevTools\maven_Analytics\mavenrepo</localRepository> 2、网络仓库http://mvnrepository.com/ 3、文件内容 ...
分类:
其他好文 时间:
2018-07-20 22:34:03
阅读次数:
1062
groupby(Sorted_list, key) 将已排序的序列按关键字分组。 例子: group/s(int) 提出正则表达式匹配分组截获的字符串,groups返回括号匹配的字符。 例子: getattr(object,attr) 返回对象属性,具体如例子: 例子: ...
分类:
编程语言 时间:
2018-07-19 21:00:50
阅读次数:
146