摘要: 一,查看当前zookeeper的版本: [root@localhost conf]# echo stat|nc 127.0.0.1 2181 Zookeeper version: 3.5.6-c11b7e26bc554b8523dc929761dd28808913f091, built on 10/ 阅读全文
posted @ 2020-02-18 22:17 刘宏缔的架构森林 阅读(626) 评论(0) 推荐(0)
摘要: 一,下载zookeeper: 1,官网地址 http://zookeeper.apache.org/ 找到这个地址: https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/zookeeper-3.5.6/ 2,下载 [root@localhost 阅读全文
posted @ 2020-02-18 19:11 刘宏缔的架构森林 阅读(2823) 评论(0) 推荐(2)
摘要: 一,下载: 1,下载页面: https://redis.io/ 2,下载 [root@localhost source]# wget http://download.redis.io/releases/redis-5.0.7.tar.gz 说明:架构森林是一个专注架构的博客, 网站:https:// 阅读全文
posted @ 2020-02-18 10:57 刘宏缔的架构森林 阅读(19089) 评论(5) 推荐(0)
摘要: 一,git reset的功能: 该命令修改HEAD的位置,即将HEAD指向的位置改变为之前存在的某个版本, 说明: 修改后,push到远程仓库时需要使用“git push -f”提交更改 原因:因为我们本地库HEAD指向的版本比远程库的要旧 说明:架构森林是一个专注架构的博客, 网站:https:/ 阅读全文
posted @ 2020-02-17 20:17 刘宏缔的架构森林 阅读(698) 评论(0) 推荐(0)
摘要: 一,git stash的作用: 能够将所有未提交的修改(工作区和暂存区)保存至堆栈中,用于后续恢复当前工作目录 说明:架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php/2023/05 阅读全文
posted @ 2020-02-17 20:03 刘宏缔的架构森林 阅读(489) 评论(0) 推荐(0)
摘要: 一,git的tag是什么? tag就是给commit起一个容易记忆容易理解的名字 说明:架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php/2023/05/16/gittag-de-y 阅读全文
posted @ 2020-02-17 19:50 刘宏缔的架构森林 阅读(251) 评论(0) 推荐(0)
摘要: 一,git merge 与 git rebase的区别 1,git merge 例如: master分支合并dev分支,git将两个分支dev和master上的所有commit , 按照提交时间的先后顺序进行依次放到master分支上 2, git rebase操作实际上是将当前执行rebase分支 阅读全文
posted @ 2020-02-17 19:42 刘宏缔的架构森林 阅读(1215) 评论(0) 推荐(0)
摘要: 一,如何修改一个commit的注释? root@kubuntu:/data/git/clog# git commit --amend 说明:架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index. 阅读全文
posted @ 2020-02-17 18:46 刘宏缔的架构森林 阅读(254) 评论(0) 推荐(0)
摘要: 一,查看本地centos的版本: [root@localhost lib]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 说明:架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: 阅读全文
posted @ 2020-02-16 22:41 刘宏缔的架构森林 阅读(384) 评论(0) 推荐(0)
摘要: 一,查看本地centos的版本: [root@localhost lib]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 说明:架构森林是一个专注架构的博客,网站:https://blog.imgtouch.com本文:  阅读全文
posted @ 2020-02-16 22:24 刘宏缔的架构森林 阅读(295) 评论(0) 推荐(0)