2015年6月30日
摘要: //写入文件var data = "hello world";fs.writeFile('c:\\a.txt', data, 'ascii', function(err) { if (err) { console.log('写入文件失败'); } else { ... 阅读全文
posted @ 2015-06-30 18:37 viewcozy 阅读(1362) 评论(2) 推荐(0) 编辑
摘要: Microsoft Windows [版本 6.1.7601] 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。C:\Windows\system32>node > alert ReferenceError: alert is not defined ... 阅读全文
posted @ 2015-06-30 17:54 viewcozy 阅读(898) 评论(0) 推荐(0) 编辑
摘要: http://www.itnose.net/detail/6149670.html 阅读全文
posted @ 2015-06-30 17:19 viewcozy 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 属性的介绍1.调度器属性:分别设置调度器的实例名(instanceName) 和实例 ID (instanceId)。属性 org.quartz.scheduler.instanceName 可以是你喜欢的任何字符串。默认名字一般都采用QuartzScheduler,第二个属性org.quartz.... 阅读全文
posted @ 2015-06-30 16:07 viewcozy 阅读(243) 评论(3) 推荐(0) 编辑
摘要: public static void Run(bool inClearJobs, bool inScheduleJobs) { var properties = new NameValueCollection(); properties[... 阅读全文
posted @ 2015-06-30 15:15 viewcozy 阅读(531) 评论(1) 推荐(0) 编辑
摘要: QRTZ_CALENDARS 以 Blob 类型存储 Quartz 的 Calendar 信息QRTZ_CRON_TRIGGERS 存储 Cron Trigger,包括 Cron表达式和时区信息QRTZ_FIRED_TRIGGERS 存储与已触发的 Trigger 相关的状态信息,以及相联 Job的... 阅读全文
posted @ 2015-06-30 11:44 viewcozy 阅读(1731) 评论(0) 推荐(0) 编辑