03 2014 档案

摘要:values to_char(current timestamp - 7 hours,'hh24')||'点'values varchar(hour(current time + 5 hour))||'点'--将当前系统日期格式化为YYYYMMDD,并转化为整数。values int(to_char... 阅读全文
posted @ 2014-03-14 10:04 huazhiliange 阅读(2398) 评论(0) 推荐(0)
摘要:1.js中的字符串赋值可以用' '或者" "。alert('1111');alert("1111");document.getElementById('div1').style.display='none';document.getElementById('div1').style.display="none";2.jsp传null值给js中的变量a,a和null作判断的时候null需要加引号,因为是字符串的比较,要注意变量==null 与变量==' 阅读全文
posted @ 2014-03-07 11:05 huazhiliange 阅读(703) 评论(1) 推荐(0)