struts2 s:set标签取值
<s:set name="payment" value="# {'1':'现金','2':'承兑汇票','3':'汇款','4':'转账支票','5':'电子转账'}"></s:set> <s:property value="#payment[baseCustomer.payment]"/> 后面取值失败显示不了
作者: zhouyusunquan 发布时间: 06-16
侵入性是一个怎样的概念?求指导~
经过搜索,大概的意思就是说如果使用某个框架需要继承或者实现框架里面的类和接口,就说这个框架具有侵入性。反之则说那个框架具有“低侵入性”……不是太明白? 为什么说hibernate就是低侵入性?EJB等就是高侵入性? 能否给一段代码说明一下吗?
作者: yokichung 发布时间: 06-16
泛型的问题
实现泛型函数PairUtil.swap,该函数的参数是Pair对象,该函数返回一个Pair,调换Pair里的第一个与第二个元素。部分代码如下: public class PairTester { public static void main(String[] args) { Pair<String, Integer> p = new Pair<String, Integer>( “Lucky Number”, 13); Pair<Integer, String> q = PairUtil.swap(p); System.out.println(q.getFirst()); System.out...
作者: BinDu 发布时间: 06-16
我的第一个服务器脚本:返回不全
1、以simpleform.asp存盘 <body> Welcome <% response.write(request.form("fname")) response.write(" " & request.form("lname")) %> </body> 2、以temp.jsp存盘 <html> <head> </head> <body> <form method="post" action="simpleform.asp"> First Name: <input type="text" name="fname" /> <br /> Last Name: <input type="text" name="lname" /> <br /><br /> <input ...
作者: yymea 发布时间: 06-16
TOMCAT关闭时如何关闭HIBERNAET连接池???
严重: The web application [/webDesign_8] registered the JDBC driver [com.hxtt.sql.access.AccessDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 2011-6-16 17:09:47 org.apache.coyote.AbstractProtocolHandler stop tomcat 关闭出现这句话,我用hibernateTe...
作者: tigerdom 发布时间: 06-16
救急!tomcat服务出现故障,帮忙分析下原因。谢谢!
我做了个网站,需要登录才能进入网站主页!程序没问题!可是过一会儿就登录不了了!只有重新启动tomcat服务才能登录!郁闷的很!不知道哪儿出了问。大侠帮忙分析下原因!谢谢。
作者: yong_815 发布时间: 06-16
求高手。HashMap插入的时候值不同。输出的时候为什么一样?呜呜。。
HashMap插入的时候值不同。输出的时候为什么一样呢?求解。。 materialsCache: maId 1 2 3 equipmentCache: eqId maIdList 1 1,2,3 2 2,3 3 1,3 public void setMaterialEquId(){ ConcurrentHashMap<Integer, Materail> materailIds1 = new ConcurrentHashMap<Integer, Materail>(); Materail newMaterail = new Materail(); List<Integer> materailList = (ArrayList<Int...
作者: cao_xu1988 发布时间: 06-16
急求 tuscany-eclipse-plugin-1.0-incubator-M2.zip
如题,网上一直找不到此插件的有效下载URL,谢谢!
作者: SINODATA_QJF 发布时间: 06-16
求助:commons-logging-1.0.4.jar 和 log4j什么关系
请教大家一个问题 commons-logging-1.0.4.jar和log4j具体什么关系,了解了一下,两个好像可以搭配着使用, 使用方法也差不多。具体就不明白了,请大家指教一下: 1:这两个包什么关系。 2:具体怎么用着 谢谢大家
作者: ziyuetian 发布时间: 06-16