- 博客(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 785
转载 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 428
转载 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 188
转载 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 2316
转载 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 4043
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人