有个空间

有个标题

Java编程技巧

oracle合并查询
     摘要: oracle合并查询,wmsys.wm_concat函数,oracle10以上  阅读全文

posted @ 2011-09-02 14:29 游雯 阅读(236) | 评论 (0)  编辑

多选框左右移 select multiple="multiple" 超时loop
     摘要: 多选框的左右移,运行缓慢的警告,使用value进行判断,超时loop  阅读全文

posted @ 2010-12-08 11:07 游雯 阅读(538) | 评论 (0)  编辑

JavaScript 的 parseInt('08')
     摘要: parseInt("08") =0 => parseInt("08",10) =8
parseInt("09") =0 => parseInt("09",10) =9  阅读全文

posted @ 2010-08-13 08:43 游雯 阅读(667) | 评论 (0)  编辑

action跳转到本地静态html
     摘要: 需要将help链接指向到本地配置文件夹里面的一个静态帮助页面(hp)。
创建新的action,写出新页面。在sever上建立虚拟目录解决所有问题。  阅读全文

posted @ 2010-04-27 11:09 游雯 阅读(3311) | 评论 (0)  编辑

html:image和html:img的区别
     摘要: html:image具有自动提交功能

如果该标签在form里,他就可以自动提交表单,虽然你没有在onclick:"document.form.submit".

屏蔽此功能可以这样写:onclick:"return false"

html:img 只是一般的显示图片  阅读全文

posted @ 2010-04-21 08:55 游雯 阅读(361) | 评论 (0)  编辑

HashMap遍历的两种方式
     摘要: HashMap遍历的两种方式  阅读全文

posted @ 2010-03-25 15:08 游雯 阅读(204) | 评论 (0)  编辑