`
kfc_davy
  • 浏览: 184355 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
struts2 checkboxlist 定义了Set<Long> 可以通过form传入值,但是怎么也回显不了,奇了怪了 展示页面前面定义了set值页面也显示不了 要研究~
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[ ...
哈有有劲呀 struts2  input checkbox 没有设值传入action 这个时侯action里面Set<long> 出现 一个值 是ognl.NoConversionPossible 米时间,有时间了研究下
         var pt = document.getElementById('table_pt');    for( var i=0;i<pt.rows.length;i++){    pt.rows[i].style.display = "block"; }
GregorianCalendar nextTime = new GregorianCalendar(); nextTime.add(Calendar.YEAR, 30); 很好用,有空要看看
开发中 连数据库超级慢 高人调后发现 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 ...
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 ...
Process process = Runtime.getRuntime().exec(new String[] { "/bin/csh", "-c","zip -P "+alarmKey+" "+zipName+" "+fileName });
dom中对class操作: var alertstr = document.createElement('p');                             alertstr.className='alert';                             alertstr.innerHTML='IP地址已存在,请输入别名';                             text.parentNode.insertBefore(alertstr,text); 2.用XPATH ,还不知道怎么回事》?》?》?》
正则表达式 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 ...
DOM的常用属性例表 DOM的方法列表 DOM的方法列表
var a = document.createElement("a"); a.href="javascript:void(0);"; a.onclick=function(){delEditInput(this);delEditSelect(this,select); }; 但是为什么要这么做ni~
Global site tag (gtag.js) - Google Analytics