posted @ 2021-11-11 10:24
洋洋知道
阅读(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Threading.Tasks; n
阅读全文
posted @ 2019-03-22 10:57
洋洋知道
阅读(136)
推荐(0)
摘要:
#一般我们都需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩cd /usr/local/devmkdir nginxcd nginxmkdir softcd soft #先下载pcre,zlib,openssl,nginxwget ftp://ftp.csx.cam.a
阅读全文
posted @ 2018-12-19 16:56
洋洋知道
阅读(152)
推荐(0)
摘要:
#确保安装nginx,stream模块默认不安装的,需要手动添加参数:–with-stream, nginx1.9或以上版本 #nginx.conf文件中,添加以下内容(只供参考),这个不能放在http模块里面,否则会报错 stream { # 添加socket转发的代理 upstream clie
阅读全文
posted @ 2018-12-19 16:54
洋洋知道
阅读(1751)
推荐(0)
摘要:
#my.cnf添加内容vim /etc/my.cnf添加以内容: ## replicationserver_id=195binlog-ignore-db=mysqlbinlog_format=mixedlog-bin=master-mysql-bin #登录数据服务器,输入密码mysql -h 主i
阅读全文
posted @ 2018-12-19 16:51
洋洋知道
阅读(359)
推荐(0)
摘要:
一,以linux cent 6.9 安装mysql 5.6.39为例#下载安装包wget --no-check-certificate https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.39-linux-glibc2.12-x86_64.
阅读全文
posted @ 2018-12-14 11:40
洋洋知道
阅读(493)
推荐(0)
摘要:
#进入usr/local目录cd /usr/local#下载1.wget http://download.redis.io/releases/redis-4.0.10.tar.gz#解压2.tar xzf redis-4.0.10.tar.gz#重命名3. mv redis-4.0.10 redis
阅读全文
posted @ 2018-12-14 11:14
洋洋知道
阅读(219)
推荐(0)
摘要:
#下载erlangcd /usr/local/devwget wget http://erlang.org/download/otp_src_17.5.tar.gz # 解压tar -xzvf otp_src_17.5.tar.gz # 添加文件夹mkdir -p /usr/local/erlang
阅读全文
posted @ 2018-12-14 11:13
洋洋知道
阅读(349)
推荐(0)
摘要:
RabbitMQ基础知识 一、背景 RabbitMQ是一个由erlang开发的AMQP(Advanced Message Queue )的开源实现。AMQP 的出现其实也是应了广大人民群众的需求,虽然在同步消息通讯的世界里有很多公开标准(如 COBAR的 IIOP ,或者是 SOAP 等),但是在异
阅读全文
posted @ 2018-12-05 11:41
洋洋知道
阅读(114)
推荐(0)
摘要:
说明: 由于临时接到做OA的主从环境,基于Windows 200R2 SQLServer2008 R2,由于搜索的资料都不完整,好多重要之处有遗漏,亲自动手做了好几次,填完了坑,整理以备忘记与分享,如有错误遗漏之处欢迎指正交流~ 一、配置环境 主库: 10.8.11.214 数据库版本:SQL Se
阅读全文
posted @ 2018-11-19 15:22
洋洋知道
阅读(1477)
推荐(0)