本篇文章小编给大家分享一下Redis模仿手机验证码发送实现代码示例,文章代码介绍的很详细,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
具体如下:
流程图
一:添加jedis依赖包
二:测试连接Redis服务是否成功
// 创建Jedis对象用于连接Redis服务(在服务器上通过redis-server需要指定配置文件:redis-server /etc/redis.conf) Jedis jedis = new Jedis("192.168.119.128", 6379); String value = jedis.ping(); System.out.println(value); jedis.close();
三:编写生成验证码方法
/** * 生成验证码的方法 * @return code */ public static String getCode() { Random random = new Random(); String code = ""; for (int i = 0; i < 6; i++) { int num = random.nextInt(10); code += num; } System.out.println(code); return code; }
四:编写发送验证码方法
/** * 用户点击生成验证码并将其添加到redis中 * @param phone */ public static void sendVerifyCode(String phone) { Jedis jedis = new Jedis("192.168.119.128", 6379); // 手机号码的key,获取手机号码发送验证码次数 String countKey = "VerifyCode" + phone + ":count"; // 验证码的key,获取手机号码的验证码 String codeKey = "VerifyCode" + phone + ":code"; // 获取countKey判断当前手机号码是否可以发送验证码 String count = jedis.get(countKey); if (count == null) { jedis.setex(countKey, 24 * 60 * 60, "1"); } else if (Integer.parseInt(count) <= 2) { jedis.incr(countKey); } else if (Integer.parseInt(count) > 2) { System.out.println("当前手机号发送验证码次数超过上限,请明天再发送验证码"); jedis.close(); } String code = getCode(); jedis.setex(codeKey, 120, code); jedis.close(); }
五:编写校验验证码方法
/** * 用户输入手机号以及验证码进行校验 * @param phone * @param code */ public static void CustomerVerifyCode(String phone, String code) { Jedis jedis = new Jedis("192.168.119.128", 6379); String codeKey = "VerifyCode" + phone + ":code"; String phoneVerifyCode = jedis.get(codeKey); if (phoneVerifyCode.equals(code)) { System.out.println("校验成功!"); } else { System.out.println("校验失败!"); } jedis.close(); }
茶杯头甜蜜终章dlc 官方手机版v1.0.0.3
下载火柴人传说暗影格斗内置菜单 最新版v3.0.1
下载荒野乱斗测试服 安卓版v61.10.3
下载荒野乱斗彩虹服 安卓版v61.10.3
下载寒霜启示录 安卓版v1.25.10
寒霜启示录是一款生存模拟游戏,不少玩家可能对于末日都有着自己
末日城堡免广告版 安卓最新版v0.7.1
末日城堡免广告版是一款非常好玩的模拟经营类游戏,内部可以不看
甜蜜人生模拟器 最新版v1.4.5
甜蜜人生模拟器是一款非常好玩的模拟恋爱手游,玩家在这里能够对
武器锻造师内置功能菜单 v10.4
武器锻造师内置菜单版是游戏的破解版本,在该版本中为玩家提供了
开放空间overfield 安卓版v1.0.5
开放空间Overfield是一款箱庭养成经营手游,让你在广阔