摘要: 两种情况(场景) 情况一 代码还只在本地,未push到运程仓库,想把代码还原到上一次commit的代码,此时操作为代码撤销 解决方案: 情况二 代码已经push到运程仓库,想把代码还原到上一次提交,此时操作为代码回滚 解决方案: 1)先查看git提交日志,找到上次提交的信息,输入命令 git log 阅读全文
posted @ 2018-09-13 12:19 vin_howe 阅读(19232) 评论(0) 推荐(1) 编辑
摘要: 在Redis运行过程中,报错信息如下: Redis::CommandError (MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands 阅读全文
posted @ 2018-09-13 11:18 vin_howe 阅读(1775) 评论(0) 推荐(0) 编辑