上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页
摘要: show variables like '%query%' 查询慢日志相关信息slow_query_log 默认是off关闭的,使用时,需要改为on 打开 slow_query_log_file 记录的是慢日志的记录文件long_query_time 默认是10S,每次执行的sql达到这个时长,就会 阅读全文
posted @ 2020-10-14 08:55 明天,你好啊 阅读(210) 评论(0) 推荐(0) 编辑
摘要: springboot 整合 html 页面,无法加载到 .html 页面。 错误描述 [2020-09-29 14:01:37.541] [http-nio-8888-exec-1] [ERROR][org.apache.catalina.core.ContainerBase.[Tomcat].[l 阅读全文
posted @ 2020-09-29 14:15 明天,你好啊 阅读(3247) 评论(0) 推荐(0) 编辑
摘要: 1 package com.example.aspect; 2 3 import com.google.common.collect.Maps; 4 import org.apache.commons.lang3.ArrayUtils; 5 import org.apache.commons.lan 阅读全文
posted @ 2020-09-02 16:32 明天,你好啊 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 问题描述:使用 request.getParameterMap 无法获取到 swagger 调用接口传递的参数,接口接收参数使用了 @RequestBody 接收的参数。 解决方案: 1.使用 @RequestParam("id") 接收参数,但是这个多用于只有 一到二个参数传递,不适用多个参数传递 阅读全文
posted @ 2020-08-11 10:56 明天,你好啊 阅读(4721) 评论(0) 推荐(0) 编辑
摘要: create function [dbo].[f_splitstr] (@param varchar(max), -- 拼接的字符串 @separator varchar(1)) -- 分隔符 returns table as return ( select value as returnvalue 阅读全文
posted @ 2020-07-23 11:07 明天,你好啊 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 1. kubeadm join 报错 错误信息: error execution phase preflight: couldn't validate the identity of the API Server: abort connecting to API servers after time 阅读全文
posted @ 2020-07-17 16:11 明天,你好啊 阅读(771) 评论(0) 推荐(0) 编辑
摘要: 1.配置yum源 yum install -y wget mkdir /etc/yum.repos.d/bak && mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/bak wget -O /etc/yum.repos.d/CentOS-Base.repo h 阅读全文
posted @ 2020-07-16 14:26 明天,你好啊 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1.安装 docker-compose Linux 上我们可以从 Github 上下载它的二进制包来使用,最新发行的版本地址:https://github.com/docker/compose/releases。 运行以下命令以下载 Docker Compose 的当前稳定版本: curl -L " 阅读全文
posted @ 2020-07-14 15:08 明天,你好啊 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1.介绍 Harbor 是由 VMware 公司中国团队为企业用户设计的 Registry server 开源项目,包括了权限管理(RBAC)、LDAP、审计、管理界面、自我注册、HA 等企业必需的功能,同时针对中国用户的特点,设计镜像复制和中文支持等功能。 作为一个企业级私有 Registry 服 阅读全文
posted @ 2020-07-14 14:51 明天,你好啊 阅读(674) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash ### 执行远程 操作 ssh root@192.168.243.129 > /dev/null 2>&1 << remotessh cd /usr/local/test touch remote.txt exit remotessh 在128服务器上执行 如上 脚本,将会在 阅读全文
posted @ 2020-07-07 17:21 明天,你好啊 阅读(1261) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 37 下一页