nginx use underscores_in_headers
nginx默认不支持带下划线的header,需要打开: underscores_in_headers… 继续阅读 nginx use underscores_in_headers
nginx默认不支持带下划线的header,需要打开: underscores_in_headers… 继续阅读 nginx use underscores_in_headers
golang gin 不打印日志到控制台 func Routers() *gin.Engine { … 继续阅读 golang gin ignore stdout
//每秒循环 func main() { tk := time.Tick(1 * time.Seco… 继续阅读 every loop with time channel
sc创建服务 特殊字符转义 sc create "windowsExporter"… 继续阅读 sc create service windows
0 1 * * * cd /opt/logs && find . -type f -… 继续阅读 log keep via gzip
MySQL8报错:Public Key Retrieval is not allowed ALTER… 继续阅读 mysql8 :Public Key Retrieval is not allowed
FTP 421 Rejected command, requested IP address doe… 继续阅读 421 Rejected command, requested IP address does not match control connection IP
#kubectl top pod sort by memory kubectl top pods -… 继续阅读 kubectl top pod sort by memory
#根据协议类型来强跳https if ( $http_x_forwarded_proto = &qu… 继续阅读 nginx get http_x_forwarded_proto to return
@echo off for /d %%d in (*) do ( if exist "%%… 继续阅读 bat use loop
golang walk a dir only want files func Walk(dirPat… 继续阅读 golang walk a dir only want files
golang scan tcp ports func TCPPortScan(ip string) … 继续阅读 golang scan tcp ports
#列出所有java进程 类似ps -ef CMD>wmic process where cap… 继续阅读 ps -ef windows cmd
elementUI el-table表格列排序 <el-table-column sortab… 继续阅读 el-table-column sortable
Kuberentes+DevOps books 【2024】Kuberentes+DevOps云原生… 继续阅读 Kuberentes+DevOps books
nacos 下线实例失败 caused: errCode: 500, errMsg: do meta… 继续阅读 com.alibaba.nacos.core.distributed.raft.exception.NoLeaderException: The Raft Group [naming_instance_metadata] did not find the Leader node
//springboot 使用外部配置文件 //覆盖 –spring.config.locatio… 继续阅读 springboot use outside profile file
nginx.conf指定user proxy_temp 确认有权限
#linux fake time git cone https://github.com/wolfc… 继续阅读 linux fake time
MySQL 创建 gtid主从 my.cnf中,在mysqld模块中加入如下的配置。(主库从库都这样… 继续阅读 mysql m-s via gtid