摘要: 1. Redis官网 http://www.redis.cn/ 2. Windows安装包下载Github https://github.com/microsoftarchive/redis/releases 这里选择zip的下载方式,点击Redis-x64-3.2.100.zip 下载之后将其解压 阅读全文
posted @ 2021-07-13 23:10 coder_Fish 阅读(143) 评论(0) 推荐(0)
摘要: 1. 使用Git 安装完 Git 之后,要做的第一件事就是设置你的用户名和邮件地址。它们会写入到你的每一次提交中,不可更改: $ git config --global user.name "ZxxxCxx" $ git config --global user.email xxxxxxx@outl 阅读全文
posted @ 2021-06-16 21:36 coder_Fish 阅读(97) 评论(0) 推荐(0)