摘要:
public static void main(String[] args) {// TODO Auto-generated method stubChangeInt1();ChangeInt2();ChangeInt3();ChangeInt4();}public static void ChangeInt1(){int a=10;int b=5;int t=a;a=b;b=t;System.o... 阅读全文
2010年4月19日
2010年1月28日
摘要:
转自:http://hi.baidu.com/9126nono/blog/item/d473922bbf120c2ad42af1ba.htmlscope=prototype 2008年11月17日 星期一 13:19 在使用freemarker做struts2校验时,当验证无法通过时,会打印错误信息,而且还一直打印之前的错误信息。因为在配置spring的bean是忘了写scope="prototy... 阅读全文
摘要:
转自:http://wenwen.soso.com/z/q108005686.htm?pid=wenwen.autologin下面给你相关描述,并提供一个例子帮你理解一下。iterator 描述:用于遍历集合(java.util.Collection)或枚举值(java.util.Iterator)。 参数: 名称 必需 默认 类型 描述 status 否 String 如果设置此参数,一个It... 阅读全文
摘要:
转:http://java.chinaitlab.com/advance/800901.htmlhttp://www.khgl.cn/html/79/n-525279.html <filter-mapping> <filter-name>struts2</filter-name> <url-pattern>*.do</url-patte... 阅读全文