码迷,mamicode.com
首页 >  
搜索关键字:rabbitmq erlang yum    ( 28045个结果
CentOS 7 安装 Docker 并使用阿里云镜像加速
1、确认系统版本 cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 2、yum 安装 gcc 相关 yum -y install gcc gcc-c++ 3、卸载旧的版本 yum -y remove docker docker- ...
分类:其他好文   时间:2021-04-23 11:54:07    阅读次数:0
RabbitMQ入门(二)-- Springboot实现消息推送和消费
RabbitMQ主要实现消息推送和消费 用springboot实现消息推送 1. 新建springboot项目 通过idea,创建一个springboot默认项目,在pom.xml中添加如下依赖。 <dependency> <groupId>org.springframework.boot</gro ...
分类:编程语言   时间:2021-04-22 16:11:55    阅读次数:0
centos7 安装Oracle19C 数据库
本文为常规安装 centos7 使用 rpm方式安装 1.下载资源包 oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm 下载地址:https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/ ...
分类:数据库   时间:2021-04-22 15:13:42    阅读次数:0
EasyNetQ(RabbitMQ)在处理消息时,如果抛出异常,继续不断发送到订阅队列,不断处理(也就是不自动确认消息已到达)
默认情况下,EasyNetQ的消息处理过程中,如果throw exception,那么,依然是认为消息已经送达,不会再次推送,为了让RabbitMQ再次推送,可以这么实现: public sealed class AlwaysRequeueErrorStrategy : IConsumerError ...
分类:Web程序   时间:2021-04-21 12:54:44    阅读次数:0
CentOS7 yum安装、配置PostgreSQL 9.6
PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:数据库   时间:2021-04-21 12:51:42    阅读次数:0
Nginx下载安装教程
# 安装依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel # 解压缩 tar -zxvf linux-nginx-1.12.2.tar.gz cd nginx-1.12.2/ # 执行配置 ./configu ...
分类:其他好文   时间:2021-04-21 12:51:27    阅读次数:0
Linux服务器搭建git
环境: 服务器 CentOS6.7 + git(version 1.7.1) 客户端 Windows7 + git(version 2.8.4.windows.1) 1.安装 Git #yum install -y git 安装完后,查看 Git 版本 [root@localhost ~]# git ...
分类:系统相关   时间:2021-04-21 12:29:49    阅读次数:0
centos7 cannot find a valid baseurl for repo
原文地址:《centos7 cannot find a valid baseurl for repo》 出现这个问题是因为yum在安装包的过程中,虽然已经联网,但是没法解析远程包管理库对应的域名,所以我们只需要在网络配置中添加上DNS对应的ip地址即可。 操作 1.打开网络配置文件 vi /etc/ ...
分类:Web程序   时间:2021-04-21 12:09:02    阅读次数:0
MySQL 8.0搭建双机互备-主主同步复制
环境:主机A(db01):172.16.5.57主机B(db02):172.16.5.58说明:配置双向主从,互为主从;两台服务器均可给用户访问(具备冗余功能),任务对半分。 一. 两台主机上都安装MySQL[root@db01 ~]# yum -y install mysql mysql-serv ...
分类:数据库   时间:2021-04-21 12:06:56    阅读次数:0
FTP服务器配置(记录用)
因业务需要,在centos服务器上配置了FTP服务,做此随笔以记录。配置是以实现多用户多工作目录为目标而配置。 首先在服务器安装ftp: yum install -y vsftpd 2. 一些vsftpd的相关命令: 查看服务状态:systemctl status vsftpd.service 开启 ...
分类:其他好文   时间:2021-04-21 12:03:23    阅读次数:0
28045条   上一页 1 ... 18 19 20 21 22 ... 2805 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!