会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mr张Kk
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
struts2
struts2 拦截器的注册在strut.xml中
摘要:根据需要:需要在struts.xml中注册拦截器为以下内容 根据自己的业务需要更改参数 1 2 <!DOCTYPE struts PUBLIC 3 "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" 4 "http://
阅读全文
posted @
2016-02-21 17:03
Mr张Kk
阅读(373)
评论(0)
推荐(0)
struts2在pom.xml中的配置
摘要:1 <dependencies> 2 <dependency> 3 <groupId>org.apache.struts</groupId> 4 <artifactId>struts2-core</artifactId> 5 <version>2.3.1.2</version> 6 </depend
阅读全文
posted @
2016-02-20 16:23
Mr张Kk
阅读(1508)
评论(0)
推荐(0)
struts2在web.xml中的配置
摘要:1 <filter> 2 <filter-name>struts2</filter-name> 3 <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class> 4 </filter> 5 6 <filter-
阅读全文
posted @
2016-02-20 16:20
Mr张Kk
阅读(788)
评论(0)
推荐(0)
struts 标签库注解
摘要:在struts2中有着一套像html一样的标签,俗称struts2标签,大多数公司使用ssh都是使用html标签,但为了保持项目的统一性,有的公司还是使用的struts2的标签,下面是一些常用的struts2标签: a a标签创建一个HTML超链接,等价于HTML 的<a href="".... 示
阅读全文
posted @
2016-02-18 19:38
Mr张Kk
阅读(421)
评论(0)
推荐(0)
公告