博客 / 列表

張澤 - 在jsp裏, 調用容器,使用sevice

jsp獲取spring容器 % ServletContext sc = this.getServletConfig().getServletContext(); ApplicationContext ac2 = WebApplicationContextUtils.getWebApplicationContext(sc); RedisService redisService=(Redis

springboot , jsp

張澤 - java node 遞歸鏈表

使用java實現正向鏈表 Node類 public class Node { public Object data; public Node next; public Node(Object data) { super(); this.data = data; } NodeLink類 public class No

鏈表 , JAVA

張澤 - jeecg,shiro排除配置

!--shiro-- dependency groupIdorg.apache.shiro/groupId artifactIdshiro-spring-boot-starter/artifactId version1.4.0/version /dependency ShiroConfig類 @Bean("shiroFilt

jeecg-boot , shiro