- 博客(3)
- 收藏
- 关注
原创 Git 回忆录
虽然天天在使用Git, 以前也看过相关资料, 但总是在遗忘, 写这个就当作是回忆Mac下直接用命令行, Window下用 Gitbash操作体验其实差不多全局配置git config --global user.name "lys"git config --global user.email lysi@163.com对应的 ~/.gitconfig 文件是长这个样子的[use...
2019-04-27 16:10:21 112
转载 xsync
多台服务器下同步文件感觉挺好用的. 引用自:https://blog.csdn.net/yhblog/article/details/84066218linux 文件分发脚本#!/bin/bash#1 获取输入参数个数,如果没有参数,直接退出pcount=$#if((pcount==0)); thenecho no args;exit;fi#2 获取文件名称p1=$1f...
2019-04-17 17:15:03 1574
原创 springboot redis集群 环境
1. 引入redis 配置 application.propertiesaddress1=10.0.71.50:7001address2=10.0.71.50:7006address3=10.0.71.51:7004address4=10.0.71.51:7002address5=10.0.71.52:7003address6=10.0.71.52:70052. 设置applica...
2019-03-04 13:12:26 84
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人