分类: .Net Core

2 篇文章

FANUC Focas协议采集CNC数据
开发包下载地址 https://github.com/wheeliar/FANUC_Focas_API 源码地址 https://github.com/wheeliar/WindowsFormsAppforFanuc
Hangfire批量删除任务
-- 删除job 队列数据 delete from meshangfire_jobqueue where JobId in ( select count(*) from meshangfire_job where StateName='enqueued' and InvocationData like 'ddddd%&…