240 发简信
IP属地:新疆
  • redis重启

    因文件占满磁盘导致redis挂掉 MISCONF Redis is configured to save RDB snapshots, but ...

  • 查看索引字段类型

    http://192.168.1.102:9200/hotel_area/_mapping

  • 【nacos】日志文件定时删除

    一、测试环境 server.tomcat.accesslog.enabled=false 1 二、正式环境 1、编写脚本文件 logFile:日...

  • vue项目在window编译打包没问题linux编译打包报错

    Could not resolve "./components/selectTag.vue" from "src/views/portal/pr...

  • jenkins exec command 不执行的问题

    如果有两台服务器[https://link.csdn.net/?target=https%3A%2F%2Fauth.huaweicloud.co...

  • es创建索引指定分词器

    "settings": { "analysis": { "analyzer": { "ik_pinyin_a...

  • 通过LogStash迁移ES

    背景 ip为172.31.xxx.xxx的这台上部署了一台elasticsearch服务,端口为9200,其中一个索引为hot_question...

  • centeros安装rabbitmq

    1:安装依赖 yum -y install gcc glibc-devel make ncurses-devel openssl-devel x...

  • Jenkins 运行任务时遇到 FATAL:Unable to produce a script file 报错

    检查shell脚本是否有中文,删除中文后重试构建成功。