自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 自定义注解 约束 @IsMobile(2)

1 import javax.validation.ConstraintValidator; 2 import javax.validation.ConstraintValidatorContext; 3 4 import org.apache.commons.lang3.StringUtils; 5 6 import com.imooc.miaosha....

2018-08-14 01:01:00 288

转载 自定义注解@IsMobile (1)

1 import static java.lang.annotation.ElementType.ANNOTATION_TYPE; 2 import static java.lang.annotation.ElementType.CONSTRUCTOR; 3 import static java.lang.annotation.ElementType.FIELD; 4 ...

2018-08-14 01:00:00 458

转载 业务整合redis

1 package com.imooc.miaosha.redis; 2 3 public interface KeyPrefix { 4 5 public int expireSeconds(); 6 7 public String getPrefix(); 8 9 } 10 //===========...

2018-08-14 00:57:00 123

转载 封装redis

package com.imooc.miaosha.redis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.alibaba.fastjson.JSON; import...

2018-08-14 00:55:00 129

转载 idea简单配置

https://www.cnblogs.com/wangmingshun/p/6403063.html https://www.cnblogs.com/wangmingshun/p/6427088.html 转载于:https://www.cnblogs.com/Alexhuangqing/p/9388035.html

2018-07-29 22:29:00 121

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除