09 2021 档案
摘要:必要的mysql组件,有4个:分别是 server、client、common、libs 按照依赖关系依次安装rpm包 依赖关系依次...
阅读全文
摘要:1.下载:mysql-5.7.34-1.el7.x86_64.rpm-bundle.tar 必要的mysql组件,有4个:分别是 s...
阅读全文
摘要:下载:wget 下载地址 安装: rpm -ivh rpm包 安装RPM 工具使用分为安装、查询、验证、更新、删除等操作命令格式:r...
阅读全文
摘要:阿里云maven仓库:https://developer.aliyun.com/mvn/guide maven打包:jar,war,...
阅读全文
摘要:centos7已经时间同步,虚拟机挂起后,第二天再次启动时间设置问题 systemctl restart ntpdntpq -p /...
阅读全文
摘要:https://blog.csdn.net/haiyan_qi/article/details/79438101?utm_mediu...
阅读全文
摘要:PostgreSQL中文手册 http://www.postgres.cn/docs/13/index.html 名字 别名 描述b...
阅读全文
摘要:查看Centos端口命令: # netstat -lntp #查看监听(Listen)的端口# netstat -antp #查看所...
阅读全文
摘要:使用:java -jar jetlinks-standalone.jar 运行项目出现如下问题: Caused by: org.sp...
阅读全文
摘要:https://redis.io/download 参考:https://www.cnblogs.com/heqiuyong/p/1...
阅读全文
摘要:安装:postgresql https://www.postgresql.org/download/ 1.直接TimescaleDB...
阅读全文
摘要:一、 1.apache的IoTDB https://iotdb.apache.org/ 2.InfluxDB https://www...
阅读全文
摘要:String[] strs = {"34020000002000000001", "34020000002000000002", "...
阅读全文
摘要:当使用流中的forEach时,我们想要结束本次循环,一般只能用return,但使用return的功效仅仅相当于普通循环中的conti...
阅读全文
摘要:java8新增LocalDateTime类,相比SimpleDateFormat好用很多 LocalDateTime localDa...
阅读全文
摘要:安装指南: https://thingsboard.io/docs/user-guide/install/installation-...
阅读全文