鼠标拖拽js
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Con...
阅读全文
posted @
2010-04-16 09:30
阿C's
阅读(693)
推荐(0) 编辑
js获得本周,本月,本季度的开始日期和结束日期
摘要:<script>varnow=newDate();//当前日期varnowDayOfWeek=now.getDay();//今天本周的第几天varnowDay=now.getDate();//当前日varnowMonth=now.getMonth();//当前月varnowYear=now.getYear();//当前年nowYear+=(nowYear<2000)?1900:0...
阅读全文
posted @
2010-04-07 17:34
阿C's
阅读(5413)
推荐(0) 编辑
[转]PropertyUtils和MethodUtils使用
摘要:Java代码 packagerong.propertyUtils;importjava.util.Map;importorg.apache.commons.beanutils.MethodUtils;importorg.apache.commons.beanutils.PropertyUtils;publicclassTestPropertyUtils{publicstaticvoidmain(S...
阅读全文
posted @
2010-04-02 11:05
阿C's
阅读(1902)
推荐(0) 编辑