摘要: git上新建仓库 创建的父工程导入到idea中 1 直接下载后导入 2 通过idea直接克隆 idea 安装插件gitee 生成私人令牌链接idea 记得要应用 克隆项目 克隆成功 阅读全文
posted @ 2022-05-13 18:08 花心大萝卜li 阅读(25) 评论(0) 推荐(0)
摘要: https://github.com/git-for-windows/git/releases/download/v2.36.1.windows.1/Git-2.36.1-64-bit.exe 下载完git 后右击 git bash git config --global user.name "xx 阅读全文
posted @ 2022-05-13 17:44 花心大萝卜li 阅读(35) 评论(0) 推荐(0)
摘要: 拉取Redis最新版本镜像 docker pull redis 先创建对应的Redis的映射配置文件 mkdir -p /mydata/redis/conf拷贝配置文件 到redis.conf touch /mydata/redis/conf/redis.conf 创建容器命令 docker run 阅读全文
posted @ 2022-05-13 15:55 花心大萝卜li 阅读(539) 评论(0) 推荐(0)
摘要: 启动docker服务 sudo systemctl start docker 查看docker的版本 sudo docker version 配置阿里云的镜像地址: yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/l 阅读全文
posted @ 2022-05-13 15:41 花心大萝卜li 阅读(148) 评论(0) 推荐(0)
摘要: sudo -i进入root 权限卸载原有的docker 卸载原有的环境 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logr 阅读全文
posted @ 2022-05-13 15:26 花心大萝卜li 阅读(58) 评论(0) 推荐(0)
摘要: VirtualBox官网:[https://www.virtualbox.org/](https://www.virtualbox.org/) Vagrant官网:[https://www.vagrantup.com/](https://www.vagrantup.com/) Vagrant镜像仓库 阅读全文
posted @ 2022-05-13 12:33 花心大萝卜li 阅读(341) 评论(0) 推荐(0)