MySQL Router is a building block for high availability (HA) solutions. It simplifies application developmentby intelligently routing connections to My ...
分类:
数据库 时间:
2019-01-15 12:01:53
阅读次数:
218
https://blog.csdn.net/mitesi/article/details/44773951 make 根据Makefile编译源代码,连接,生成目标文件,可执行文件。 make clean 清除上次的make命令所产生的object文件(后缀为“.o”的文件)及可执行文件。 make ...
分类:
其他好文 时间:
2019-01-15 00:55:14
阅读次数:
165
没有安装gcc 在安装nginx之前先安装依赖软件 yum install -y gcc gcc-c++ autoconf pcre pcre-devel make automake wget httpd-tools vim tree ...
分类:
其他好文 时间:
2019-01-14 21:26:37
阅读次数:
213
报错截图: 解决: 1.端口问题 如上面写的815端口,那配置文件的8080端口都改成815端口 之后重新载入配置文件,并开启 gitlab-ctl reconfigure gitlab-ctl start 2.权限问题 chmod -R 755 /var/log/gitlab 3.硬件问题 git ...
分类:
其他好文 时间:
2019-01-14 20:20:28
阅读次数:
216
1. 解包: tar zxvf httpd-2.2.20.tar.gz -C /usr/src/ 2. 编译前的配置 : cd /usr/src/httpd-2.2.20 ./configure --prefix=/usr/local/apache 3. 编译并安装: make && make in ...
分类:
Web程序 时间:
2019-01-14 16:30:58
阅读次数:
209
配置后端开发环境 安装python3.6.4 #安装依赖包 yum install openssl-devel readline-devel unzip -y #编译安装 tar xf Python-3.6.4.tgz cd Python-3.6.4 ./configure --prefix=/us ...
分类:
其他好文 时间:
2019-01-14 15:08:34
阅读次数:
198
custom usb-seriel udev relus for compatible usb-seriel devices add-pl2303.rules: ACTION== "add",KERNEL=="ttyUSB*", ATTRS{idVendor}=="067b", ATTRS{idPr ...
分类:
其他好文 时间:
2019-01-14 10:56:40
阅读次数:
171
自从修改了树莓派的Ubuntu 16.04 MATA 系统的 /home/ 下的用户文件夹名后,使用vncserver远程操作,看到桌面每次都提示 Configured directory for incoming files does not exist Please make sure that ...
分类:
系统相关 时间:
2019-01-14 00:18:21
阅读次数:
1253
1、获取源码 wget http://mirror.bit.edu.cn/apache//httpd/httpd-2.4.37.tar.gz 2、卸载centos自带的apache 3、解压apache目录 tar -zxvf apache-2.4.37 4、./configure --prefix ...
分类:
Web程序 时间:
2019-01-13 01:59:43
阅读次数:
248
ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. ...
分类:
数据库 时间:
2019-01-12 21:46:16
阅读次数:
394