HTTP是什么? HTTP是超文本传输协议 超文本+传输+协议 HTTP常见状态码有哪些? HTTP常见字段有哪些? HOST字段:客户端发送请求时,用来指定服务器的域名 --HOST:www.A.com Content-Length字段:服务器在返回数据时,会有Content-Length字段,表 ...
分类:
Web程序 时间:
2021-01-07 11:56:46
阅读次数:
0
安装部署主控节点服务 -- etcd 部署master节点服务 部署etcd集群 集群规划 HDss7-12.host.com ectc lead 192.168.154.12 HDss7-21.host.com ectc follow 192.168.154.21 HDss7-22.host.co ...
分类:
其他好文 时间:
2021-01-07 11:46:58
阅读次数:
0
之前搭建的是eureka单机版,现在搞个集群版。单机和集群之间要改的部分其实只是配置文件而已,步骤如下: 1.创建新的一个eurekaServer的模块,关于依赖和配置可参考已有的eurekaServer 2.先到本地的host文件配置如下的信息: 127.0.0.1 eureka7001.com ...
分类:
编程语言 时间:
2021-01-06 12:03:41
阅读次数:
0
报错信息: Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp [::1]:8080: connect: connection refused 报错原因: h ...
分类:
Web程序 时间:
2021-01-06 11:38:10
阅读次数:
0
因为在conf/server.xml中把webapps做为appBase。可查看server.xml中的如下代码,并注意到appBase="webapps": <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy= ...
分类:
移动开发 时间:
2021-01-05 11:08:29
阅读次数:
0
远程查看服务器,发现Redis 连接出现超时, 查看后台发现Redis服务自动停止 Category: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware EventId: 1 SpanId: 33e119113bac544d Tr ...
一、案例一 1、实现效果 打开浏览器,在浏览器地址栏输入地址 www.123.com,跳转到 liunx 系统 tomcat 主页面中。 2、准备工作 (1)在 liunx 系统安装 tomcat, 使用默认端口 8080 tomcat 安装文件放到 liunx 系统中,解压 进入 tomcat 的 ...
分类:
其他好文 时间:
2021-01-04 11:18:59
阅读次数:
0
server { listen 80; server_name localhost; rewrite ^(.*)$ https://$host$1 permanent; } server { listen 443 ssl; server_name localhost; proxy_buffering ...
分类:
Web程序 时间:
2021-01-04 11:17:46
阅读次数:
0
mysql备份工具mysqldump 基本备份与恢复 准备工作 [root@localhost ~]# yum -y install mariadb* [root@localhost ~]# systemctl enable --now mariadb Created symlink /etc/sy ...
分类:
数据库 时间:
2021-01-04 10:41:51
阅读次数:
0
如何做到 ueditor批量上传word图片? 1、前端引用代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d ...
分类:
Web程序 时间:
2021-01-02 11:24:01
阅读次数:
0