摘要:
1 如果一个action实现了preparable接口,则prepare拦截器会在执行execute方法之前先执行prepare()方法 2 timer 拦截器的功能是输出调用Action所需要的时间,它记录了execute方法和在timer后面定义的其他拦截器的intercept方法执行时间之和, 阅读全文
摘要:
public abstract class MirAPIUnitTestCommon { public abstract string GetBaseAddress(); /// /// CRUD /// /// /// /// protected ... 阅读全文
摘要:
1 如何使用 引入 <link href="bootstrapValidator.min.css" rel="stylesheet"> css文件 <script src="bootstrapValidator.min.js"></script> js文件 2 在文档加载完成初始化 <script 阅读全文
摘要:
<?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 阅读全文
摘要:
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 阅读全文
摘要:
1 default-action-ref元素改元素用来配置默认的action,如果struts找不到对应的action,就会调用这个默认的action 2 dmi处理方式是通过请求action中的一个具体方法来实现动态的调用,具体就是在请求的URL后加上请求字符串,与action对象中的方法进行匹配 阅读全文
摘要:
ember server --live-reload=false ember server --live-reload=false 阅读全文
摘要:
ErrorPage index.html index.htm index.jsp default.html default.htm default.jsp struts2 org.apache.struts2.dispatch... 阅读全文