GETTING STARTED OPENFLOW OPENVSWITCH TUTORIAL
LAB : SETUPFor a more up to date tutorial as anything more then 6 months old is
outdated in the world of...
分类:
其他好文 时间:
2014-06-13 08:16:36
阅读次数:
624
项目管理工具 Redmine 安装试用手记分类:Redmine2009-06-01
10:12996人阅读评论(1)收藏举报项目管理工具sqliterubyrails数据库昨晚闲逛ROR社区,无意间Redmine这款开源的项目管理工具映入我的眼帘,听说集合了Trac和BaseCamp的优点,安装下来...
分类:
其他好文 时间:
2014-06-13 06:37:02
阅读次数:
322
废话少说只就上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
SPServices非常强大,利用SPservices,一个纯静态的页面都可以呈现Sharepoint网站所有信息。以下例子仅供参考:1、取得某个网站某张列表下信息//判断是否是新信息function
IsNew(created) { var today = new Date(); cr...
分类:
其他好文 时间:
2014-06-10 20:38:15
阅读次数:
421
--采购订单执行情况查询(七天内接收情况)select pha.segment1 采购订单,
msib.segment1 物料编码, pla.quantity 订单数量, plla.need_by_date 需求日期, ppf.FULL_NAME
采购员, nvl(rcv.quantity,0).....
分类:
数据库 时间:
2014-06-10 20:11:49
阅读次数:
892
(一)
一个继承体系的声明:
class Date {...};
class Customer {
public:
...
private:
string name;
Date lastTransaction;
};
class PriorityCustomer : public Customer {
public:
PriorityCustomer(const...
分类:
编程语言 时间:
2014-06-10 17:45:35
阅读次数:
289