09 2022 档案
摘要:使用场景:hangfire job在IIS部署下回出现回收,导致job运行一段时间停止,但是如果用Windows服务会一直运行,本人已在生产环境中使用,自从换成Windows服务,job一直运行; .NET Core 在 Windows 服务的部署方式 地址:https://blog.51cto.c
阅读全文
摘要:基于.NetCore + Quartz.Net + Vue + IView开箱即用的定时任务UI。不依赖数据库,只需在界面做简单配置。 地址:https://github.com/cq-panda/Quartz.NetUI
阅读全文
摘要://主表function myTable() { var baseConfig = { uniqueId: "" //指定主键列 , toolbar: "#tableToolbar" //一个jQuery 选择器,指明自定义的toolbar 例如:#toolbar, .toolbar. , sort
阅读全文
摘要:导出使用场景:当前端需要传非常多的参数数据,就需要用到post导出 get请求: window.location.href = "/CustomOrder/MapRowLinePlan/PlanUseCommunityDown?appCode=CTMS&dataa=" + JSON.stringif
阅读全文