摘要: 解决方案: 执行 git config --global core.symlinks false 阅读全文
posted @ 2023-09-14 15:33 Shieryue 阅读(193) 评论(0) 推荐(0)
摘要: 配置: server { listen 7777; server_name localhost; location / { proxy_pass https://mirrors.estc.edu.cn/; } } 修改了dns和host,都不能解决。 但是直接访问 http://mirrors.es 阅读全文
posted @ 2023-05-09 19:57 Shieryue 阅读(98) 评论(0) 推荐(0)
摘要: failed to create blob container es集群使用的nfs共享文件备份,其中有台机器没有挂载上共享目录。 because an open index with same name already exists in the cluster 现在集群中有同名的开放索引。关闭或 阅读全文
posted @ 2023-04-27 10:51 Shieryue 阅读(457) 评论(0) 推荐(0)
摘要: 原因:磁盘满了。 阅读全文
posted @ 2023-03-20 13:47 Shieryue 阅读(336) 评论(0) 推荐(0)
摘要: 项目install时报错, 卸载掉 node-saas,单独安装 saas,再install就可以了。 npm uninstall node-sass npm install saas -i npm install 阅读全文
posted @ 2022-12-08 11:18 Shieryue 阅读(293) 评论(0) 推荐(0)
摘要: 环境: 安装请参考: https://blog.csdn.net/qq_37487520/article/details/126079651 https://www.cnblogs.com/myifb/articles/16638251.html 启用插件时,不用写插件版本号:rabbitmq-pl 阅读全文
posted @ 2022-12-01 11:23 Shieryue 阅读(427) 评论(0) 推荐(0)
摘要: rc.local的执行权限 在/etc/rc.local文件中添加启动脚本,重启后没有执行。 是因为/etc/rc.local是个链接文件,权限始终是777。在实际执行时看的是源文件的执行权限,需要添加源文件执行权限chmod +x /etc/rc.d/rc.local 。 脚本中的命名找不到 通过 阅读全文
posted @ 2022-11-14 15:45 Shieryue 阅读(1141) 评论(0) 推荐(0)
摘要: systemctl status filebeat ● filebeat.service - Filebeat sends log files to Logstash or directly to Elasticsearch. Loaded: loaded (/usr/lib/systemd/sys 阅读全文
posted @ 2022-11-08 15:31 Shieryue 阅读(1143) 评论(0) 推荐(0)
摘要: 报错日志如下: {"app":"xxx-back","time":"2022-05-20 21:16:38.791","level":"ERROR","thread":"restartedMain","logger":"com.alibaba.nacos.client.naming","msg":" 阅读全文
posted @ 2022-07-04 22:55 Shieryue 阅读(3397) 评论(0) 推荐(0)
摘要: ### The error may involve com.example.bootjdbc220620.mapper.CityMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT i 阅读全文
posted @ 2022-06-25 01:28 Shieryue 阅读(1121) 评论(0) 推荐(0)