摘要: How to deploy docker registry 阅读全文
posted @ 2017-11-26 21:39 云原生生态圈 阅读(180) 评论(0) 推荐(0) 编辑
摘要: docker之mysql server 阅读全文
posted @ 2017-11-26 14:45 云原生生态圈 阅读(219) 评论(0) 推荐(0) 编辑
摘要: ``` # Licensed Materials - Property of xuelong # Pythonlife # ScriptName: fileops.vianet # Author: xuelong # Data: 2017-Nov-08-12-52 # IDE: PyCharm Community Edition #coding:utf8 import os curr_dir=... 阅读全文
posted @ 2017-11-08 13:40 云原生生态圈 阅读(236) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-11-08 11:45 云原生生态圈 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 前端知识点 响应式框架 bootstrap JQueryUI EasyUI 幻灯片框架bxslide sweetalert datatables layer.layer.com layim.layui.com www.layui.com 阅读全文
posted @ 2017-11-07 09:46 云原生生态圈 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 2 Ansible基础元素介绍 2.1 ansible 目录结构介绍 2.2 ansible 配置文件解析 配置文件解析顺序:当前命令执行目录 用户家目录下的.ansible.cfg /etc/ansible.cfg 2.3 ansible 命令用法详解 2.4 ansible系列命令用法详解 an 阅读全文
posted @ 2017-11-07 09:44 云原生生态圈 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 1 Python之自动化测试框架selenium学习 "offical website" "悠悠之selenium浅谈·博客园" "悠悠软件测试系列" 1.1 基础环境准备 1.1.1 python包下载工具的安装地址: "setuptools" "pip" 1.1.2 webdriver "谷歌浏 阅读全文
posted @ 2017-11-04 00:15 云原生生态圈 阅读(552) 评论(0) 推荐(0) 编辑
摘要: Jenkins official website:https://jenkins.io/ 1 Installing 1.1 use this repository to install on centos7(node2) 1.2 package download link 1.3 install j 阅读全文
posted @ 2017-11-03 21:02 云原生生态圈 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 文本处理三剑客 sed命令 文本处理三剑客: grep, egrep, fgrep:文本过滤器 sed:Stream EDitor,流编辑器,行 awk:文本格式化工具,报告生成器 命令使用格式 script : 地址定界编辑命令 常用选项 :不输出模式空间中的内容至屏幕; : script, ex 阅读全文
posted @ 2017-11-02 23:49 云原生生态圈 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1、文本处理三剑客之grep 对于各种linux的发烧友来说,想玩转linux,就必须对linux的文本处理的三剑客有所了解直到掌握,今天就来小谈一下三剑客之一grep 1、文本三剑客之grep 1、什么是grep 即Global search Regular expression and Prin 阅读全文
posted @ 2017-11-02 23:48 云原生生态圈 阅读(358) 评论(0) 推荐(0) 编辑