上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: 概述 Quartz.NET是一个开源的作业调度框架,非常适合在平时的工作中,定时轮询数据库同步,定时邮件通知,定时处理数据等。 Quartz.NET允许开发人员根据时间间隔(或天)来调度作业。它实现了作业和触发器的多对多关系,还能把多个作业与不同的触发器关联。整合了 Quartz.NET的应用程序可 阅读全文
posted @ 2021-04-30 15:47 CHHC 阅读(181) 评论(0) 推荐(0) 编辑
摘要: websocket测试地址 http://www.websocket-test.com/ using SuperWebSocket; using System; using System.Collections.Generic; namespace WebsocketServer { // NuGe 阅读全文
posted @ 2020-11-11 11:17 CHHC 阅读(1104) 评论(0) 推荐(1) 编辑
摘要: MQTT实战1 - 使用Apache Apollo代理服务器实现mqtt通信 MQTT实战2 - 使用MQTTnet实现mqtt通信 MQTT实战3 - NetCore 2.0 + MQTTnet 3.0.9 实现mqtt通信 using Microsoft.AspNetCore; using Mi 阅读全文
posted @ 2020-11-11 11:04 CHHC 阅读(1519) 评论(0) 推荐(0) 编辑
摘要: ActiveMQ安装及部署 下载地址 http://activemq.apache.org/components/classic/download/ 运行 activemq.bat,在浏览器输入 http://localhost:8161/admin/ (账户:admin 密码:admin)出现如下 阅读全文
posted @ 2020-11-10 17:30 CHHC 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 腾讯云ocr识别 https://console.cloud.tencent.com/api/explorer?Product=ocr&Version=2018-11-19&Action=WaybillOCR&SignVersion= using System; using System.Threa 阅读全文
posted @ 2020-10-14 14:29 CHHC 阅读(389) 评论(0) 推荐(1) 编辑
摘要: NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 mqtt.js解析 示例报文:0000000102 {"topic":"/user/update_iot","method":"th 阅读全文
posted @ 2020-09-25 14:43 CHHC 阅读(1503) 评论(0) 推荐(1) 编辑
摘要: NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 mqtt httpserver tcp 阅读全文
posted @ 2020-09-25 14:41 CHHC 阅读(890) 评论(0) 推荐(1) 编辑
摘要: NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 产品管理 协议解析 模拟测试(模拟上报&&模拟接收) 设备管理 设备日志 模拟运行 内网测试 "WebHostUrl": "http 阅读全文
posted @ 2020-09-25 14:37 CHHC 阅读(822) 评论(0) 推荐(0) 编辑
摘要: NetCore物联网平台 1 - 简介 NetCore物联网平台 2 - 平台 NetCore物联网平台 3 - 通信组件 NetCore物联网平台 4 - 规则引擎 简介 基于.Net Core 的物联网平台,支持多种通信协议(mqtt,tcp,http),数据透传或自定义规则引擎(js文件)进行 阅读全文
posted @ 2020-09-25 14:14 CHHC 阅读(1778) 评论(0) 推荐(1) 编辑
摘要: 888888888888 阅读全文
posted @ 2020-09-22 11:08 CHHC 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页