05 2021 档案

摘要:Linux安装nginx 在linux下安装nginx,首先需要安装 gcc-c++编译器。然后安装nginx依赖的pcre和zlib包。最后安装nginx即可。 1.先安装gcc-c++编译器 yum install gcc-c++ yum install -y openssl openssl-d 阅读全文
posted @ 2021-05-25 12:33 star-xin 阅读(92919) 评论(18) 推荐(35)
摘要:spring boot链接rabbitMQ问题 1、远程链接超时org.springframework.amqp.AmqpConnectException: java.net.ConnectException: Connection timed out: connect 1.在虚拟机上面打开5672 阅读全文
posted @ 2021-05-14 16:06 star-xin 阅读(617) 评论(0) 推荐(0)