TXT记录可以随便删除-域名解析

域名里的证书txt解析记录是可以删除的,也不会对当前的HTTPS配置造成任何影响。

windows 清理

  https://mp.weixin.qq.com/s/48bqJ44LW20uelfzWXgPY…

阿里云bucket 备份

阿里云bucket 备份 备份到本地比较简单的方法是:https://help.aliyun.com/zh/o…

node dockerfile (nginx)

node dockerfile (nginx)

node dockerfile FROM nginx #将dist目录内容复制到nginx容器html内部 C…

python dockerfile

python dockerfile

python dockerfile   一种: ## 使用一个官方Python运行时作为父镜像 #F…

tomcat dockerfile文件

tomcat dockerfile文件 FROM tomcat:8.0-jre8 MAINTAINER “71…

springboot dockerfile

springboot dockerfile

FROM openjdk:8 MAINTAINER “<715740383@qq.com>” EN…

idea插件 kafka

idea插件 kafka

IDEA插件 Kafka   JetBrains官方研发的插件,支持 IntelliJ IDEA U…

java kafka 测试

java kafka 测试 新建springboot项目 : 连接   源码: https://gi…

idea新建springboot项目

新建SpringBoot项目 如何创建 Spring Boot 项目_创建springboot项目-CSDN博…