首页
关于
Xiaogao
赚够三千万就收手
累计撰写
17
篇文章
累计创建
6
个分类
累计收到
3
条评论
导航
首页
关于
目录
Curl不支持Https
2024-07-15 16:26
31
0
1
29.1℃
Curl报错处理 /usr/bin/curl: /usr/local/lib/libcurl.so.4: no version information available (required by /usr/bin/curl) curl: (1) Protocol "https" not suppo
Mysql禁用DNS解析
2024-04-24 10:10
24
0
0
26.4℃
Navicat 打开远程数据库很慢 查看信息之后得出结论,如果本地打开很快,大概率是mysql Dns解析的问题。 打开mysql配置文件 /etc/my.cnf 加入下面这一行配置禁用域名解析。(增加该配置后,mysql的授权表中的host字段就不能使用域名只能使用 ip地址) vi /etc/m
Docker安装Kafka
2024-03-19 17:26
24
0
0
26.4℃
Docker安装Kafka 创建一个网络 app-tier:网络名称 –driver:网络类型为bridge docker network create app-tier --driver bridge 安装zookeeper Kafka依赖zookeeper所以先安装zookeeper
MySQL报错only_full_group_by
2024-03-19 17:13
21
0
0
26.1℃
MySQL问题解决: only_full_group_by mysql:查询报错: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'ruize_erp.me.bar_
Ubuntu22.04搭建原生K8S集群
2024-03-16 02:06
77
0
0
31.7℃
K8s
ubuntu22.04搭建k8s平台 一 k8s集群主机准备 1 安装系统 虚拟机安装3个系统 1master(192.168.60.128) 2follow(192.168.60.130-- follow1)(192.168.60.131-- follow2)
Springboot-Kafka依赖问题
2024-02-22 09:54
34
0
0
27.4℃
Springboot2.7.18引入以下依赖报错: Could not find artifact org.apache.kafka:kafka-clients:pom:2.9.13 in central (https://repo.maven.apache.org/maven2)
Docker中Ubuntu安装Node_v16
2024-01-16 15:07
39
0
0
27.9℃
docker
Linux
Docker容器中Ubuntu安装Node_v16 下载nodejs16解压 Run wget https://nodejs.org/download/release/v16.20.2/node-v16.20.2-linux-x64.tar.gz -P / Run tar -zxvf /node-
git修改远程仓库地址
2024-01-15 15:54
31
0
0
27.1℃
git
Git修改远程仓库地址 一、直接修改远程仓库地址 git remote set-url origin http://mengqin.xyz:3000/xiaogao/xiaogaoPost.git
Nginx限制访问频率
2024-01-15 09:52
28
0
0
26.8℃
Nginx
Linux
Nginx限制相同IP访问频率 在nginx配置中使用limit_req_zone指令设置请求速率限制: http { ... limit_req_zone $binary_remote_addr zone=my_limit1:10m rate=10r/s; ... } li
Deepin23开启CPU自动降频
2024-01-15 09:33
27
0
0
26.7℃
Linux
Deepin23系统修改cpu自动降频 修改文件: sudo deepin-editor /etc/default/grub 修改下面两行: GRUB_CMDLINE_LINUX="splash quiet" GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disa
上一页
下一页
1
2
弹