上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 107 下一页
  2018年10月10日
摘要: 以上是emqtt_benchmark安装 先安装git,下载emqtt_benchmark(下载到/home目录) 测试命令 阅读全文
posted @ 2018-10-10 16:24 清明-心若淡定 阅读(1499) 评论(0) 推荐(0)
摘要: 配置文件: EMQ 配置文件: /etc/emqttd/emq.conf 插件配置文件: /etc/emqttd/plugins/*.conf 日志文件 日志文件目录: /var/log/emqttd 数据文件 数据文件目录:/var/lib/emqttd/ 启动停止 systemctl start 阅读全文
posted @ 2018-10-10 15:00 清明-心若淡定 阅读(507) 评论(0) 推荐(0)
摘要: This page is an effort to list the publically-accessible MQTT brokers, often useful for testing and prototyping. Note: none of these test brokers (exc 阅读全文
posted @ 2018-10-10 14:41 清明-心若淡定 阅读(342) 评论(0) 推荐(0)
摘要: 消费者 生产者 运行 首先,启动消费者,然后启动生产者,就可以输入消息体了,输入 end 表示发布之前的消息,no 结束生产者。生产者消费者 阅读全文
posted @ 2018-10-10 14:26 清明-心若淡定 阅读(716) 评论(0) 推荐(0)
摘要: Secure Sockets Layer (SSL) and Transport Layer security (TLS ) are protocols that provide secure communications over a computer network or link. They 阅读全文
posted @ 2018-10-10 10:17 清明-心若淡定 阅读(585) 评论(0) 推荐(0)
摘要: 一、使用全局命令 设置代理: adb shell settings put global http_proxy 代理IP地址:端口号 如: adb shell settings put global http_proxy 127.0.0.1:8888 移除代理: adb shell settings 阅读全文
posted @ 2018-10-10 09:16 清明-心若淡定 阅读(8624) 评论(0) 推荐(1)
  2018年10月9日
摘要: VirtualBox中有四种网络连接方式: NAT Bridged Adapter Internal Host-only Adapter VMWare中有三种,其实它跟VMWare的网络连接方式都是一样的概念,只是比VMWare多了Internal方式 在介绍四种工作模式之前,先说下虚拟网卡,虚拟机 阅读全文
posted @ 2018-10-09 20:52 清明-心若淡定 阅读(4195) 评论(0) 推荐(1)
摘要: 从centos7开始使用systemctl来管理服务和程序,包括了service和chkconfig。 关闭防火墙: Centos 7 firewall 命令: 查看已经开放的端口: 1 firewall-cmd --list-ports 1 firewall-cmd --list-ports 1 阅读全文
posted @ 2018-10-09 15:35 清明-心若淡定 阅读(255) 评论(0) 推荐(0)
摘要: 安装erlang 如果未安装以后程序,请先安装依赖 编译安装 配置环境变量 更新环境变量 vim /etc/profile 在最后一行加上 export PATH=/home/erlang/bin:$PATH 保存退出后 source /etc/profile 或者 添加系统环境变量 export 阅读全文
posted @ 2018-10-09 14:28 清明-心若淡定 阅读(1667) 评论(0) 推荐(0)
摘要: “ifconfig”命令用于配置GNU/Linux系统的网络接口。它显示网络接口卡的详细信息,包括IP地址,MAC地址,以及网络接口卡状态之类。但是,该命令已经过时了,而且在最小化版本的RHEL 7以及它的克隆版本CentOS 7,Oracle Linux 7和Scientific Linux 7中 阅读全文
posted @ 2018-10-09 14:01 清明-心若淡定 阅读(759) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 107 下一页