本次演示环境Windows 10,TB版本为Thingsboard 3.0,Thingsboard-gateway版本为2.3.1.1,采用EMQ X作为MQTT broker,用MQTT box作为演示设备。 环境准备: thingsboard3.0源码安装 下载地址:https://github ...
分类:
其他好文 时间:
2020-06-08 14:28:05
阅读次数:
242
1、安装zookeeper 因为zookeeper 与kafka 存在对应的版本,选择不当,将无法使用,所以两者都使用最新版本 下载地址:https://zookeeper.apache.org/releases.html 目录 下载并解压ZooKeeper软件压缩包后,可以看到zk包含以下的文件和 ...
分类:
系统相关 时间:
2020-06-08 12:37:32
阅读次数:
82
每一个系统都有一些通用的模块,比如日志模块、异常处理模块、工具类等,对于Tomcat来说,比较重要的通用模块有日志、Session管理和集群管理。 日志模块作为一个通用的功能,在系统里通常会使用第三方的日志框架。Java的日志框架有很多,比如:JUL(Java Util Logging)、Log4j ...
分类:
其他好文 时间:
2020-06-07 14:28:07
阅读次数:
69
Redis官方下载地址 http://download.redis.io/releases/ 本次演示使用的版本为3.2.12 http://download.redis.io/releases/redis-3.2.12.tar.gz 查看是否安装gcc gcc -v 未安装gcc的话 yum in ...
分类:
其他好文 时间:
2020-06-06 18:47:38
阅读次数:
62
FROM 5ceee9310a16RUN echo "start install redis ..."RUN cd /tmpRUN wget http://download.redis.io/releases/redis-4.0.9.tar.gz \&& tar -zxvf redis-4.0.9. ...
分类:
其他好文 时间:
2020-06-06 13:06:46
阅读次数:
83
操作系统版本为CentOS7,纯净未安装RabbitMQ,以下是以阿里云服务器为载体。 一、安装RabbitMQ步骤: 1、根目录下输入ps -ef|grep rabbitmq命令,检测是否安装过rabbitmq 2、以root用户安装,输入su - root命令(若本身就是root用户则不需要此操 ...
分类:
系统相关 时间:
2020-06-06 12:32:20
阅读次数:
92
<repositories> <repository> <id>aliyun</id> <url>https://maven.aliyun.com/repository/public</url> <releases> <enabled>true</enabled> </releases> <snap ...
分类:
其他好文 时间:
2020-06-06 10:59:31
阅读次数:
487
官方下载地址 https://www.ubuntu.com/download 中科大源 http://mirrors.ustc.edu.cn/ubuntu-releases/16.04/ 阿里云开源镜像站 http://mirrors.aliyun.com/ubuntu-releases/16.04 ...
分类:
系统相关 时间:
2020-06-06 10:51:03
阅读次数:
107
下载gradle https://gradle.org/releases/解压 到 /usr/local (sudo unzip -d /usr/local gradle-6.5-bin.zip)vi ~/.zshrcexport GRADLE_HOME="/usr/local/gradle-6.5 ...
分类:
系统相关 时间:
2020-06-05 19:20:25
阅读次数:
267
本地电脑需要同步远程数据,安装syncthing 测试 1:下载 wget https://github.com/syncthing/syncthing/releases/download/v1.5.0/syncthing-linux-amd64-v1.5.0.tar.gz Syncthing 默认 ...
分类:
其他好文 时间:
2020-06-04 13:54:04
阅读次数:
138