x
小菜菜
当岁月都已失去,偶然与过往相遇,我们还能哼唱出年少的旋律。
小菜菜 @xiaocaicai · 注册于 2026-09-18 · 558 博文 · 0 帖子 · 0 回复
ls: cannot open directory .: Input/output error
系统异常掉电,磁盘文件损坏,重启进入安全模式,使用命令修复设备 , 需要修复的设备根据你的实际情况指定。 ``` xfs_repair -L /dev/mapper/centos-root ```
[ERROR] InnoDB: Cannot find the dir slot for this record on that page
服务器意外掉电,数据库无法启动,启动日志报错,大概提示是上一次没有正常关机,可能有文件损坏,日志还提示需要你自己查查资料,看看怎么恢复数据库。 https://dev.my...
Lombok, Hibernate, and ‘StackOverflowError: null’ Exception
最近写个小项目,用到JPA框架,项目很简单,两张表一对多关系,写完发现总是会有在json的时候递归栈溢出的问题,开始也没多想,就在关系的属性上加了个@JsonIgnore的注...
docker-compose healthcheck 检查tcp端口是否通
``` version: '3.6' services: my-service: image: my-service restart: always healthcheck: test: ["CMD-SHELL", "curl -sS 127.0.0.1:8085 || exit 1"] interval: 1m...
腾讯云 安装 mikrotik chr
``` wget http://download2.mikrotik.com/routeros/6.42.6/chr-6.42.6.img.zip -O chr.img.zip && \ gunzip -c chr.img.zip > chr.img && \ mount -o loop,offset=33554...
swarm 使用ceph存储卷挂载
``` version: '3.6' services: elasticsearch: image: elasticsearch:7.2 volumes: - es-volume:/usr/share/elasticsearch/data logging: options: max-size: "10m" max...
Elasticsearch 启动security需要启用SSL配置(Transport SSL must be enabled for setups with production licenses. )
当我们在配置Elasticsearch的时候,发现如果是在铂金版(Platinum license)的情况下,如果你想要启动密码功能( xpack.security.enabled: true),那么他会提示你需要...
Your connection is not private
Attackers might be trying to steal your information from **192.168.1.1** (for example, passwords, messages, or credit cards). Learn moreNET::ERR_CERT_INVALID...
Parallels Desktop 16 无法联网
macOS Big Sur 11.0 已经正式发布,现在已经可以下载升级安装正式版macOS Big Sur系统了。由于macOS Big Sur是最新发布的系统,所以有一些软件可能会出现一些兼容性方面...
Elasticsearch index.blocks.read_only_allow_delete
ES数据库发现磁盘将要写满之后,会尝试将所有的index设置index.blocks.read_only_allow_delete为true,会导致数据无法写入。 可以通过以下命令将所有的index配置改为fal...