自定义博客皮肤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)
  • 收藏
  • 关注

原创 字符串单词反转其他顺序不变

public static void main(String[] args) { String str ="45aBc+de.==fg,@hd"; String re = "[^A-Za-z]"; String result = str; for (String split: str.split(re)){ if (split!=null &am...

2018-12-28 11:38:34 824

转载 springboot1.5 shiro配置

import org.apache.shiro.cache.MemoryConstrainedCacheManager; import org.apache.shiro.mgt.SecurityManager; import org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor; imp...

2018-12-27 10:32:21 470

转载 dpringboot1.5 RedisConfig配置

import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.fasterxml.jackson.databind.ObjectMapper; import org.slf4j.Logger; import...

2018-12-27 10:31:19 220

转载 springboot2.0 ShiroConfig配置

import at.pollux.thymeleaf.shiro.dialect.ShiroDialect; import com.anole.shiro.MyShiroRealm; import com.anole.shiro.ShiroService; import com.anole.shiro.filter.KickoutSessionControlFilter; import org...

2018-12-27 10:28:47 2368

转载 springboot2.0 RedisConfig配置

import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.fasterxml.jackson.databind.ObjectMapper; import org.slf4j.Logger; import ...

2018-12-27 10:27:07 4089

空空如也

空空如也

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

TA关注的人

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