随笔分类 -  Lee

Quartz.NET定时任务组件简介
摘要:目标:实现一个每隔一分钟报时的Demo首先引用Quatz.NET的dll文件,包括Common.Logging.dll、Common.Logging.Core.dll、Quartz.dll三个文件。也可通过NuGet命令:Install-Package Quartz以上处理完毕后,新建一个ShowT... 阅读全文

posted @ 2015-08-07 10:42 shanheblog 阅读(350) 评论(1) 推荐(0)

.NET常用异常类
摘要:类说明基异常类型:System.Exception所有异常的基类型。System.ApplicationException发生非致命应用程序错误时引发的异常。System.SystemException为System命名空间中的预定义异常定义基类。直接由System.SystemExceptio... 阅读全文

posted @ 2015-07-24 11:24 shanheblog 阅读(331) 评论(0) 推荐(0)

导航