上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: **http://my.oschina.net/using/blog/1618862.22、客户端的地址所有的html页面中的相对地址都是相对于服务器根目录(http://192.168.0.1/)的,而不是(跟目录下的该Web应用的目 录) http://192.168.0.1/webapp/的。... 阅读全文
posted @ 2015-03-06 16:32 野鹤闲人 阅读(249) 评论(0) 推荐(0)
摘要: /* * 看了下面的调用示例,你就可以自定义弹框了哦。 * - $(element).hDialog(); //默认调用弹框; * - $(element).hDialog({box: '#demo'}); //自定义弹框容器ID/Class; * ... 阅读全文
posted @ 2015-03-05 15:10 野鹤闲人 阅读(298) 评论(0) 推荐(0)
摘要: -->*** 阅读全文
posted @ 2015-03-04 10:10 野鹤闲人 阅读(267) 评论(0) 推荐(0)
摘要: *insert into t_rs_jx(id,user_id,jxyf,jxzt,ldjxdj) select '33',t.user_id,t.jxyf,t.jxzt,t.ldjxdj from t_rs_jx t where t.id='402881e44b765868014b765d117c... 阅读全文
posted @ 2015-02-13 10:11 野鹤闲人 阅读(617) 评论(0) 推荐(0)
摘要: **//alert(msg);//{"serverHost":"23","mail":"32","mailPassword":"23"}//json = eval(json); //alert("===json:id=" + json.id + ",uname=" + json.uname + ",... 阅读全文
posted @ 2015-02-04 11:52 野鹤闲人 阅读(1066) 评论(0) 推荐(0)
摘要: 合计: 阅读全文
posted @ 2015-01-27 16:43 野鹤闲人 阅读(487) 评论(0) 推荐(0)
摘要: onkeyup="this.value=this.value.replace(/[^0-9\.]\D*$/,'')"员工积分: 阅读全文
posted @ 2015-01-27 15:46 野鹤闲人 阅读(3461) 评论(0) 推荐(0)
摘要: *1,附件名乱码解决Multipart mm = new MimeMultipart(); BodyPart mdp = new MimeBodyPart();mdp.setFileName(MimeUtility.encodeWord(attachname));2,新方法发送附件public ... 阅读全文
posted @ 2015-01-24 11:44 野鹤闲人 阅读(4488) 评论(0) 推荐(1)
摘要: * @Transient public TBaseOrg getOrg() { if (this.getTBaseOrgs() != null && this.getTBaseOrgs().size() > 0) { for (TBaseOrg org : this.getTBaseOrg... 阅读全文
posted @ 2015-01-24 09:52 野鹤闲人 阅读(269) 评论(0) 推荐(0)
摘要: *以前只需要window.returnValue,这次不行,可能因为子页面又嵌套了iframewindow.parent.returnValue="success"; window.parent.close(); * 阅读全文
posted @ 2015-01-22 09:25 野鹤闲人 阅读(845) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页