01 2018 档案

摘要:1 default-action-ref元素改元素用来配置默认的action,如果struts找不到对应的action,就会调用这个默认的action 2 dmi处理方式是通过请求action中的一个具体方法来实现动态的调用,具体就是在请求的URL后加上请求字符串,与action对象中的方法进行匹配 阅读全文
posted @ 2018-01-18 18:18 白羽轻飘 阅读(131) 评论(0) 推荐(0)
摘要:ember server --live-reload=false ember server --live-reload=false 阅读全文
posted @ 2018-01-05 15:37 白羽轻飘 阅读(328) 评论(0) 推荐(0)
摘要:ErrorPage index.html index.htm index.jsp default.html default.htm default.jsp struts2 org.apache.struts2.dispatch... 阅读全文
posted @ 2018-01-04 12:12 白羽轻飘 阅读(1959) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-02 17:06 白羽轻飘 阅读(338) 评论(0) 推荐(0)
摘要:1 首先登陆http://archive.apache.org/dist/struts/source/页面,会看到struts的下载页面 2 下载struts的最新版本struts2-2.2.1-src.zip 并且解压到指定位置 3 在eclipse中部署struts安装包,解压缩struts压缩 阅读全文
posted @ 2018-01-02 09:29 白羽轻飘 阅读(529) 评论(0) 推荐(0)