08 2021 档案

摘要:报错解决:Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/} 报错原因:程序中指定的 http://localhost:8088/eureka 注册中心地址无效,而 阅读全文
posted @ 2021-08-24 11:06 mestery偲 阅读(414) 评论(0) 推荐(0)
摘要:sync shutdown -h 10 10分钟后关机; shutdown -h now 立马关机; shutdown -h 20:30 20:30关机; shutdown -r now 系统立马重启; shutdown -r +10 系统十分钟后重启; reboot 重启 halt 关闭系统,等同 阅读全文
posted @ 2021-08-23 09:43 mestery偲 阅读(169) 评论(0) 推荐(0)
摘要:一、安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-deve 二、首先要安装 PCRE PCRE 作用是让 Nginx 支持 Rewrite 功能。 1、下载 PCRE 安装包,下载地址:  阅读全文
posted @ 2021-08-20 16:47 mestery偲 阅读(80) 评论(0) 推荐(0)