1.下载tar包至/opt/redis 2.解压tar包 tar -xvf redis-4.0.14.tar.gz 3. cd redis-4.0.14 make一下。 单节点的redis准备就绪。 相关配置准备: 在/usr/local下建立redis-cluster目录,并建7031-7036文 ...
分类:
其他好文 时间:
2019-12-03 15:35:58
阅读次数:
300
1 验证器、 1.1创建验证器 php think make:validate index/User namespace app\index\validate; use think\Validate; class User extends Validate { protected $rule = [ ...
分类:
Web程序 时间:
2019-12-03 14:25:35
阅读次数:
98
git add . 报错 Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processesare termi ...
分类:
其他好文 时间:
2019-12-02 16:56:22
阅读次数:
89
If you drive a hybrid car, you can usually use a car jump starter or a conventional jump starter on the auxiliary battery. These auxiliary batteries h ...
分类:
其他好文 时间:
2019-12-02 12:04:44
阅读次数:
117
源码安装Apache 安装需要的依赖 yum -y install gcc autoconf automake make pcre pcre-devel openssl openssl-devel?#pcre是正则表达式库#openssl是安全通信的库 安装apr和apr-until #apr是Ap ...
分类:
Web程序 时间:
2019-11-30 20:58:11
阅读次数:
199
开始之前,先将编译器的路径添加到系统环境变量。 我的QT所以sql驱动是在下面这个目录中(大家在自己Qt的安装目录找到对应的文件夹就行,下面的路径也是如此), MySQL的驱动文件是qsqlmysql.dll和qsqlmysqld.dll,带d的是debug版本,和下面的图片一样; 打开文件夹下面的 ...
分类:
数据库 时间:
2019-11-30 20:55:54
阅读次数:
378
You know fear is going to be a player in your life要知道在你的一生中,恐惧总会如影随形But you get to decide how much.不过你要决定它将占据多少分量You can spend your whole life imagini ...
分类:
其他好文 时间:
2019-11-30 20:54:22
阅读次数:
117
? Table of Contents 1. SPA 1.1. Single Page Application 1.2. 页面不刷新 2. 创建项目(参考 react.org) 3. 简单的例子 3.1. index.js 入口配置 3.2. App.js 1 SPA 1.1 Single Page ...
分类:
其他好文 时间:
2019-11-30 19:22:35
阅读次数:
100
RabbitMQ 安装 安装kernel-devel、ncurses-devel、erlang 安装依赖环境 yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel unixODBC-devel 下载最新 ...
分类:
其他好文 时间:
2019-11-30 14:03:44
阅读次数:
160
rabbitmq 3.8.0 & erlang 22.1 源码编译安装 摘自 https://www.cnblogs.com/amosli/p/11765483.html 1.安装erlang编译依赖 sudo yum install -y gcc gcc-c++ glibc-devel make ...
分类:
系统相关 时间:
2019-11-30 12:10:31
阅读次数:
125