报错信息: 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
问题 在用vue开发时碰到父组件传值子组件时不能触发子组件的props里对应的值的default值。 父组件代码: <template> <div> <TabOrderClaim :compData="companyInfo" ></TabOrderClaim> </div> </template> ...
分类:
其他好文 时间:
2021-01-04 10:30:32
阅读次数:
0
1 登录注册前端页面 1.1 Login.vue <template><div class="login"> <div class="box"> <i class="el-icon-close" @click="close_login"></i> <div class="content"> <div ...
分类:
移动开发 时间:
2021-01-02 11:31:20
阅读次数:
0
<body> <div id="app"> <!-- 2.监听子组件发射的事件 然后再父组件处理事件 --> <cpn @itemclick="cpnClick"></cpn> </div> <template id="cpn"> <div> <button v-for="item in categ ...
分类:
其他好文 时间:
2021-01-02 11:26:02
阅读次数:
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