上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 1 如果一个action实现了preparable接口,则prepare拦截器会在执行execute方法之前先执行prepare()方法 2 timer 拦截器的功能是输出调用Action所需要的时间,它记录了execute方法和在timer后面定义的其他拦截器的intercept方法执行时间之和, 阅读全文
posted @ 2018-04-11 10:16 白羽轻飘 阅读(491) 评论(0) 推荐(0) 编辑
摘要: public abstract class MirAPIUnitTestCommon { public abstract string GetBaseAddress(); /// /// CRUD /// /// /// /// protected ... 阅读全文
posted @ 2018-04-10 12:48 白羽轻飘 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 1 如何使用 引入 <link href="bootstrapValidator.min.css" rel="stylesheet"> css文件 <script src="bootstrapValidator.min.js"></script> js文件 2 在文档加载完成初始化 <script 阅读全文
posted @ 2018-03-23 16:21 白羽轻飘 阅读(682) 评论(1) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.2//EN" "http://struts.apache.org/dtds/xwork-v 阅读全文
posted @ 2018-03-22 09:57 白羽轻飘 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1 IF EXISTS (SELECT 1 FROM sys.types t join sys.schemas s on t.schema_id=s.schema_id and t.name='tp_AICMonthlyWarrantData' and s.name='MIR') DROP TYPE 阅读全文
posted @ 2018-03-20 15:56 白羽轻飘 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1 default-action-ref元素改元素用来配置默认的action,如果struts找不到对应的action,就会调用这个默认的action 2 dmi处理方式是通过请求action中的一个具体方法来实现动态的调用,具体就是在请求的URL后加上请求字符串,与action对象中的方法进行匹配 阅读全文
posted @ 2018-01-18 18:18 白羽轻飘 阅读(112) 评论(0) 推荐(0) 编辑
摘要: ember server --live-reload=false ember server --live-reload=false 阅读全文
posted @ 2018-01-05 15:37 白羽轻飘 阅读(300) 评论(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 白羽轻飘 阅读(1929) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-02 17:06 白羽轻飘 阅读(308) 评论(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 白羽轻飘 阅读(510) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页