emqx start 启动 emqx_ctl status 检查运行状态 emqx uninstall 服务卸载 emqx stop 停止 如果 EMQ 安装在本机,则使用浏览器打开地址 http://127.0.0.1:18083 ,输入默认用户名 admin 与默认密码 public ,登录进入 ...
分类:
其他好文 时间:
2020-03-11 11:15:19
阅读次数:
537
1.启动虚拟机内的操作系统,中间件报错:提示没有主机的路由 解决方案:关闭防火墙 命令:查看防火墙状态 :systemctl status firewalld 停止防火墙:systemctl stop firewalld.service 打开防火墙:systemctl start firewalld ...
分类:
系统相关 时间:
2020-03-11 10:40:13
阅读次数:
62
Docker服务相关命令: #启动docker服务 systemctl start docker #停止docker服务 systemctl stop docker #重启docker服务 systemctl restart docker #查看docker状态 systemctl status d ...
分类:
其他好文 时间:
2020-03-11 09:13:40
阅读次数:
52
Jquery获取已经选中的checkbox ...
分类:
Web程序 时间:
2020-03-11 01:25:58
阅读次数:
255
<table id="tables" class="listTable"> <tr> <th class="check"> <input type="checkbox" class="allCheck" /> </th> <th> <a href="#" hidefocus>xx</a> </th> ...
分类:
Web程序 时间:
2020-03-11 00:54:39
阅读次数:
97
$("[name='checkbox']").attr("checked",'true');//全选 $("[name='checkbox']").removeAttr("checked");//取消全选 $("[name='checkbox']:even").attr("checked",'tru ...
分类:
Web程序 时间:
2020-03-11 00:49:39
阅读次数:
192
可以ping通,但是无法ssh连接 service iptables stop service sshd startsudo ufw statussudo ufw disablesudo ufw allow 22 ssh时permission denied, please try again 找到/ ...
分类:
其他好文 时间:
2020-03-10 22:09:00
阅读次数:
88
1、主要作用主要作用: 给DOM元素绑定事件。(v-on:事件名称 = “事件执行和函数引用”) 2、简写方法简写方法: 事件绑定简写:@事件名称 = “事件执行和函数引用”。 3、常用事件修饰符.stop - 调用 event.stopPropagation()。.prevent - 调用 eve ...
分类:
其他好文 时间:
2020-03-10 20:19:57
阅读次数:
236
分析: 于是: 1.大致问题在于,Nginx没有写入权限,2.于是找到Nginx的配置文件 /etc/nginx/nginx.conf 3.把www-data改为root 4.停止Nginx:stop -s nginx 5.指定配置文件启动Nginx:nginx -c /etc/nginx/ngin ...
分类:
Web程序 时间:
2020-03-10 20:14:05
阅读次数:
80
对span标签设置值 → https://www.baidu.com/s?wd=%E5%AF%B9span%E6%A0%87%E7%AD%BE%E8%AE%BE%E7%BD%AE%E5%80%BC Jquery 关于span标签的取值赋值用法 → https://www.cnblogs.com/se ...
分类:
其他好文 时间:
2020-03-10 20:13:50
阅读次数:
72