07 2012 档案

摘要:错误的写法update m_arr_goods_info_gps set plan_arr_time = to_date('2012/10/30 23:06:24','yyyy/MM/dd HH24:mm:ss')正确写法update m_arr_goods_info_gps set plan_arr_time = to_date('2012/10/30 23:06:24','yyyy/MM/dd HH24:mi:ss')主要问题是,oracle的日期不区分大小写 阅读全文
posted @ 2012-07-23 14:11 妖老山黑 阅读(260) 评论(0) 推荐(0)
摘要:解决eclipse-helios中Errors running builder JavaScript Validator的问题最近下载了eclipse-jee-helios-win32.zip版,使用起来没感觉到什么变化,就是以前的Web项目上在打开的时候,总是在验证的时候弹出错误:要解决这个问题,要就把JavaScriptValidator去掉。去掉的方法是:选择一个项目—-右键Properties—-Builders(排二个)—-点一下右则会有四项—-取消第一项“JavaScriptValidator”的勾就OK了 阅读全文
posted @ 2012-07-22 08:21 妖老山黑 阅读(222) 评论(0) 推荐(0)
摘要:window.opener = null window.open("", "_self",""); window.close(); 阅读全文
posted @ 2012-07-04 14:35 妖老山黑 阅读(163) 评论(0) 推荐(0)