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

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

怎么在订阅发布主体内以16位数据发送 modbus 报文 - App Inventor 2 拓展 -...

怎么在MQTT 中 在订阅中发送16位数据参考代码如下: App Inventor 2  发表于 2024-07-12 18:22 参考代码如下: 你好,按照你给的例子,修改了以后点击发送出现错误,请给解答一下 15898807301 发表于 2024-07-13 18:13 你好,按照...
https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

...们可以作为扩展之间的通用 Object 类型变量进行交换。 MQTT拓展中的字节数组的处理方式就是这种,直接转换成byte[]: @SimpleFunction(description = "Publishes a binary array.")     public void PublishByteArray(String Topic, Object ByteArray...
https://www.tsingfun.com/it/opensource/392.html 

支撑Github的开源技术 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...、使用markdown的语法来写内容等,但是这些都是由单独的插件来控制的,html-pipeline可以流式的使用相应的插件处理原始内容,例如先将markdown转义成html,继而自动添加emoji表情,然后进行代码的语法高亮等。 gemoji 在2013年的Q...
https://www.tsingfun.com/it/cpp/1348.html 

NSIS学习笔记(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

NSIS学习笔记(持续更新)Q 如何使用C++开发插件,示例环境:VS2013Update4参考资料[3]来做S1:新建一个空的C++DLL项目,nsMessageBoxPlugin.S2:复制C: Program File...Q 如何使用C++开发插件,示例 环境:VS2013Update4 参考资料[3]来做 S1:新建一个空...
https://www.tsingfun.com/it/tech/827.html 

常用快速产品原型设计工具推荐 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...件工程师。 Pencil Project Pencil Project最初只是firefox的小插件,曾经得过Firefox插件Grand Prize大奖第一名,后来发布了独立软件。这款手绘风格的开源原型设计工具可以用来绘制各种架构图和流程图。Pencil Project内置丰富模板,可...
https://www.tsingfun.com/it/bigdata_ai/347.html 

社会化海量数据采集爬虫框架搭建 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...他的好处可以支持规整网页数据抓取。我们使用的是google插件 XPath Helper,这个玩意可以支持在网页点击元素生成xpath,就省去了自己去查找xpath的功夫,也便于未来做到所点即所得的功能。正则表达式补充xpath抓取不到的数据,...
https://www.tsingfun.com/it/tech/1410.html 

Logstash实践: 分布式系统的日志监控 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...到Email,File,Tcp,或者作为其它程序的输入,又或者安装插件实现和其他系统的对接,比如搜索引擎Elasticsearch。 总结:Logstash概念简单,通过组合可以满足多种需求。 3. Logstash的安装,搭建和配置 3.1. 安装Java 下载JDK压缩包...
https://stackoverflow.com/ques... 

java.net.ConnectException: Connection refused

... I had the same problem with Mqtt broker called vernemq.but solved it by adding the following. $ sudo vmq-admin listener show to show the list o allowed ips and ports for vernemq $ sudo vmq-admin listener start port=1885 -a 0.0.0.0 --mountpoint /ap...
https://stackoverflow.com/ques... 

What is ActiveMQ used for - can we apply messaging concept using a Database?

...eatures that are only in ActiveMQ, wire protocols like OpenWire, STOMP and MQTT, JMS, EIP together with Apache Camel, message patterns like "request/reply" and "publish/subscribe", JMS Bridging, clustering ("network of brokers"), which allow scaling and distributions, etc. You should read up on thos...
https://www.tsingfun.com/it/opensource/390.html 

强烈推荐一款非常mini的代码高亮开源软件--prism - 开源 & Github - 清泛网...

...复制出来后与原文完全一致。 行号展示要勾选相应的插件,调整一些样式后,最终的展示效果如下: string limitSql = string.Empty; if (!string.IsNullOrEmpty(CustomerNo)) limitSql += string.Format(" and t.customerno='{0}'", CustomerNo); 代码高亮 ...