01 2019 档案
C# 操作redis
摘要:下载 redis windows 版本 官网目前没有windows安装下载,下载地址为 https://github.com/MicrosoftArchive/redis/releases 直接点击安装 一直下一步 我的安装路径 D:\Program Files\Redis 启动命令行工具 测试re 阅读全文
posted @ 2019-01-15 17:23 freexiaoyu 阅读(8839) 评论(0) 推荐(0)
Retrofit 下载网络图片 保存到本地
摘要:private void downImage(String imagePath) { try { CommonV2Api.downloadFile(mContext, imagePath, new ICallBack() { @Override public void onSuc... 阅读全文
posted @ 2019-01-03 14:29 freexiaoyu 阅读(3832) 评论(0) 推荐(0)