文件名称:Quartz.NET-2.1.2
-
所属分类:
- 标签属性:
- 上传时间:2013-03-10
-
文件大小:6.12mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Quartz.NET是一个纯C#编写的.NET 库是非常受欢迎的开放源码的Java job scheduling framework, Quartz . 该项目归功于原Java项目,它的父James House 项目的参与者们。-Quartz.NET is a pure .NET library written in C# and is a port of very propular open source Java job scheduling framework, Quartz . This project owes very much to original Java project, it s father James House and the project contributors。
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bin/3.5/release/Quartz/ClientProfile/Common.Logging.dll
bin/3.5/release/Quartz/ClientProfile/Quartz.dll
bin/3.5/release/Quartz/ClientProfile/Quartz.pdb
bin/3.5/release/Quartz/ClientProfile/Quartz.xml
bin/3.5/release/Quartz/Common.Logging.dll
bin/3.5/release/Quartz/Quartz.dll
bin/3.5/release/Quartz/Quartz.pdb
bin/3.5/release/Quartz/Quartz.xml
bin/4.0/release/Quartz/ClientProfile/Common.Logging.dll
bin/4.0/release/Quartz/ClientProfile/Quartz.dll
bin/4.0/release/Quartz/ClientProfile/Quartz.pdb
bin/4.0/release/Quartz/ClientProfile/Quartz.xml
bin/4.0/release/Quartz/Common.Logging.dll
bin/4.0/release/Quartz/Quartz.dll
bin/4.0/release/Quartz/Quartz.pdb
bin/4.0/release/Quartz/Quartz.xml
database/tables/tables_mysql_innodb.sql
database/tables/tables_oracle.sql
database/tables/tables_postgres.sql
database/tables/tables_sqlite.sql
database/tables/tables_sqlServer.sql
database/tables/tables_sqlServerCe.sql
database/sqlserver_schema_10_to_20_upgrade.sql
doc/xml/job_scheduling_data_2_0.xsd
doc/xml/quartz_sample.xml
lib/2.0/C5.dll
lib/2.0/C5.license.txt
lib/other/Anakia.dll
lib/other/Anakia.license.txt
lib/other/NVelocity.dll
lib/other/NVelocity.license.txt
server/bin/3.5/Common.Logging.dll
server/bin/3.5/Common.Logging.Log4Net1211.dll
server/bin/3.5/log4net.dll
server/bin/3.5/quartz.config
server/bin/3.5/Quartz.dll
server/bin/3.5/Quartz.pdb
server/bin/3.5/Quartz.Server.exe
server/bin/3.5/Quartz.Server.exe.config
server/bin/3.5/Quartz.Server.pdb
server/bin/3.5/quartz_jobs.xml
server/bin/3.5/Topshelf.dll
server/bin/4.0/Common.Logging.dll
server/bin/4.0/Common.Logging.Log4Net1211.dll
server/bin/4.0/log4net.dll
server/bin/4.0/quartz.config
server/bin/4.0/Quartz.dll
server/bin/4.0/Quartz.pdb
server/bin/4.0/Quartz.Server.exe
server/bin/4.0/Quartz.Server.exe.config
server/bin/4.0/Quartz.Server.pdb
server/bin/4.0/quartz_jobs.xml
server/bin/4.0/Topshelf.dll
server/Quartz.Server/App.config
server/Quartz.Server/Configuration.cs
server/Quartz.Server/IQuartzServer.cs
server/Quartz.Server/packages.config
server/Quartz.Server/Program.cs
server/Quartz.Server/quartz.config
server/Quartz.Server/Quartz.Server.2010.csproj
server/Quartz.Server/QuartzServer.cs
server/Quartz.Server/QuartzServerFactory.cs
server/Quartz.Server/quartz_jobs.xml
server/Quartz.Server/SampleJob.cs
server/AssemblyInfo.cs
src/Quartz/Collection/HashSet.cs
src/Quartz/Collection/ISet.cs
src/Quartz/Collection/ISortedSet.cs
src/Quartz/Collection/ReadOnlySet.cs
src/Quartz/Collection/TreeSet.cs
src/Quartz/Core/IJobRunShellFactory.cs
src/Quartz/Core/JobRunShell.cs
src/Quartz/Core/ListenerManagerImpl.cs
src/Quartz/Core/QuartzScheduler.cs
src/Quartz/Core/QuartzSchedulerResources.cs
src/Quartz/Core/QuartzSchedulerThread.cs
src/Quartz/Core/SchedulerSignalerImpl.cs
src/Quartz/Impl/AdoJobStore/Common/DbMetadata.cs
src/Quartz/Impl/AdoJobStore/Common/DbProvider.cs
src/Quartz/Impl/AdoJobStore/Common/dbproviders.properties
src/Quartz/Impl/AdoJobStore/Common/IDbProvider.cs
src/Quartz/Impl/AdoJobStore/AdoConstants.cs
src/Quartz/Impl/AdoJobStore/AdoJobStoreUtil.cs
src/Quartz/Impl/AdoJobStore/AdoUtil.cs
src/Quartz/Impl/AdoJobStore/CalendarIntervalTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/ConnectionAndTransactionHolder.cs
src/Quartz/Impl/AdoJobStore/CronTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/DailyTimeIntervalTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/DBSemaphore.cs
src/Quartz/Impl/AdoJobStore/DelegateInitializationArgs.cs
src/Quartz/Impl/AdoJobStore/FiredTriggerRecord.cs
src/Quartz/Impl/AdoJobStore/IDbAccessor.cs
src/Quartz/Impl/AdoJobStore/IDriverDelegate.cs
src/Quartz/Impl/AdoJobStore/InvalidConfigurationException.cs
src/Quartz/Impl/AdoJobStore/ISemaphore.cs
src/Quartz/Impl/AdoJobStore/ITablePrefixAware.cs
src/Quartz/Impl/AdoJobStore/ITriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/JobStoreCMT.cs
src/Quartz/Impl/AdoJobStore/JobStoreSupport.cs
src/Quartz/Impl/AdoJobStore/JobStoreTX.cs
src/Quartz/Impl/AdoJobStore/LockException.cs
src/Quartz/Impl/AdoJobStore/MySQLDelegate.cs
src/Quartz/Impl/AdoJobStore/NoSuchDelegateException.cs
src/Quartz/Impl/AdoJobStore/OracleDelegate.cs
src/Quartz/Impl/AdoJobStore/SchedulerStateRecord.cs
src/Quartz/Impl/AdoJobStore/SimplePropertiesTriggerPersistenceDelegateSupport.cs
src/Quartz/Impl/AdoJobStore/SimplePropertiesTriggerProperties.cs
src/Quartz/Impl/AdoJobStore/SimpleSemaphore.cs
src/Quartz/Impl/AdoJobStore/SimpleTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/SQLiteDelegate.cs
src/Quartz/Impl/AdoJobStore/SqlServerDelegate.cs
src/Quartz/Impl/AdoJobStore/StdAdoConstants.cs
src/Quartz/Impl/AdoJobStore/StdAdoDelegate.cs
src/Quartz/Impl/AdoJobStore/StdRowLockSemaphore.cs
src/Quartz/Impl/AdoJobStore/TriggerPropertyBundle.cs
src/Quartz/Impl/AdoJobStore/TriggerStatus.cs
src/Quartz/Impl/AdoJobStore/UpdateRowLockSemaphore.cs
src/Quartz/Impl/Calendar/AnnualCalendar.cs
src/Quartz/Impl/Calendar/BaseCalendar.cs
src/Quartz/Impl/Calendar/CronCalendar.cs
src/Quartz/Impl/Calendar/DailyCalendar.cs
src/Quartz/Impl/Calendar/HolidayCalendar.cs
src/Quartz/Impl/Calendar/MonthlyCalendar.cs
src/Quartz/Impl/Calendar/WeeklyCalendar.c
bin/3.5/release/Quartz/ClientProfile/Quartz.dll
bin/3.5/release/Quartz/ClientProfile/Quartz.pdb
bin/3.5/release/Quartz/ClientProfile/Quartz.xml
bin/3.5/release/Quartz/Common.Logging.dll
bin/3.5/release/Quartz/Quartz.dll
bin/3.5/release/Quartz/Quartz.pdb
bin/3.5/release/Quartz/Quartz.xml
bin/4.0/release/Quartz/ClientProfile/Common.Logging.dll
bin/4.0/release/Quartz/ClientProfile/Quartz.dll
bin/4.0/release/Quartz/ClientProfile/Quartz.pdb
bin/4.0/release/Quartz/ClientProfile/Quartz.xml
bin/4.0/release/Quartz/Common.Logging.dll
bin/4.0/release/Quartz/Quartz.dll
bin/4.0/release/Quartz/Quartz.pdb
bin/4.0/release/Quartz/Quartz.xml
database/tables/tables_mysql_innodb.sql
database/tables/tables_oracle.sql
database/tables/tables_postgres.sql
database/tables/tables_sqlite.sql
database/tables/tables_sqlServer.sql
database/tables/tables_sqlServerCe.sql
database/sqlserver_schema_10_to_20_upgrade.sql
doc/xml/job_scheduling_data_2_0.xsd
doc/xml/quartz_sample.xml
lib/2.0/C5.dll
lib/2.0/C5.license.txt
lib/other/Anakia.dll
lib/other/Anakia.license.txt
lib/other/NVelocity.dll
lib/other/NVelocity.license.txt
server/bin/3.5/Common.Logging.dll
server/bin/3.5/Common.Logging.Log4Net1211.dll
server/bin/3.5/log4net.dll
server/bin/3.5/quartz.config
server/bin/3.5/Quartz.dll
server/bin/3.5/Quartz.pdb
server/bin/3.5/Quartz.Server.exe
server/bin/3.5/Quartz.Server.exe.config
server/bin/3.5/Quartz.Server.pdb
server/bin/3.5/quartz_jobs.xml
server/bin/3.5/Topshelf.dll
server/bin/4.0/Common.Logging.dll
server/bin/4.0/Common.Logging.Log4Net1211.dll
server/bin/4.0/log4net.dll
server/bin/4.0/quartz.config
server/bin/4.0/Quartz.dll
server/bin/4.0/Quartz.pdb
server/bin/4.0/Quartz.Server.exe
server/bin/4.0/Quartz.Server.exe.config
server/bin/4.0/Quartz.Server.pdb
server/bin/4.0/quartz_jobs.xml
server/bin/4.0/Topshelf.dll
server/Quartz.Server/App.config
server/Quartz.Server/Configuration.cs
server/Quartz.Server/IQuartzServer.cs
server/Quartz.Server/packages.config
server/Quartz.Server/Program.cs
server/Quartz.Server/quartz.config
server/Quartz.Server/Quartz.Server.2010.csproj
server/Quartz.Server/QuartzServer.cs
server/Quartz.Server/QuartzServerFactory.cs
server/Quartz.Server/quartz_jobs.xml
server/Quartz.Server/SampleJob.cs
server/AssemblyInfo.cs
src/Quartz/Collection/HashSet.cs
src/Quartz/Collection/ISet.cs
src/Quartz/Collection/ISortedSet.cs
src/Quartz/Collection/ReadOnlySet.cs
src/Quartz/Collection/TreeSet.cs
src/Quartz/Core/IJobRunShellFactory.cs
src/Quartz/Core/JobRunShell.cs
src/Quartz/Core/ListenerManagerImpl.cs
src/Quartz/Core/QuartzScheduler.cs
src/Quartz/Core/QuartzSchedulerResources.cs
src/Quartz/Core/QuartzSchedulerThread.cs
src/Quartz/Core/SchedulerSignalerImpl.cs
src/Quartz/Impl/AdoJobStore/Common/DbMetadata.cs
src/Quartz/Impl/AdoJobStore/Common/DbProvider.cs
src/Quartz/Impl/AdoJobStore/Common/dbproviders.properties
src/Quartz/Impl/AdoJobStore/Common/IDbProvider.cs
src/Quartz/Impl/AdoJobStore/AdoConstants.cs
src/Quartz/Impl/AdoJobStore/AdoJobStoreUtil.cs
src/Quartz/Impl/AdoJobStore/AdoUtil.cs
src/Quartz/Impl/AdoJobStore/CalendarIntervalTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/ConnectionAndTransactionHolder.cs
src/Quartz/Impl/AdoJobStore/CronTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/DailyTimeIntervalTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/DBSemaphore.cs
src/Quartz/Impl/AdoJobStore/DelegateInitializationArgs.cs
src/Quartz/Impl/AdoJobStore/FiredTriggerRecord.cs
src/Quartz/Impl/AdoJobStore/IDbAccessor.cs
src/Quartz/Impl/AdoJobStore/IDriverDelegate.cs
src/Quartz/Impl/AdoJobStore/InvalidConfigurationException.cs
src/Quartz/Impl/AdoJobStore/ISemaphore.cs
src/Quartz/Impl/AdoJobStore/ITablePrefixAware.cs
src/Quartz/Impl/AdoJobStore/ITriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/JobStoreCMT.cs
src/Quartz/Impl/AdoJobStore/JobStoreSupport.cs
src/Quartz/Impl/AdoJobStore/JobStoreTX.cs
src/Quartz/Impl/AdoJobStore/LockException.cs
src/Quartz/Impl/AdoJobStore/MySQLDelegate.cs
src/Quartz/Impl/AdoJobStore/NoSuchDelegateException.cs
src/Quartz/Impl/AdoJobStore/OracleDelegate.cs
src/Quartz/Impl/AdoJobStore/SchedulerStateRecord.cs
src/Quartz/Impl/AdoJobStore/SimplePropertiesTriggerPersistenceDelegateSupport.cs
src/Quartz/Impl/AdoJobStore/SimplePropertiesTriggerProperties.cs
src/Quartz/Impl/AdoJobStore/SimpleSemaphore.cs
src/Quartz/Impl/AdoJobStore/SimpleTriggerPersistenceDelegate.cs
src/Quartz/Impl/AdoJobStore/SQLiteDelegate.cs
src/Quartz/Impl/AdoJobStore/SqlServerDelegate.cs
src/Quartz/Impl/AdoJobStore/StdAdoConstants.cs
src/Quartz/Impl/AdoJobStore/StdAdoDelegate.cs
src/Quartz/Impl/AdoJobStore/StdRowLockSemaphore.cs
src/Quartz/Impl/AdoJobStore/TriggerPropertyBundle.cs
src/Quartz/Impl/AdoJobStore/TriggerStatus.cs
src/Quartz/Impl/AdoJobStore/UpdateRowLockSemaphore.cs
src/Quartz/Impl/Calendar/AnnualCalendar.cs
src/Quartz/Impl/Calendar/BaseCalendar.cs
src/Quartz/Impl/Calendar/CronCalendar.cs
src/Quartz/Impl/Calendar/DailyCalendar.cs
src/Quartz/Impl/Calendar/HolidayCalendar.cs
src/Quartz/Impl/Calendar/MonthlyCalendar.cs
src/Quartz/Impl/Calendar/WeeklyCalendar.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.