摘要: 整合自互联网 一、hiredis 类库的安装 tar -zxvf hiredis-v0.13.3.tar.gz 二、封装 redisUtil.h 访问 实现 redis 的连接,按 key 来获取各个类型的数据 redisUtils.h /* * redis.h * * Created on: 20 阅读全文
posted @ 2018-08-16 14:30 oftenlin 阅读(4918) 评论(0) 推荐(0) 编辑
摘要: c++ md5 算法封装 md5.h md5.cpp 阅读全文
posted @ 2018-08-16 14:19 oftenlin 阅读(3276) 评论(0) 推荐(0) 编辑
摘要: 一、初始化 git git init 这样会默认创建 master 分支 二、查看当前状态 git status 查看 git 的默认状态 三、创建一个文件,并把它添加到 git 仓库,使用 git status 查看工作区的的状态 vi README.m git status 能看到一下信息 On 阅读全文
posted @ 2018-08-16 10:26 oftenlin 阅读(322) 评论(0) 推荐(0) 编辑