上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: 所有软件下载地址:链接:https://share.weiyun.com/QEgshNc8 密码:hg8mnz MHA修复流程说明 (1) MHA通过masterha_manger脚本启动MHA的功能. (2) 在manager启动之前,会自动检查ssh互信(masterha_check_ssh)和 阅读全文
posted @ 2020-05-11 18:00 ForLivetoLearn 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1.配置java和maven位置信息 2.部署脚本 [root@nginx script]# cat javaci.sh #!/bin/bash # 环境变量 # $WORKSPACE:JENKINS自带环境变量,在哪个任务下执行,WORKSAPCE就是哪个目录 # $tag_version:JEN 阅读全文
posted @ 2020-05-08 16:22 ForLivetoLearn 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 1.脚本 [root@nginx script]# cat autoci.sh #!/bin/bash # 环境变量 # $WORKSPACE:JENKINS自带环境变量,在哪个任务下执行,WORKSAPCE就是哪个目录 # $tag_version:JENKINS任务里面git插件传过来的值,就是 阅读全文
posted @ 2020-05-08 15:38 ForLivetoLearn 阅读(944) 评论(0) 推荐(0) 编辑
摘要: 安装部署 系统准备 (1)redhat或cnetos6.2以上系统 (2)系统开发包完整 (3)ip地址和hosts文件解析正常 (4)iptables防火墙&SElinux关闭 (5)关闭大页内存机制 关闭大页内存机制 #永久关闭:root用户下/etc/rc.local最后添加如下代码 if t 阅读全文
posted @ 2020-04-14 17:18 ForLivetoLearn 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.jianshu.com/p/2f93bb771469 1.安装部署 安装编译环境 yum install gcc patch libffi-devel python-devel zlib-devel bzip2-devel openssl-devel ncurses-d 阅读全文
posted @ 2020-04-13 13:52 ForLivetoLearn 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 定义类 class 类名: def 函数名(self): #哪个对象调用这个方法,self就是哪个对象 语句 def 函数名(self): #类中定义函数,第一个参数要是self 语句 变量=类名() #创建类 类的内置方法 class cat(): def __new__(self): #在ini 阅读全文
posted @ 2020-04-01 11:05 ForLivetoLearn 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 注释 ###单行注释 ''' 多行注释 ''' #TODO注释,这种注释会高亮显示 比较 ''' is 比较的是地址 == 比较的是值 ''' a = [1,2,3] b = [1,2,3] c = a print(a is b) print(a == b) print(a is c) False 阅读全文
posted @ 2020-03-31 21:15 ForLivetoLearn 阅读(152) 评论(0) 推荐(0) 编辑
摘要: role下载地址 链接:https://pan.baidu.com/s/1DVdt1iykf8z9kqlaqW9p6Q 提取码:cnkx 复制这段内容后打开百度网盘手机App,操作更方便哦 架构 roles目录结构 [root@localhost roles]# tree . ├── keepali 阅读全文
posted @ 2020-03-29 12:56 ForLivetoLearn 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1.安装git #linux版 [root@localhost ~]# yum install git -y #windowns版 https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25. 阅读全文
posted @ 2020-03-13 13:25 ForLivetoLearn 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1.登陆gitlab失败,报503 查看gitlab状态 [root@localhost ~]# gitlab-ctl status run: alertmanager: (pid 21666) 97s; run: log: (pid 1609) 2814s down: gitaly: 1s, no 阅读全文
posted @ 2020-03-12 15:39 ForLivetoLearn 阅读(1048) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页