- 浏览: 66643 次
- 性别:
- 来自: 北京
最新评论
-
candou:
博主,方案一,您考察的怎么样了?
一段时间不用,报statement closed -
mousepc:
恩,多谢!
criteria取日期的时侯,终止日期+1天
文章列表
A:
<s:a xhref=""></s:a>-----超链接,类似于html里的<a></a>
<s:action name=""></s:action>-----执行一个view里面的一个action
<s:actionerror/>-----如果action的errors有值那么显示出来
<s:actionmessage/>-----如果action的message有值那么显示出来
<s:append></s:appe ...
这个不错,改天把代码都转到这上面来,看着也好看。
package wintys.junit;
import java.util.Arrays;
import java.util.Collection;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter ...