上一页 1 2 3 4 5 6 7 ··· 37 下一页
摘要: [ERR] 1292 - Incorrect datetime value: '0000-00-00 00:00:00' for column 'create_time' at row 238解决:sql控制台命令行: >select@@sql_mode;>set sql_mode = ''; vi 阅读全文
posted @ 2024-10-17 20:34 walkersss 阅读(77) 评论(0) 推荐(0) 编辑
摘要: dig 是 Domain Information Groper 的缩写yum install bind-utils 基本语法dig [@server] [name] [type]@server:请求所指向的 DNS 服务器的主机名或IP地址。如果没有指定 DNS 服务器,则使用系统当前配置的 DNS 阅读全文
posted @ 2024-09-20 19:28 walkersss 阅读(25) 评论(0) 推荐(0) 编辑
摘要: yum install -y httpd-toolshtpasswd -cb /etc/nginx/htpasswd user pwdpwd location / { proxy_pass http://127.0.0.1:8089; auth_basic "ABC"; auth_basic_use 阅读全文
posted @ 2024-09-13 18:26 walkersss 阅读(30) 评论(0) 推荐(0) 编辑
摘要: DNS 域名解析的 txt SPF 记录知识点: 发件人策略框架 (SPF) 是一种 电子邮件身份验证 方法 https://learn.microsoft.com/zh-cn/defender-office-365/email-authentication-spf-configure?redire 阅读全文
posted @ 2024-09-11 10:31 walkersss 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Centos7 更换阿里源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.a 阅读全文
posted @ 2024-09-10 16:49 walkersss 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 阿里云云效 Maven 是什么 https://developer.aliyun.com/mvn/guide 阿里云Maven中央仓库为 阿里云云效 提供的公共代理仓库,帮助研发人员提高研发生产效率,使用阿里云Maven中央仓库作为下载源,速度更快更稳定。 阿里云云效 是企业级一站式 DevOps 阅读全文
posted @ 2024-08-19 18:31 walkersss 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Could not resolve dependencies for project com.topdon:website-service:jar:1.0.0-SNAPSHOT Failed to execute goal on project website-service: Could not 阅读全文
posted @ 2024-08-08 16:39 walkersss 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 往harbor服务器推镜像失败 1、Docker客户端配置正确,包括daemon.json中的 insecure registries 或者 credentials helpers 设置。{ "registry-mirrors": [ "https://ddddvhbmg.mirror.aliyun 阅读全文
posted @ 2024-06-25 12:26 walkersss 阅读(226) 评论(0) 推荐(0) 编辑
摘要: yum install -y yum-utils device-mapper-persistent-data lvm2yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.r 阅读全文
posted @ 2024-06-24 19:41 walkersss 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 删除elasticsearch数据分为两种:一种是删除索引(数据和表结构同时删除,作用同sql server 中 drop table "表格名"),另一种是删除数据(不删除表结构,作用同 sql server中delete 语句) 1、查询索引 curl -XGET http://127.0.0. 阅读全文
posted @ 2024-06-12 12:31 walkersss 阅读(654) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 37 下一页
点击右上角即可分享
微信分享提示