上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: win下的nginx, 竟然可以同时打开多个实例,但是实际只有第一个是有效的,后面打开的实例不会提示已经打开了。弄了几个小时,不停配置,都无效,突然发现怎么关了ngnix后还能访问页面,看了一下进程竟然有10多个ngnix,一个个删除后,确认页面不能访问了,重新启动一次,OK了。浪费了2个多小时.. 阅读全文
posted @ 2016-02-04 16:20 举起希望之灯 阅读(266) 评论(0) 推荐(0)
摘要: 当User登录应用App1时,产生Session,序列化到Redis 当User登录应用App2时,先检查是否在Redis中存在该用户的序列化后的RedisSession,如果存在,获取并反序列化为HttpSession作为当前登录用户会话的Seesion,则可达到Session多应用共享的目的 阅读全文
posted @ 2016-02-04 14:00 举起希望之灯 阅读(863) 评论(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 举起希望之灯 阅读(419) 评论(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 举起希望之灯 阅读(258) 评论(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 举起希望之灯 阅读(1911) 评论(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 举起希望之灯 阅读(349) 评论(0) 推荐(0)
摘要: MyEclipse启动Tomcat时,默认配置的启动超时时长为45秒。假若项目启动超过45秒将会报错。两种解决方法:双击Servers视图中的对应的Server,打开Server的属性界面,右边有个Timeouts,把里面的45改大些 阅读全文
posted @ 2016-01-30 16:07 举起希望之灯 阅读(1395) 评论(0) 推荐(0)
摘要: 在工程配置中配置Deployment Asseml增加 Maven Dependenccies的配置 阅读全文
posted @ 2016-01-30 16:01 举起希望之灯 阅读(594) 评论(0) 推荐(0)
摘要: http://www.wtoutiao.com/p/14agMEd.html 阅读全文
posted @ 2016-01-29 23:05 举起希望之灯 阅读(166) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/cywosp/article/details/23397179/ 阅读全文
posted @ 2016-01-29 22:54 举起希望之灯 阅读(131) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页