java
yangy608
这个作者很懒,什么都没留下…
展开
-
AJAX SERVLET ... ...
HTML:js //查询二级节点 function getSonNote(noteId){ //alert('test...'); url="<%=request.getContextPath()%>/HomepageInitServlet?noteId="+noteId+"&flag=1"; sendServer(); re...2009-10-22 15:25:06 · 102 阅读 · 0 评论 -
轻松实现Apache,Tomcat集群和负载均衡
0, 环境说明 Apache :apache_2.0.55 1 个 Tomcat: apache-tomcat-5.5.17 (zip版) 2个 mod_jk:: mod_jk-apache-2.0.55.so 1个 第一部分:负载均衡 负载均衡,就是apache将客户请求均衡的分给tomcat1,tomcat2....去处...原创 2010-07-22 14:21:37 · 190 阅读 · 0 评论 -
哇哈哈啊 哈哈 哈哈哈 哈哈哈哈 哈哈哈哈哈 O(∩_∩)O哈哈~
--找出一个表中重复的记录 select t.period_name from icms_recon_tb_check_tmp t group by t.period_name having count(*)>1 ; --删除一个表中重复的记录 delete from icms_recon_tb_check_tmp where rowid not in ( select ma...2010-04-27 10:11:05 · 237 阅读 · 0 评论 -
备选买给gf的笔记本
icewubin 2010-03-24 【3899元】【1.35kg】联想(Lenovo)U150 11.6英寸笔记本电脑(双核SU2300 1G 250G 无线 蓝牙 预装windows7基础版)红色 http://www.360buy.com/product/180821.html 【4888元】【1.35kg】联想(Lenovo)U150-SFO 11.6英寸笔记本电脑 (SU41...2010-04-26 09:00:16 · 116 阅读 · 0 评论 -
文本框字体靠右
<input type=text value="abcdefgabcdefgabcdefgabcdefgabcdefg" size=20 dir="rtl">原创 2010-01-26 14:25:25 · 656 阅读 · 0 评论 -
Curror!!!!!!!!!!!!!!!!!
li_module_type icms.icms_recon_tb_check_tmp.model_type%TYPE; 动态类型2010-04-15 18:33:42 · 146 阅读 · 0 评论 -
jdk1.4 windows,unix不同的得到路径方法
只在jdk1.5以下才需要: String filepath = ""; //如果是nuix filepath = servlet.getServletContext().getRealPath(java.io.File.separatorChar+"template"+java.io.File.separatorChar+ path); //如果是WINDOWS if (jav...2010-03-12 16:47:36 · 121 阅读 · 0 评论 -
下载附件,支持断点续传,从断点处进行续传。
下载附件,支持断点续传,从断点处进行续传。2009-11-30 09:31:20 · 226 阅读 · 0 评论 -
正则表达式 日期判断(java js)
public class Test { public static void main(String[] args) { //匹配 Unit price ^0\\.[0-9]*$ //匹配 Order qty \\d*$ if(Pattern.compile("(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{...2010-03-08 17:52:21 · 157 阅读 · 0 评论 -
面试题
。。。2009-11-09 20:29:54 · 107 阅读 · 0 评论 -
JIRA
JIRA啊。原创 2010-06-18 09:08:48 · 195 阅读 · 0 评论