05 2011 档案
摘要: 本文转载,需看原文,请走这里:(E文不好 各位还是直接看代码吧)变量声明The var declaration allows you to chain definitions in a comma separated list; what’s more that list can reference variables declared earlier in the same list.Take this code as an example:var el = document.getElementById(“my-element”);var elWidth = el.offsetWidth;阅读全文
摘要: (更新2011-10-17 quartz.net2.0官网已发布。作者lahma也在github重新注册了quartznet的帐号,所以github地址变更了https://github.com/quartznet/quartznet)Quartz.Net 2.0还没正式发布,但是咱还是喜欢尝鲜。:) 从Github下载源码,自己生成吧!(刚接触quartz 在网上很多链接仍指向sourceforge,项目现在已经移到github了) 下载完源码,看一下代码目录结构: 要将Quartz.Net作为Windows服务运行,当然需要build server projectfor visual st阅读全文
