老周
老周
# 使用hsweb时的常见问题及解决方式 这里只列出了常见问题的解决方式,如果有更多问题,请在下方`留言`或者[提交issues](https://github.com/hs-web/hsweb-framework/issues/new) ## mybatis报错1 `There is no getter for property named 'xxxx' in 'class org.hswebframework.web.commons.entity.param.QueryParamEntity'` 检查 Mapper.xml中的配置项: ```xml ``` ## mybatis报错2: Invalid bound statement (not found): com.xxxx.Xxxxx.select 1. 检查`Mapper.xml`是否被编译到`target`....
- [x] 建立设备交互服务 [interaction-server](https://github.com/hs-web/hsweb-iot-cloud/tree/master/interaction-server) - [x] 使用`vertx`发布,`mqtt`,`udp`服务,供设备链接 - [ ] 增加设备授权,调用设备服务( [device-server](https://github.com/hs-web/hsweb-iot-cloud/tree/master/device-server))设备进行授权 - [x] 提供http接口给其他服务调用,支持向设备发送指令 - [ ] 通过消息队列方式向设备发送指令 - [x] 设备回执或者上报数据后,将数据推送到消息队列
vertx version: `4.3.1` code: https://github.com/vert-x3/vertx-mqtt/blob/5264cc4d24ccacfa95b8e37b9906726a85958d2e/src/main/java/io/vertx/mqtt/impl/MqttClientImpl.java#L919 `String.format` may be is a performance problem?
TDengine版本: docker 3.0.0.1 使用influxdb方式写入数据后,其他查询正常,时间窗口聚合查询报错,过一会后再查询又正常。 正常sql: ```sql select last(`_ts`) _ts,count(`int_p`) `c1` from `table` where `did` = 'test' and `_ts` >= 1661945467762 and `_ts` = 1661945467762 and `_ts`
我尝试使用`TOP`函数,但是好像只能获取一列。 目前似乎只能这样 ```sql select p,top(val,5) from xxxx partition by p ``` 但是我其实是想要 ```sql select p, top(*,5) from xxxx partition by p ``` ps. 既然有`last_row `不知道能不能支持`top_row`
### What happened? 单个客户端订阅数据时, 如果推送的消息量较大,(目前测试为 1w/s), 客户端会被断开连接,但是断开的时机不太固定. 默认是否有什么配置来限制客户端订阅收到的数据量? ### What did you expect to happen? 不会断开连接 ### How can we reproduce it (as minimally and precisely as possible)? _No response_...
1. 协议开发常见问题: http://doc.jetlinks.cn/protocol/faq.html 2. 响应式开发说明: http://doc.jetlinks.cn/dev-guide/reactor.html 3. 平台二次开发说明: http://doc.jetlinks.cn/dev-guide/start.html
为了帮助JetLinks健康长久的发展,请留下您的脚印,格式: --- ``` 组织(个人): _________公司。 行业: □工业、□ 园区、□农业、□楼宇、□SaaS、☑其他。 使用的版本: ☑社区版 、□企业版。 使用感受或建议:无。 ``` 请勿在此issues下提交不相关的回复,有其他疑问或者需求建议可以 [提交新的issues](https://github.com/jetlinks/jetlinks-community/issues/new)。