Ciwei
docker部署redis cluster docker部署redis cluster
集群搭建用的伪集群,真正的集群放到不同的机器即可。端口是7001-7006 工作目录:/data/redis 创建文件夹首先创建一堆对应端口的文件夹,下面是脚本 create.sh for i in `seq 7001 7006` do
2019-05-23
在线查看代码 在线查看代码
两款谷歌插件 <!–more– > https://chrome.google.com/webstore?hl=zh-CN octotree sourcegraph document.querySelect
2019-05-14
docker安装skywalking docker安装skywalking
docker安装skywalking官方:https://github.com/apache/skywalking-docker.git 大神的:https://github.com/JaredTan95/skywalking-docker
2019-05-12
hexo博客备份转移呀 hexo博客备份转移呀
博客备份安装服务器到期了 可能要换服务器 需要备份博客 这里就是简单的操作步骤 很方便的呀 老服务器备份 备份cd /root/blog/ tar -zcvf theme.tar.gz * 下载备份sz theme.tar.gz
2019-05-11
graylog分布式日志 graylog分布式日志
安装 Graylog nodes should have a focus on CPU power. These also serve the user interface to the browser. Elasticsearch no
2019-05-04
架构图制作draw.io 架构图制作draw.io
架构图制作draw.io 请看例子呀 还不错的呀 是不是咯呀 哈哈哈樱樱 document.querySelectorAll('.github-emoji') .forEach(el => {
2019-05-04
ipfs分布式文件存储系统 ipfs分布式文件存储系统
安装ipfsdocker run -d --name ipfs_host -e IPFS_PROFILE=server -v /root/ipfs/export:/export -v /root/ipfs/data:/data/ipfs -
2019-05-03
springboot集成java应用监控平台javamelody springboot集成java应用监控平台javamelody
文档详情地址:https://github.com/javamelody/javamelody/wiki/SpringBootStarter <dependency> <groupId
2019-04-25
使用JumpServer跳板机管理你的服务器 使用JumpServer跳板机管理你的服务器
1.Jumpserver介绍Jumpserver是一款开源的开源的堡垒机,如下图是官网介绍。 2.安装下面生成的密码一定要记住,以后会用的 mysql # mysql $ create database jumpserver defa
2019-04-19
mybatis自动生成呀 mybatis自动生成呀
mybatis-dsc-generator完美集成lombok,swagger的代码生成工具,让你不再为繁琐的注释和简单的接口实现而烦恼:entity集成,格式校验,swagger; dao自动加@ mapper,service自动注释和依
2019-04-15
阿里开源的缓存框架JetCache 阿里开源的缓存框架JetCache
之前一直在用Spring Cache进行接口数据的缓存,主要是Spring Cache在对具体key缓存失效时间的设置不是很方法,还要自己去扩展,无意中发现了阿里的JetCache。大部分的需求都能满足,并且有一些很实用的功能,今天给大家介
2019-04-15
IDEA工具在线调试Docker容器中的项目 IDEA工具在线调试Docker容器中的项目
IDEA工具在线调试Docker容器中的项目 项目根目录创建Dockerfile FROM frolvlad/alpine-oraclejdk8:slim VOLUME /tmp ADD /target/demo-0.0.1-SNAPSH
2019-03-29
12 / 19