-
大小: 6.6MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-11-09
- 語言: 其他
- 標簽: Quartz.net??
資源簡介
Quartz.net通過配置文件創建任務,實現任務的暫停、任務的恢復、下次觸發時間的顯示。Quartz.net通過配置文件創建任務,實現任務的暫停、任務的恢復、下次觸發時間的顯示。

代碼片段和文件信息
using?Quartz;
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?QuartzTest
{
[DisallowConcurrentExecutionAttribute]
public?class?Job1?:?IJob
{
public?void?Execute(IJobExecutionContext?context)
{
MainView?mainView?=?MainView.GetInstance();
mainView.JobList();
//模擬運行該任務需要15秒
Thread.Sleep(15000);
MessageBox.Show(“第一個Job:“?+?DateTime.Now.ToString());
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????37888??2019-09-19?23:16??QuartzTest\.vs\QuartzTest\v15\.suo
?????文件???????4096??2019-09-19?22:41??QuartzTest\.vs\QuartzTest\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-09-19?22:41??QuartzTest\.vs\QuartzTest\v15\Server\sqlite3\storage.ide-shm
?????文件????2014712??2019-09-19?23:12??QuartzTest\.vs\QuartzTest\v15\Server\sqlite3\storage.ide-wal
?????文件???????9473??2018-10-16?10:17??QuartzTest\packages\Common.Logging.3.3.1\.signature.p7s
?????文件?????145201??2019-09-19?22:45??QuartzTest\packages\Common.Logging.3.3.1\Common.Logging.3.3.1.nupkg
?????文件??????44544??2015-11-14?13:35??QuartzTest\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.dll
?????文件?????153088??2015-11-14?13:35??QuartzTest\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.pdb
?????文件?????167814??2015-11-14?13:35??QuartzTest\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.xm
?????文件??????44544??2015-11-14?13:35??QuartzTest\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll
?????文件?????169472??2015-11-14?13:35??QuartzTest\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.pdb
?????文件?????167494??2015-11-14?13:35??QuartzTest\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.xm
?????文件???????9463??2018-10-16?12:00??QuartzTest\packages\Common.Logging.Core.3.3.1\.signature.p7s
?????文件??????41708??2019-09-19?22:45??QuartzTest\packages\Common.Logging.Core.3.3.1\Common.Logging.Core.3.3.1.nupkg
?????文件???????9728??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\net35\Common.Logging.Core.dll
?????文件??????11776??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\net35\Common.Logging.Core.pdb
?????文件??????54432??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\net35\Common.Logging.Core.xm
?????文件??????10240??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll
?????文件??????11776??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.pdb
?????文件??????54432??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.xm
?????文件??????10240??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\portable-win+net40+sl40+wp7\Common.Logging.Core.dll
?????文件??????11776??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\portable-win+net40+sl40+wp7\Common.Logging.Core.pdb
?????文件??????54432??2015-11-14?13:35??QuartzTest\packages\Common.Logging.Core.3.3.1\lib\portable-win+net40+sl40+wp7\Common.Logging.Core.xm
?????文件???????9461??2018-10-16?12:30??QuartzTest\packages\Quartz.2.5.0\.signature.p7s
?????文件??????17278??2017-02-18?09:28??QuartzTest\packages\Quartz.2.5.0\content\job_scheduling_data_2_0.xsd
?????文件?????887808??2017-02-18?09:28??QuartzTest\packages\Quartz.2.5.0\lib\net35\Quartz.dll
?????文件????1795584??2017-02-18?09:28??QuartzTest\packages\Quartz.2.5.0\lib\net35\Quartz.pdb
?????文件????1039906??2017-02-18?09:28??QuartzTest\packages\Quartz.2.5.0\lib\net35\Quartz.xm
?????文件?????887808??2017-02-18?09:28??QuartzTest\packages\Quartz.2.5.0\lib\net35-client\Quartz.dll
?????文件????1795584??2017-02-18?09:28??QuartzTest\packages\Quartz.2.5.0\lib\net35-client\Quartz.pdb
............此處省略86個文件信息
- 上一篇:480x272(4.3).zip
- 下一篇:時間序列分析 ARIMA
評論
共有 條評論