- 浏览: 184355 次
- 性别:
- 来自: 上海
最新评论
-
夜曲6763:
还是不行啊
'mvc:annotation-driven' must have no character or element information item [chil -
jimmyteal:
表示向一个对象数组存放一错误类型的对象时的异常。
例如,下面代 ...
问题 set toArray -
の小飞べ:
你的问题是怎么解决的?我的程序也报了这个错,让人很头大
org.hibernate.NonUniqueObjectException: a different object with the same ide -
kfc_davy:
对了如果这样,就没有问题
public abstract ...
STRUTS2 使用泛型有点问题,HELP -
kfc_davy:
shinelgz 写道这样做是当你点击a标签时,
让a标签的默 ...
js修改onclick
文章列表
struts2 checkboxlist 定义了Set<Long> 可以通过form传入值,但是怎么也回显不了,奇了怪了 展示页面前面定义了set值页面也显示不了
要研究~
- 2009-07-25 21:52
- 浏览 2130
- 评论(0)
set有个toarray(T[])
怎么使是不对,报 java.lang.ArrayStoreException 这个错
有时间了要看下的
---20090726------晕菜为什么公司里面实现不了呢?
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array. Obeys the general contract of the Collection.toArray(Object[ ...
- 2009-07-24 23:09
- 浏览 2457
- 评论(1)
哈有有劲呀
struts2 input checkbox 没有设值传入action
这个时侯action里面Set<long> 出现 一个值 是ognl.NoConversionPossible
米时间,有时间了研究下
- 2009-07-24 23:08
- 浏览 2210
- 评论(0)
var pt = document.getElementById('table_pt');
for( var i=0;i<pt.rows.length;i++){
pt.rows[i].style.display = "block";
}
- 2009-07-20 10:57
- 浏览 935
- 评论(0)
GregorianCalendar nextTime = new GregorianCalendar();
nextTime.add(Calendar.YEAR, 30);
很好用,有空要看看
- 2009-07-17 14:09
- 浏览 1037
- 评论(0)
开发中 连数据库超级慢
高人调后发现
import java.net.Inet4Address;
import java.net.InetSocketAddress;
public class Test {
/**
* @param args
*/
public static void main(String[] args) {
for(int i=0;i<10;i++){
InetSocketAddress address = new InetSocketAddress("192.168.90.23",1521 ...
- 2009-05-27 17:36
- 浏览 1006
- 评论(0)
MANIFEST.MF
Manifest-Version: 1.0
Created-By: 1.5.0_05 (Sun Microsystems Inc.)
Main-Class: com.snda.billgate.biz.SocketClientTest
Class-Path: lib\activation-1.1.jar lib\aopalliance-1.0.jar lib\billgate-biz-0.0.1.jar
lib\billgate-config-0.0.1.jar lib\billgate-dal-0.0.1.jar lib\billgate-socket-0.0.1 ...
- 2009-05-15 10:49
- 浏览 1009
- 评论(0)
Process process = Runtime.getRuntime().exec(new String[] { "/bin/csh", "-c","zip -P "+alarmKey+" "+zipName+" "+fileName });
- 2009-04-30 17:27
- 浏览 1556
- 评论(0)
dom中对class操作:
var alertstr = document.createElement('p');
alertstr.className='alert';
alertstr.innerHTML='IP地址已存在,请输入别名';
text.parentNode.insertBefore(alertstr,text);
2.用XPATH ,还不知道怎么回事》?》?》?》
- 2009-04-14 11:26
- 浏览 977
- 评论(0)
正则表达式 IP:
(25[0-4]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[1-9])[.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])[.](25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])[.](25[0-4]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[1-9])
数字:
(0|[1-9]\d*)
数字+字母
var aliaspattern =/^[A-Za-z0-9]+$/;
return aliaspattern ...
- 2009-03-25 21:12
- 浏览 891
- 评论(0)
DOM的常用属性例表
DOM的方法列表
DOM的方法列表
- 2009-03-19 09:59
- 浏览 899
- 评论(0)
var a = document.createElement("a");
a.href="javascript:void(0);";
a.onclick=function(){delEditInput(this);delEditSelect(this,select);
};
但是为什么要这么做ni~
- 2009-03-19 09:56
- 浏览 5706
- 评论(2)