# LBPL Brief introduction
This is a plug-in project based on Asp.net, quartz.net for rapid development of timed services<br>
As in the actual project development need to do regular service operation, <br>
in general can be understood as: the need to dynamically monitor the timing task scheduling system.<br>
In order to achieve rapid development, simple and clear to complete a service, <br>
no longer cumbersome for a variety of code coupling strong operation, <br>
designed a temporary to quartz.net service carrier, plug-in development model. <br>
The main development process <br>
1、the developer of the new library class library name format LBPL.PlugIn. {Xxxxx} ServicePlugin<br>
2、 cited LBPL.PlugIn.Integration, LBPL.PlugIn.Model two class libraries<br>
3、 the implementation of the three categories were inherited: ICronConfig, IJobLibray, IJobsConfig three interfaces<br>
3.1 CronConfig This class is used to configure the time expression <br>
(currently configured in the main project of AppSetting, the latter will be a separate pull away)<br>
3.2 The JobLibray service resource pool is used to dynamically load the scheduled tasks in the service plug-in class library<br>
3.3 JobsConfig specific Quartz.net timing service scheduling configuration<br>
4、 to complete the above operations, automatic translation dll,<br>
through the custom operation (simple choice dll) call the storage method<br>
AddQuartzServer (IJobDetail jobDetail, Quartz.Collection.HashSet <ITrigger> triggerList, out string error, bool IsRun = true)<br>
You can achieve a simple service of the automatic call<br>
5、monitoring a variety of service status<br>
Call the method to get all the service status<br>
List <JobsTrigger> GetALLQuartzServer ();<br>
中文版说明
# LBPL
这一个基于Asp.net、 quartz.net 快速开发定时服务的插件化项目
由于在实际项目开发中需要做定时服务的操作,大体上可以理解为:需要动态化监控定时任务的调度系统。
为了实现快速开发、简单明了完成一个服务,不再繁琐的进行各种代码耦合度强的操作,设计了一个以暂时以quartz.net 为服务载体,插件化开发的模式。
主要开发流程
1、 开发人员 新建类库 类库名称格式 LBPL.PlugIn.{xxxxx}ServicePlugin
2、引用LBPL.PlugIn.Integration、LBPL.PlugIn.Model 两个类库
3、实例化三个类分别继承:ICronConfig、IJobLibray、IJobsConfig 三个接口
3.1 CronConfig 这个类用于配置时间表达式 (目前配置在主项目的AppSetting中,后期会单独抽离)
3.2 JobLibray 服务资源池 用于动态加载 本服务插件类库中 定时任务
3.3 JobsConfig 具体Quartz.net 定时服务调度
4、完成以上操作,自动编译生dll,通过自定义操作(简单的选择dll) 调用 仓储方法
AddQuartzServer(IJobDetail jobDetail, Quartz.Collection.HashSet<ITrigger> triggerList, out string error, bool IsRun = true)
就可以实现一个简单服务的自动调用了
5、监控各种服务状态
调用该方法,可以获取所有服务状态
List<JobsTrigger> GetALLQuartzServer();
没有合适的资源?快使用搜索试试~ 我知道了~
这一个基于Asp.net、 quartz.net 快速开发定时服务的插件化项目.zip
共187个文件
cs:52个
dll:47个
pdb:30个
0 下载量 2 浏览量
2024-08-22
17:08:36
上传
评论
收藏 6.25MB ZIP 举报
温馨提示
项目工程资源经过严格测试可直接运行成功且功能正常的情况才上传,可轻松copy复刻,拿到资料包后可轻松复现出一样的项目,本人系统开发经验充足(全栈开发),有任何使用问题欢迎随时与我联系,我会及时为您解惑,提供帮助 【资源内容】:项目具体内容可查看/点击本页面下方的*资源详情*,包含完整源码+工程文件+说明(若有)等。【若无VIP,此资源可私信获取】 【本人专注IT领域】:有任何使用问题欢迎随时与我联系,我会及时解答,第一时间为您提供帮助 【附带帮助】:若还需要相关开发工具、学习资料等,我会提供帮助,提供资料,鼓励学习进步 【适合场景】:相关项目设计中,皆可应用在项目开发、毕业设计、课程设计、期末/期中/大作业、工程实训、大创等学科竞赛比赛、初期项目立项、学习/练手等方面中 可借鉴此优质项目实现复刻,也可基于此项目来扩展开发出更多功能 #注 1. 本资源仅用于开源学习和技术交流。不可商用等,一切后果由使用者承担 2. 部分字体及插图等来自网络,若是侵权请联系删除,本人不对所涉及的版权问题或内容负法律责任。收取的费用仅用于整理和收集资料耗费时间的酬劳 3. 积分资源不提供使用问题指导/解答
资源推荐
资源详情
资源评论
收起资源包目录
这一个基于Asp.net、 quartz.net 快速开发定时服务的插件化项目.zip (187个子文件)
LBPL.PlugIn.IntegratedSystem.csprojResolveAssemblyReference.cache 35KB
LBPL.PlugIn.IntegrationTests.csprojResolveAssemblyReference.cache 29KB
LBPL.PlugIn.WriteFileServicePlugin.csprojResolveAssemblyReference.cache 25KB
LBPL.PlugIn.CreateDirServicePlugin.csprojResolveAssemblyReference.cache 25KB
LBPL.PlugIn.Integration.csprojResolveAssemblyReference.cache 21KB
LBPL.PlugIn.Model.csprojResolveAssemblyReference.cache 19KB
DesignTimeResolveAssemblyReferencesInput.cache 8KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
DesignTimeResolveAssemblyReferencesInput.cache 7KB
DesignTimeResolveAssemblyReferencesInput.cache 6KB
LBPL.PlugIn.Core.csprojResolveAssemblyReference.cache 2KB
DesignTimeResolveAssemblyReferences.cache 1KB
LBPL.PlugIn.IntegratedSystem.csproj.GenerateResource.Cache 1KB
App.config 423B
LBPL.PlugIn.IntegratedSystem.vshost.exe.config 423B
LBPL.PlugIn.IntegratedSystem.exe.config 423B
QuartzRepository.cs 12KB
WinFormServiceDemo.Designer.cs 10KB
WinFormServiceDemo.cs 6KB
QuartzFactory.cs 3KB
IQuartzRepository.cs 3KB
Resources.Designer.cs 3KB
FileServiceJob.cs 2KB
JobsConfig.cs 2KB
JobsConfig.cs 2KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
LogHelper.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
AssemblyInfo.cs 1KB
JobLibray.cs 1KB
JobLibray.cs 1KB
Settings.Designer.cs 1KB
CreateDirFolderJob.cs 1KB
CronConfig.cs 759B
JobsTrigger.cs 566B
CronConfig.cs 546B
Program.cs 532B
QuartzJobsCollection.cs 460B
IJobLibray.cs 438B
ICronConfig.cs 375B
IJobsConfig.cs 364B
QuartzRepositoryTests.cs 316B
AssemblyReflectorUtil.cs 266B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs 0B
TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs 0B
TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs 0B
LBPL.PlugIn.IntegratedSystem.csproj 5KB
LBPL.PlugIn.IntegrationTests.csproj 4KB
LBPL.PlugIn.WriteFileServicePlugin.csproj 4KB
LBPL.PlugIn.Integration.csproj 3KB
LBPL.PlugIn.CreateDirServicePlugin.csproj 3KB
LBPL.PlugIn.Model.csproj 3KB
LBPL.PlugIn.Core.csproj 2KB
Quartz.dll 869KB
Quartz.dll 869KB
Quartz.dll 869KB
Quartz.dll 869KB
Quartz.dll 869KB
Quartz.dll 869KB
Quartz.dll 869KB
Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 98KB
Common.Logging.dll 44KB
Common.Logging.dll 44KB
Common.Logging.dll 44KB
Common.Logging.dll 44KB
Common.Logging.dll 44KB
Common.Logging.dll 44KB
Common.Logging.dll 44KB
Microsoft.VisualStudio.QualityTools.UnitTestFramework.resources.dll 34KB
AOP.Common.dll 23KB
AOP.Common.dll 23KB
LBPL.PlugIn.Integration.dll 12KB
LBPL.PlugIn.Integration.dll 12KB
LBPL.PlugIn.Integration.dll 12KB
LBPL.PlugIn.Integration.dll 12KB
共 187 条
- 1
- 2
资源评论
热爱技术。
- 粉丝: 2574
- 资源: 7860
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 分享Java相关的东西 - Java安全漫谈笔记相关内容.zip
- 具有适合 Java 应用程序的顺序定义的 Cloud Native Buildpack.zip
- 网络建设运维资料库职业
- 关于 Java 的一切.zip
- 爬虫安装 XPath Helper 2.0
- 使用特定版本的 Java 设置 GitHub Actions 工作流程.zip
- 使用 Winwheel.js 在 HTML 画布上创建旋转奖品轮.zip
- 使用 Java 编译器 API 的 Java 语言服务器.zip
- 使用 Java 的无逻辑和语义 Mustache 模板.zip
- 使用 Java EE 7 的 Java Petstore.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功