[crayon-63d38c10ac8c7716770316/]
时序数据库TDengine开发之JAVA
https://docs.taosdata.com/reference/connector/java JAVA建立连接的方式主要有2种, 通过 taosAdapter 组件提供的 REST API 建立与 taosd 的连接,这种连接方式下文中简称“REST 连接”。 通过客户端...
时序数据库TDengine安装
参考:https://docs.taosdata.com/operation/pkg-install [crayon-63d38c10ae707683297093/] GUI工具 https://github.com/skye0207/TDengineGUI 默认端口:6041 默认用户:root 默认密码:taosdata
Ubuntu16离线升级openssh7到openssh8
[crayon-63d38c10afcfd107698039/]
解决SpringBoot接收http参数+号变成空格的问题
方法1:前端处理 使用URLEncoder.encode(参数,"UTF-8") 方法2:后端处理 使用POST方法
CentOS7安装PostgresSQL14
参考:https://www.postgresql.org/download/linux/redhat/ [crayon-63d38c10b1245786581113/]
JAVA LIST常用方法
过滤 [crayon-63d38c10b26e0381013259/] 排序 [crayon-63d38c10b26e8994532774/]
mysqldump: Error: ‘Access denied; you need (at least one of) the PROCESS privilege(s)
[crayon-63d38c10b3b8b957755225/]
Kafka2手动重置点位
前提条件: 相关所有消费服务必须停止。 因为消费者在消费完一条消息之后,会自动将offset提交,那么如果我们在重置offset的时候,不停止消费者,假设消费者当前正好在消费一条消息(offset=6666),然后我们此...
MySQL8忘记root密码
[crayon-63d38c10b51bb085336614/]