大约有 600 项符合查询结果(耗时:0.0164秒) [XML]

https://bbs.tsingfun.com/thread-1813-1-1.html 

mqtt 接收的信息为json格式 怎么将json 信息解析出来显示在指定的文本上 ...

需要解析的JSON 格式 接收的信息,通过JSON解析后 把WD 的参数24 解读出来 显示到文本上 代码如下: 注意:此代码块是右键导出的png,具有还原代码块的功能,无需手动一个个处理。 具体还原方法请参考:https:...
https://bbs.tsingfun.com/thread-2128-1-1.html 

MQTT订阅一次收不到事件触发,多次订阅可以? - 用户反馈 - 清泛IT社区,为...

用户反馈,连接状态正常,在初始化中订阅一次,收不到数据事件触发。 每次点击订阅一次,就能收到。这个需要深入测试一下。
https://bbs.tsingfun.com/thread-2367-1-1.html 

MQTT接入EasyIoT平台 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...个平台的测试,先学习这个:https://www.fun123.cn/reference/iot/MQTTGuide.html。 网址:https://iot.dfrobot.com.cn/ 自行注册并登录。 新建一个订阅主题。 代码差别主要在:地址、端口不同,且使用用户名、密码认证(这里仅仅是演...
https://bbs.tsingfun.com/thread-2377-1-1.html 

【研究中】MQTT接入OneNET物联网平台 - 创客硬件开发 - 清泛IT社区,为创新赋能!

网址:https://open.iot.10086.cn/ 注册,及实名验证。https://baijiahao.baidu.com/s?id ... 0&wfr=spider&for=pc 非常的详细,就是我想要的步骤。 https://blog.csdn.net/xiaolong11 ... e/details/144806792 这个更详细。
https://www.tsingfun.com/it/bigdata_ai/422.html 

MongoDB数据导出导入工具:mongoexport,mongoimport - 大数据 & AI - 清泛...

MongoDB数据导出导入工具:mongoexport,mongoimport导出导入工具mongoexport、mongoimport,Mongodb中的mongoexport工具可以把一个collection导出成JSON格式或CSV格式的文件,可以通过参数指定导出的数据项;mongoimport将相应文件导入到collection中。一...
https://www.fun123.cn/referenc... 

图表组件 · App Inventor 2 中文网

...:红、蓝、红、蓝… 数据文件x列 从 数据文件 组件导入数据时, 数据源 使用的值。 这个值表示数据文件中用于 x 条目的列数据序列。例如,如果列的第一个值是“时间”,并且指定了“时间”列值,将使用该列用于 ...
https://stackoverflow.com/ques... 

Does Android support near real time push notification?

... I recently started playing with MQTT http://mqtt.org for Android as a way of doing what you're asking for (i.e. not SMS but data driven, almost immediate message delivery, scalable, not polling, etc.) I have a blog post with background information on this ...
https://bbs.tsingfun.com/thread-2372-1-1.html 

如何快速导入拓展?拓展市场可一键导入 - App Inventor 2 中文网 - 清泛IT...

常用的拓展都可以一键导入,可以搜索你想要的拓展。如果没有找到,可以反馈给我们,会持续更新的。
https://stackoverflow.com/ques... 

Push Notifications in Android Platform

...pport near real time push notification? ) I recently started playing with MQTT http://mqtt.org for Android as a way of doing this sort of thing (i.e. push notification that is not SMS but data driven, almost immediate message delivery, not polling, etc.) I have a blog post with background informat...
https://www.tsingfun.com/it/cpp/1454.html 

C++使用OLE/COM高速读写EXCEL的源码 - C/C++ - 清泛网 - 专注C/C++及内核技术

...可以加快OLE读取的EXCEL的速度。 简单介绍下步骤: 1、导入并封装Excel中的接口 Excel作为OLE/COM库插件,定义好了各类交互的接口,这些接口是跨语言的接口。VC可以通过导入这些接口,并通过接口来对Excel的操作。 由于本文...