会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
范世强的笔记(SEC-fsq)
专注于网络安全技术 http://www.freebuf.com/author/shentouceshi https://gitee.com/fsqsec
博客园
首页
新随笔
联系
订阅
管理
2018年3月15日
生成一个4位整数
摘要: String verifyCode = String.valueOf((int)((Math.random() * 9 + 1) * 1000));System.out.println(verifyCode);
阅读全文
posted @ 2018-03-15 10:41 范世强
阅读(280)
评论(0)
推荐(0)
编辑
spring 实现定时任务
摘要: spring实现定时任务超级简单。比使用quartz简单,比使用timer强大。如下是一个简单的springboot任务,启用了定时任务
阅读全文
posted @ 2018-03-15 10:33 范世强
阅读(262)
评论(0)
推荐(0)
编辑
公告