上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 当User登录应用App1时,产生Session,序列化到Redis 当User登录应用App2时,先检查是否在Redis中存在该用户的序列化后的RedisSession,如果存在,获取并反序列化为HttpSession作为当前登录用户会话的Seesion,则可达到Session多应用共享的目的 阅读全文
posted @ 2016-02-04 14:00 举起希望之灯 阅读(873) 评论(0) 推荐(0)
摘要: 报错Web app root system property already set to different value: 'webapp.root',参考下面解决 http://liaojuncai.iteye.com/blog/1986300 阅读全文
posted @ 2016-02-04 13:10 举起希望之灯 阅读(431) 评论(0) 推荐(0)
摘要: xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springfram 阅读全文
posted @ 2016-02-02 13:23 举起希望之灯 阅读(276) 评论(0) 推荐(0)
摘要: 参考外链 2 3 4 5 6 7 8 9 10 11 12 <filter> <filter-name>DruidWebStatFilter</filter-name> <filter-class>com.alibaba.druid.support.http.WebStatFilter</filte 阅读全文
posted @ 2016-02-01 09:47 举起希望之灯 阅读(1926) 评论(1) 推荐(0)
摘要: 顺畅无笔,感谢无私奉献 http://my.oschina.net/ahoi/blog/604425 非常有用的quartz分析 http://blog.itpub.net/11627468/cid-177622-list-1/ 阅读全文
posted @ 2016-01-31 21:54 举起希望之灯 阅读(355) 评论(0) 推荐(0)
摘要: MyEclipse启动Tomcat时,默认配置的启动超时时长为45秒。假若项目启动超过45秒将会报错。两种解决方法:双击Servers视图中的对应的Server,打开Server的属性界面,右边有个Timeouts,把里面的45改大些 阅读全文
posted @ 2016-01-30 16:07 举起希望之灯 阅读(1415) 评论(0) 推荐(0)
摘要: 在工程配置中配置Deployment Asseml增加 Maven Dependenccies的配置 阅读全文
posted @ 2016-01-30 16:01 举起希望之灯 阅读(604) 评论(0) 推荐(0)
摘要: http://www.wtoutiao.com/p/14agMEd.html 阅读全文
posted @ 2016-01-29 23:05 举起希望之灯 阅读(174) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/cywosp/article/details/23397179/ 阅读全文
posted @ 2016-01-29 22:54 举起希望之灯 阅读(135) 评论(0) 推荐(0)
摘要: 1 <queryRouter class="com.meidusa.amoeba.mysql.parser.MysqlQueryRouter"> 2 <property name="ruleLoader"> 3 <bean class="com.meidusa.amoeba.route.TableR 阅读全文
posted @ 2016-01-29 18:48 举起希望之灯 阅读(316) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页