www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

08 2024 档案

摘要:解决方案1将MySQL8.0导出的sql文件中,所有的utf8mb4_0900_ai_ci替换为utf8_general_ci,以及所有的utf8mb4替换为utf8 解决方案2(推荐)将MySQL8.0导出的sql文件中,所有的utf8mb4_0900_ai_ci替换为utf8_general_c 阅读全文
posted @ 2024-08-27 16:13 秦瑞It行程实录 阅读(15) 评论(0) 推荐(0) 编辑

摘要:总结:原来减少VirtualBox存盘文件大小,需要在Virtualbox虚拟机里先执行 sudo dd if=/dev/zero of=/EMPTY bs=1M; sudo rm -f /EMPTY然后在宿主机执行压缩: VBoxManage modifyhd ub.vdi --compact 阅读全文
posted @ 2024-08-23 18:48 秦瑞It行程实录 阅读(150) 评论(0) 推荐(0) 编辑

摘要:利用VirtualBox自带的更改uuid号的命令,重新设置这个存储磁盘的 UUID VBoxManage.exe internalcommands sethduuid +“虚拟的路径\你的虚拟硬盘(要包括文件名后缀)” C:\Program Files\Oracle\VirtualBox>VBox 阅读全文
posted @ 2024-08-23 16:00 秦瑞It行程实录 阅读(83) 评论(0) 推荐(0) 编辑

摘要:从今年开始,越来越多的云服务厂商开始限制了 ssl 1年期的申请,只提供3个月有效期并且限制数量申请。而购买一个 ssl 证书,一年都至少几千块。那没有 ssl 不行吗?🤔 如果你不害怕自己的小网站被嵌入流量污染变成小yellow广告网站,还是建议你加下 ssl! 当你手里有超过1个以上的域名,如 阅读全文
posted @ 2024-08-23 08:09 秦瑞It行程实录 阅读(9) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2024-08-22 09:01 秦瑞It行程实录 阅读(22) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2024-08-20 10:34 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:locale: Cannot set LC_CTYPE to default locale: No such file or directorylocale: Cannot set LC_MESSAGES to default locale: No such file or directoryloc 阅读全文
posted @ 2024-08-17 14:18 秦瑞It行程实录 阅读(522) 评论(0) 推荐(0) 编辑

摘要:[base] name=CentOS-$releasever enabled=1 failovermethod=priority baseurl=http://mirrors.cloud.aliyuncs.com/centos/$releasever/os/$basearch/ gpgcheck=1 阅读全文
posted @ 2024-08-17 08:29 秦瑞It行程实录 阅读(27) 评论(0) 推荐(0) 编辑

摘要:kubectl exec -it manage-deploy-6c76477759-5zqqc -n pre bashkubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kub 阅读全文
posted @ 2024-08-17 08:21 秦瑞It行程实录 阅读(32) 评论(0) 推荐(0) 编辑

摘要:谁还能搞不清这个呢 就是pods 里面的 中文无法显示,宿主机的我也不用关注!我关注同样img 在你阿里云k8s 平台下 在容器内中文文件夹或是文件名称显示乱码,目前文件内容中文还没注意!pods 里面创建 中文文件名称,显示乱码? 阅读全文
posted @ 2024-08-16 17:50 秦瑞It行程实录 阅读(7) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2024-08-16 11:13 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2024-08-16 09:10 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: replicas: 2 selector: matchLabels: app: my-app template: metadata: labels: ap 阅读全文
posted @ 2024-08-16 08:49 秦瑞It行程实录 阅读(7) 评论(0) 推荐(0) 编辑

摘要:import os import time errx2 = "@所有人,发日报、带工牌、换鞋子。" countInit = 0 max_r = 5 while countInit < max_r: countInit = countInit + 1 print(countInit) try: #co 阅读全文
posted @ 2024-08-13 08:46 秦瑞It行程实录 阅读(23) 评论(0) 推荐(0) 编辑

摘要:使用WIN7 CMD 时出现了“The system cannot write to the specified device” (1)输入chcp 可以查看cmd的编码(2)常见编码编号:65001 :utf-820936 : GB2312936 : GBK437 :美国英语(3)修改cmd的编码 阅读全文
posted @ 2024-08-10 17:20 秦瑞It行程实录 阅读(201) 评论(0) 推荐(0) 编辑

摘要:import os errx2 = "测试\n" os.system("curl \'https://qyapi.weixin.qq.cbin/webhook/send?key=d16ee504-29a0-486c-8a75-168d4de155ca\' -H \'Content-Type: app 阅读全文
posted @ 2024-08-10 11:42 秦瑞It行程实录 阅读(24) 评论(0) 推荐(0) 编辑

摘要:rem 使用者应根据自身平台编码自行转换 防止乱码 例如 win使用gbk编码@echo offchcp 65001rem jar平级目录set AppName=medicare-down.jar set pathx=%CD%set pathxx=%pathx%\Java\jdk1.8.0_101\ 阅读全文
posted @ 2024-08-10 11:24 秦瑞It行程实录 阅读(4) 评论(0) 推荐(0) 编辑

摘要:一般网站缓存方案 第一步:我们认为所有站点的静态资源均可以被缓存: 类型:文件后缀 规则:gif,png,svg,woff,webp,bmp,jpg,jpeg,ico,css,js,html,htm 时间:30天 权重:10 第二步:我们认为所有站点的媒体资源均可以被缓存: 类型:文件后缀 规则:m 阅读全文
posted @ 2024-08-09 17:37 秦瑞It行程实录 阅读(6) 评论(0) 推荐(0) 编辑

摘要:您好,之前的报错信息是建议调大一下程序访问数据库的资源池配置信息。 您反馈的最新信息【discard long time none received connection】这通常是连接池管理器的正常行为,用于维护连接的活跃性和资源的有效利用。当一个连接在池中空闲时间超过预设的阈值后,连接池会断开并重 阅读全文
posted @ 2024-08-07 17:03 秦瑞It行程实录 阅读(6) 评论(0) 推荐(0) 编辑

摘要:<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
posted @ 2024-08-02 17:43 秦瑞It行程实录 阅读(8) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui