摘要: public class EmailUtils { /** * 网易邮箱 @163.com @126.com 移动邮箱 @139.com 搜狐邮箱 @sohu.com qq邮箱 @qq.com 189邮箱 @189.cn tom邮箱 @tom.com 阿里邮箱 @aliyun.com 新浪邮箱 @s 阅读全文
posted @ 2021-01-12 15:54 快乐的张小凡 阅读(223) 评论(0) 推荐(0) 编辑
摘要: import java.util.regex.Pattern; public class DeviceUtils { /** * 中国电信号码格式验证 手机段: 133,153,180,181,189,177,1700,173,199 **/ private static final String 阅读全文
posted @ 2021-01-12 15:47 快乐的张小凡 阅读(386) 评论(0) 推荐(0) 编辑
摘要: import com.desheng.bigdata.personas.common.time.DateUtils; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.HBaseConfigurat 阅读全文
posted @ 2021-01-12 15:43 快乐的张小凡 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 第一:在resouces添加redis.cof redis.host=bigdata01redis.port=6379 第二:编写工具类 import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import re 阅读全文
posted @ 2021-01-12 15:41 快乐的张小凡 阅读(552) 评论(0) 推荐(0) 编辑