摘要: 参考博客 "使用Git来管理自己代码和读书笔记" "如何解决pull后的冲突" "git添加.gitignore忽略target git设置忽略列表" 本地代码如何上传到Git上 + 第一步:初始化本地仓库:git init + 第二步:添加本地文件:git add readme.txt(自己建re 阅读全文
posted @ 2019-11-26 19:47 指掀涛澜 阅读(161) 评论(0) 推荐(0)
摘要: 配置文件:~/conf/zoo.cfg # The number of milliseconds of each tick 心跳停止的最长时间2s tickTime=2000 # The number of ticks that the initial # synchronization phase 阅读全文
posted @ 2019-11-26 09:51 指掀涛澜 阅读(1187) 评论(0) 推荐(0)