会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
会飞の鱼
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2017年6月27日
centos7 安装mysql
摘要: wget http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm yum install mysql-community-client mysql-community-devel
阅读全文
posted @ 2017-06-27 10:59 会飞の鱼
阅读(136)
评论(0)
推荐(0)
编辑
python 解析 yaml文件
摘要: import yamlwith open("./test.yaml") as f: x = yaml.load(f)print(x)[{'tasks': [{'yum': {'state': 'latest', 'name': 'httpd'}, 'name': 'ensure apache is
阅读全文
posted @ 2017-06-27 09:53 会飞の鱼
阅读(10456)
评论(0)
推荐(0)
编辑