码迷,mamicode.com
首页 >  
搜索关键字:yml    ( 1998个结果
Jekyll解决Deprecation: but you haven't included the `jekyll-paginate` gem
Configuration file: E:/LessOrMore/_config.yml Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem ...
分类:其他好文   时间:2017-07-24 11:39:01    阅读次数:334
Docker 专用术语
This section lists terms and definitions you should be familiar with before getting deeper into Docker. For further definitions, see the extensiveglos ...
分类:其他好文   时间:2017-07-24 00:15:50    阅读次数:232
ansible-keepalived-haproxy planbook自动化安装
这个是之前写的一个ansible planbook脚本,我本机使用的是centos6.5 ,其他版本的linux不知道适不适用, 首先ansible 目录结构如下: ...
分类:其他好文   时间:2017-07-23 00:46:13    阅读次数:161
centos7 使用ansible批量挂载硬盘
系统:centos7及以上ansible结构说明│hosts#部署客户端机器 │xfs.yml#ansible控制脚本 │ └─roles └─mount-xfs ├─defaults ├─files │disk.sh#fdisk脚本 │ ├─handlers ├─meta ├─tasks │main.yml#ansible挂载硬盘脚本 │ ├─templates └─varsxfs.yml说明:..
分类:其他好文   时间:2017-07-22 22:39:21    阅读次数:2469
mysql学习笔记一:操作数据库
创建数据库是指在数据库空间中划出一块空间用来存储相关的数据,表就是存储在对应的数据库里面。首先来看下查看数据库的命令:show databases。 这个是用来查询数据库空间下所有的数据库,其中information_schedma/mysql/performace_schema是用来存储管理或者用 ...
分类:数据库   时间:2017-07-22 20:58:17    阅读次数:205
SpringBoot学习:读取yml和properties文件的内容
一、在SpringBoot实现属性注入: 1)、添加pom依赖jar包; 2)、在yml配置文件中: 3)、pojo通过set、get方法获取呀,yml中的值 4)、最终在Controller中执行自动注入就可以完成yml配置属性值: 二、properties配置文件: 使用@PropertySou ...
分类:编程语言   时间:2017-07-19 21:44:24    阅读次数:1545
docker-compose.yml样例(mysql主从+mycat读写分离)
http://blog.veryjava.cn/2016/12/28/01/ ...
分类:数据库   时间:2017-07-19 18:51:59    阅读次数:1946
ansible的使用
ansible主要分为单条命令和组命令(即配置后缀为名yml的文件,使用ansible-playbook执行)的使用,以下分别对两者进行说明。如不会安装ansible,请参考我的文章 centos7安装与配置ansible。 测试环境: ansible:10.0.0.20 node1:10.0.0. ...
分类:其他好文   时间:2017-07-16 23:32:02    阅读次数:219
docker nginx 反向代理
使用docker pull nginx:1.12.0 编写docker-compose.yml nginx:image: 17daebd00e2cports:- 80:80volumes:- /home/conf/nginx.conf:/etc/nginx/nginx.conflinks:- ngi ...
分类:其他好文   时间:2017-07-16 22:34:59    阅读次数:289
Spring Boot 精简笔记
0. Fundamental a. @SpringBootApplication b. pom.xml 1. application.yml (application-dev.yml, application-prod.yml) 2. 注入设置值 a. 直接使用单个值:@Value("${stude ...
分类:编程语言   时间:2017-07-16 19:24:23    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!