摘要:版本:Quartz 2.5 ,log4net 2.0.8 QuartzHelper namespace Job.Common { public class QuartzHelper { private static List<IScheduler> _listsche = new List<ISch
阅读全文
posted @ 2018-03-12 10:59
03 2018 档案
摘要:版本:Quartz 2.5 ,log4net 2.0.8 QuartzHelper namespace Job.Common { public class QuartzHelper { private static List<IScheduler> _listsche = new List<ISch
阅读全文
posted @ 2018-03-12 10:59
摘要:sql公共类: namespace Job.Common { public enum DataOption { Select = 0, Create, Update, Delete, Login } public sealed class SqlHelper { #region public Con
阅读全文
posted @ 2018-03-06 15:40
|
||