上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 42 下一页

2016年5月11日

struts2与spring集成时,关于class属性及成员bean自动注入的问题

摘要: http://blog.csdn.net/sun_zhicheng/article/details/24232129 阅读全文

posted @ 2016-05-11 17:08 struggle_beiJing 阅读(298) 评论(0) 推荐(0) 编辑

三、改变struts.xml默认路径后web.xml如何配置

摘要: http://yanln.iteye.com/blog/2189816(文章很好) 阅读全文

posted @ 2016-05-11 15:37 struggle_beiJing 阅读(176) 评论(0) 推荐(0) 编辑

学习日记_SSH框架web.xml配置文件篇

摘要: 1.参考一:http://www.blogjava.net/yxhxj2006/archive/2012/07/09/382632.html 2.参考二: <!-- web 容器启动spring容器 --> <!-- 初始化参数 --> <context-param> <param-name>con 阅读全文

posted @ 2016-05-11 15:29 struggle_beiJing 阅读(2249) 评论(0) 推荐(0) 编辑

StrutsPrepareAndExecuteFilter的作用

摘要: FilterDispatcher是早期struts2的过滤器,后期的都用StrutsPrepareAndExecuteFilter了,如 2.1.6、2.1.8。StrutsPrepareAndExecuteFilter名字已经很能说明问题了,prepare与execute,前者表示准备,可以说是指 阅读全文

posted @ 2016-05-11 15:28 struggle_beiJing 阅读(312) 评论(0) 推荐(1) 编辑

web.xml 中的listener、 filter、servlet 加载顺序及其详解

摘要: web.xml 中的listener、 filter、servlet 加载顺序及其详解 在项目中总会遇到一些关于加载的优先级问题,刚刚就遇到了一个问题,由于项目中使用了quartz任务调度,quartz在web.xml中是使用listener进行监听的,使得在tomcat启动的时候能马上检查数据库查 阅读全文

posted @ 2016-05-11 15:27 struggle_beiJing 阅读(194) 评论(0) 推荐(0) 编辑

2016年5月10日

HTTP协议是什么?(及get和post请求的区别)

摘要: http://blog.csdn.net/xiemk2005/article/details/6108618 http://blog.csdn.net/mengleigaocong/article/details/7106711 HTTP协议的主要特点可概括如下: 1.支持客户/服务器模式。2.简单 阅读全文

posted @ 2016-05-10 13:46 struggle_beiJing 阅读(536) 评论(0) 推荐(0) 编辑

REST和SOAP Web Service的比较

摘要: 1.http://stevenjohn.iteye.com/blog/1442776 2.http://blog.csdn.net/cnyyx/article/details/7483766 阅读全文

posted @ 2016-05-10 11:01 struggle_beiJing 阅读(140) 评论(0) 推荐(0) 编辑

2016年5月9日

struts.xml中的intercepter

摘要: 1、 http://weizhilizhiwei.iteye.com/blog/1005210 Struts2 的核心——拦截器[Interceptor] 2、 http://blog.csdn.net/wangle4717/article/details/5986674 http://blog.c 阅读全文

posted @ 2016-05-09 17:45 struggle_beiJing 阅读(132) 评论(0) 推荐(0) 编辑

Struts2 XML配置详解

摘要: http://blog.csdn.net/zz_mm/article/details/5460397 阅读全文

posted @ 2016-05-09 17:38 struggle_beiJing 阅读(125) 评论(0) 推荐(0) 编辑

web.xml配置详解 (及<context-param>配置作用 )

摘要: http://blog.csdn.net/guihaijinfen/article/details/8363839 <context-param>配置作用 http://blog.csdn.net/sxbjffsg163/article/details/9955479 阅读全文

posted @ 2016-05-09 17:16 struggle_beiJing 阅读(348) 评论(0) 推荐(0) 编辑

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 42 下一页

导航