上一页 1 2 3 4 5 6 7 ··· 21 下一页
摘要: location /ws/ { proxy_http_version 1.1; proxy_pass http://127.0.0.1:8080/; proxy_set_header Upgrade "websocket"; proxy_set_header Connection "Upgrade" 阅读全文
posted @ 2021-12-31 15:09 炫舞风中 阅读(89) 评论(0) 推荐(0)
摘要: 参考:https://mp.weixin.qq.com/s/iiFMwD0thp3SDooRGhtWgA 我们都知道,消息从生产端到消费端消费要经过3个步骤: 1、生产端发送消息到RabbitMQ; 2、RabbitMQ发送消息到消费端; 3、消费端消费这条消息; 这3个步骤中的每一步都有可能导致消 阅读全文
posted @ 2021-12-27 17:49 炫舞风中 阅读(141) 评论(0) 推荐(0)
摘要: input { elasticsearch { hosts => "127.0.0.1:9200" index => "building" size => 5000 scroll => "5m" docinfo => true } } filter { } output { elasticsearc 阅读全文
posted @ 2021-12-27 11:22 炫舞风中 阅读(234) 评论(0) 推荐(0)
摘要: 一、问题出现 最近在做项目中,需要把项目中的日志信息通过logstash将规定格式的消息发送到elasticsearch中,在日志的配置文件(logback-spring.xml)中我们需要加入logstash的配置信息,我们的logstash信息存在Nacos的配置中心,就出现项目启动无法获取到l 阅读全文
posted @ 2021-12-27 11:15 炫舞风中 阅读(748) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/clis/p/12724239.html 阅读全文
posted @ 2021-12-27 11:06 炫舞风中 阅读(476) 评论(0) 推荐(0)
摘要: 一、在mybatis中ExecutorType的使用 1、Mybatis内置的ExecutorType有3种,默认的是simple,该模式下它为每个语句的执行创建一个新的预处理语句,单条提交sql;而batch模式重复使用已经预处理的语句, 并且批量执行所有更新语句,显然batch性能将更优; 2、 阅读全文
posted @ 2021-12-13 16:21 炫舞风中 阅读(953) 评论(0) 推荐(0)
摘要: 转载:https://mp.weixin.qq.com/s/I1qp1pwWJY3EeFTntA5uAQ 阅读全文
posted @ 2021-09-23 11:42 炫舞风中 阅读(23) 评论(0) 推荐(0)
摘要: 转载:https://mp.weixin.qq.com/s/o9Ibf9x9zLkrYXNdOR-APA 阅读全文
posted @ 2021-09-17 15:58 炫舞风中 阅读(25) 评论(0) 推荐(0)
摘要: 转载:https://mp.weixin.qq.com/s/pBUN2vBcbFKYgN_-OmM4Rg 阅读全文
posted @ 2021-09-17 11:31 炫舞风中 阅读(154) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/hujunwei/p/14029909.html 阅读全文
posted @ 2021-06-02 14:55 炫舞风中 阅读(218) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 21 下一页