• 创建新项目 mkdir kp-exampro cd kp-exampro git init 创建远程分支 git remote add origin_merge_exammark_engine http://gogs.local.yjzh...
  • https://blog.csdn.net/kongxinqq/article/details/137463190
  • https://help.aliyun.com/zh/eci/user-guide/collect-logs-by-using-environment-variables-1 private List<CreateContainerGrou...
  • minio客户端文件直传 流程:1. 获取上传凭证 2. 上传 java代码 package com.yjzhixue.cmadmin.web; import io.minio.GetPresignedObjectUrlArgs; import ...
  • -- 查询最大连接数 show variables like '%max_connection%'; -- 设置最大连接数 set global max_connections=4096; # 解决 MySQL 5.7 及以上版本中的 “ONL...
  • 创建一个minio目录,在目录中添加下面两个文件(.env和docker-compose.yml) .env MINIO_IP=192.168.0.69 docker-compose.yml (http版本) version: "3.1" s...
  • # 创建挂载目录/sda1 sudo mkdir /sda1 # 这个是之前已经分好区,并有数据的盘,不能再分区,否则数据丢失 sudo mount -t ext4 -o rw /dev/sda1 /sda1 参考 https://zhuanl...
  • kind: Ingress apiVersion: extensions/v1beta1 metadata: name: cmgateway-api namespace: kp-test annotations: kubesphere.io/al...
  • oss存储费用 标准存储(本地冗余):0.12元/GB/月 低频访问存储(本地冗余):0.08元/GB/月 闲时下行费用(0时-8时):0.25元/GB 忙时下行费用(8时-24时):0.5元/GB ip网络带宽费用(只收下行) 0.8...
  • package com.yjzhixue.auth.feign; import cn.hutool.core.lang.ClassScanner; import cn.hutool.core.util.ReflectUtil; import io...