本文将介绍四台机器搭建rabbitmq集群: rabbitmq IP和主机名(每台机器已安装RabbitMQ 3.5.6, Erlang 18.1) 192.168.87.73 localhost73 192.168.87.74 localhost74 192.168.87.75 localhost ...
分类:
系统相关 时间:
2017-09-04 13:18:41
阅读次数:
275
thinkjs学习-this.assign传递数据和ajax调用后台接口 ...
分类:
Web程序 时间:
2017-09-03 12:26:45
阅读次数:
1557
NFS服务器原理和安装配置详解附案例演练 1、什么是NFS服务器 NFS就是Network File System的缩写,它最大的功能就是可以通过网络,让不同的机器、不同的操作系统可以共享彼此的文件。 NFS服务器可以让PC将网络中的NFS服务器共享的目录挂载到本地端的文件系统中,而在本地端的系统中 ...
分类:
其他好文 时间:
2017-09-01 17:45:10
阅读次数:
165
import sys reload(sys) sys.setdefaultencoding('utf-8') ...
分类:
编程语言 时间:
2017-08-31 17:58:01
阅读次数:
113
<?phpuse Workerman\Worker;use Workerman\Lib\Timer;require_once '../../web/Workerman/Autoloader.php';require_once '../../web/Channel/src/Client.php';re ...
分类:
系统相关 时间:
2017-08-31 12:53:54
阅读次数:
167
总结如何配置一个正向解析区域的详细步骤(必须掌握) 总结如何配置一个正向解析区域的详细步骤(必须掌握) ...
分类:
其他好文 时间:
2017-08-26 19:39:20
阅读次数:
175
js返回上一页并刷新的几种方法:<a href="javascript:history.go(-1)">返回上一页</a> <a href="javascript:location.reload()">刷新当前页面</a> <a href="javascript:" onclick="history ...
分类:
Web程序 时间:
2017-08-26 14:28:21
阅读次数:
289
一、手动刷新 1,history.go(0) 2,location.reload() 3,location=location 4,location.assign(location) 5,document.execCommand('Refresh') 6,window.navigate(locatio ...
分类:
Web程序 时间:
2017-08-25 12:24:23
阅读次数:
176
#! /bin/bash # chkconfig: - 85 15 DAEMON=/usr/local/nginx/sbin/nginx CONFIGFILE=/usr/local/nginx/conf/nginx.conf PIDFILE=/usr/local/nginx/nginx.pid do... ...
分类:
其他好文 时间:
2017-08-24 12:30:13
阅读次数:
186