上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页
摘要: Reference:https://www.infvie.com/ops-notes/jenkins-ansible.html 概述 在CI/CD流程中,项目的可持续迭代,版本回档都是十分重要的环节。而网络资源中看着似乎基于jenkins+ansible发布spring boot/cloud类的ja 阅读全文
posted @ 2019-10-27 21:35 heycomputer 阅读(2156) 评论(0) 推荐(0) 编辑
摘要: 1.Download wget http://download.redis.io/releases/redis-5.0.5.tar.gzorcurl -o http://download.redis.io/releases/redis-5.0.5.tar.gz 2.Compile On linux: 阅读全文
posted @ 2019-10-17 22:45 heycomputer 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Redishttp://download.redis.io/releases/redis-5.0.5.tar.gzhttp://download.redis.io/releases/redis-4.0.14.tar.gzhttps://raw.githubusercontent.com/antire 阅读全文
posted @ 2019-10-16 22:09 heycomputer 阅读(222) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # 生成ssh公钥文件并批量上传到远程主机。 # 将iplist和此脚本放在同一目录下执行。 # ssh-copy-id命令默认使用的端口为22,如果不是,请手动更改。 # iplist文件中每行一个ip地址。 #WARNA KESUKAAN cyan='\e[0;36m' 阅读全文
posted @ 2019-10-13 16:35 heycomputer 阅读(851) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python2 #-*-coding:utf-8-*- ''' @version: python2.7 @author: ‘zyjsuper‘ @license: Apache Licence @software: PyCharm @file: gettodb.py @time: $2019-10-03 10:01 ''' # 导入需要使用到的模块 import... 阅读全文
posted @ 2019-10-07 16:12 heycomputer 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: 1. Install and configure the necessary dependencies Next, install Postfix to send notification emails. If you want to use another solution to send ema 阅读全文
posted @ 2019-10-05 07:03 heycomputer 阅读(204) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-30 01:13 heycomputer 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 1.使用Exeinfo查看navicat.exe文件信息,程序由Delphi 2013编写。 Delphi程序编写的程序有一个特点就是使用主程序框架作为入口,一般命名中都会包含“MainForm”的字样,当然不全是,也有个案,到这里,我们应该就会有一个思路,就是能否搜索该字符串来找到调用主程序的位置 阅读全文
posted @ 2019-09-17 20:26 heycomputer 阅读(504) 评论(0) 推荐(0) 编辑
摘要: jenkins 1. 运行jenkinsdocker run -u root --rm -d -p 8080:8080 -p 50000:50000 -v jenkins-data:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.s 阅读全文
posted @ 2019-09-07 19:00 heycomputer 阅读(171) 评论(0) 推荐(0) 编辑
摘要: package net.xmind.verify.internal; import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.... 阅读全文
posted @ 2019-08-31 19:53 heycomputer 阅读(279) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页