会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HeyComputer
吾生也有涯,而知也无涯 。以有涯随无涯,殆已!已而为知者,殆而已矣!为善无近名,为恶无近刑。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
26
下一页
2019年10月27日
Jenkins+Ansible 持续集成与自动发布
摘要: 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
阅读(2193)
评论(0)
推荐(0)
2019年10月17日
如何创建redis集群
摘要: 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
阅读(155)
评论(0)
推荐(0)
2019年10月16日
压力测试及开发环境所需软件
摘要: 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
阅读(228)
评论(0)
推荐(0)
2019年10月13日
批量上传ssh公钥文件到远程主机
摘要: #!/bin/bash # 生成ssh公钥文件并批量上传到远程主机。 # 将iplist和此脚本放在同一目录下执行。 # ssh-copy-id命令默认使用的端口为22,如果不是,请手动更改。 # iplist文件中每行一个ip地址。 #WARNA KESUKAAN cyan='\e[0;36m'
阅读全文
posted @ 2019-10-13 16:35 heycomputer
阅读(867)
评论(0)
推荐(0)
2019年10月7日
python爬取企业名录并入库
摘要: #!/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
阅读(1148)
评论(0)
推荐(0)
2019年10月5日
Install gitlab enterprise on ubuntu
摘要: 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
阅读(211)
评论(0)
推荐(0)
2019年9月30日
Radare+Hopper联袂破解Hopper For Linux最新试用版功能限制
该文被密码保护。
阅读全文
posted @ 2019-09-30 01:13 heycomputer
阅读(72)
评论(0)
推荐(0)
2019年9月17日
Navicat 12.1.22(32bit) For Windows动态调试分析
摘要: 1.使用Exeinfo查看navicat.exe文件信息,程序由Delphi 2013编写。 Delphi程序编写的程序有一个特点就是使用主程序框架作为入口,一般命名中都会包含“MainForm”的字样,当然不全是,也有个案,到这里,我们应该就会有一个思路,就是能否搜索该字符串来找到调用主程序的位置
阅读全文
posted @ 2019-09-17 20:26 heycomputer
阅读(568)
评论(0)
推荐(0)
2019年9月7日
如何运行docker上的Jenkins,zabbix
摘要: 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
阅读(177)
评论(0)
推荐(0)
2019年8月31日
xmind_verifylicense
摘要: 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
阅读(300)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
26
下一页
公告