Enix Yu
Enix Yu
FastBLE是使用`.disconnect`来断开与设备的链接,但是下面的post提到,如果我们需要断开后再重新连接相同的设备,就需要使用`.close`来断开链接。还有一个post提到,需要在UI线程来建立连接,也不妨试试。 解决方法: 1. 使用`mGatt.close()`来关闭gatt链接 2. 与设备建立连接的时候,在UI线程执行: ```java // Create handler for main thread where mContext is application context mHandler = new Handler(mContext.getMainLooper()); ... // Connect to BLE device from mHandler...
I have the same issue, we need to make sure the k8s dns is ok. And I found the coredns deployment did not work well under `kube-system` namespace: ``` root@host:~#...
Result of `show transaction`: ``` id | create_time | stage | oper | db | stable | failed_times | last_exec_time | last_action_info | ======================================================================================================================================================================================================================== 12443 | 2024-05-21 09:14:52.835 | commitAction...
第一个问题,我使用mybatis+pagehelper可以通过指定dialectAlias实现,因为tdengine的分页语法跟mysql的一样,参考配置 ```xml ``` mybatis-plus没用过,不过估计也有类似的配置方法,通过指定dialect实现分页 第二个问题,估计也是dialect的问题,我是直接使用mybatis,执行tdengine的特殊sql语法也没有任何问题。
I am using `taos` client tool to execute the sql, not with any language client library.