废话少说只就上Code:说明:getDay()方法获取星期(这里的星期是从0到6)。参见:http://www.w3school.com.cn/js/js_obj_date.asp
中的getDay().代码有不足之处希望得到指正。var SecondFriday = { getSeco...
分类:
编程语言 时间:
2014-06-13 06:02:43
阅读次数:
282
select mtrh.request_number 发货单号,
mmt.transaction_date 发货时间, oola.creation_date 下单时间, nvl(fu.description,
fu.user_name) 下单人员, ott.name 订单类型, qp.name 价目...
分类:
数据库 时间:
2014-06-13 00:53:06
阅读次数:
1243
【转】SimpleDateFormat使用详解public
classSimpleDateFormatextends DateFormatSimpleDateFormat是一个以国别敏感的方式格式化和分析数据的具体类。
它允许格式化 (date -> text)、语法分析 (text -> date...
分类:
其他好文 时间:
2014-06-12 22:32:38
阅读次数:
257
(function(){var name = "whr";//cookie的名字var
value = "whr1";//cookie的值var aaa = new Date((new Date()).setTime((new
Date()).getTime() + (24 * 60 * 60 * ...
分类:
Web程序 时间:
2014-06-12 21:38:59
阅读次数:
249
原文:javaScript Code
用javascript确定每月第二个星期五废话少说只就上Code:说明:getDay()方法获取星期(这里的星期是从0到6)。参见:http://www.w3school.com.cn/js/js_obj_date.asp
中的getDay().代码有不足之处希...
分类:
编程语言 时间:
2014-06-12 21:09:17
阅读次数:
256
/** * 格式化日期函数 * (new Date()).Format("yyyy-MM-dd
hh:mm:ss.S") ==> 2006-07-02 08:09:04.423 * (new Date()).Format("yyyy-M-d
h:m:s.S") ==> 2006-7-2 8...
分类:
Web程序 时间:
2014-06-12 19:52:28
阅读次数:
374
ie 与 Chrome 时间格式化通用: new
Date(res[i].Time.replaceAll("-", "/")).format("yyyy-MM-dd") replaceAll,
format是扩展方法 /* 所以可以用以下几种方式.: string.replace(new RegEx...
分类:
其他好文 时间:
2014-06-12 17:22:28
阅读次数:
293
二叉搜索树的基本实现。 1 /* 2 Date: 2014-04-29 3 purpose: An
implementation of MAP using binary search tree. 4 */ 5 6 #ifndef
CUSTOMIZED_MAP_H 7 #define CUST...
分类:
其他好文 时间:
2014-06-12 15:59:38
阅读次数:
404