logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Centos 8 管理防火墙

你可以通过命令删除基于端口的转发规则,或者使用规则编号删除。删除完规则后,别忘了保存配置以确保修改在重启后生效。概念描述表 (Tables)主要有filternatmanglerawsecurity,分别处理不同类型的网络流量和规则。链 (Chains)每个表包含多个链,最常见的链有INPUTOUTPUTFORWARD,每个链包含过滤规则。默认链策略每个链有默认策略,常见的策略有ACCEPT(接受

#centos#运维#安全
阿里sentinel限流学习

文章基于rocketmq demo为入口分析目录初始化流控规则流控常用slot链节点处理常用流控算法学习初始化流控规则PullConsumerDemo.main启动消费消息前初始化流控规则_initFlowControlRule_创建流控规则:FlowRule设置资源resource,例如:分组名GROUP_NAME与主题名TOPIC_NAME设置流控阈值count...

文章图片
#guava#sentinel
spring异常之BeanCreationNotAllowedException

BeanCreationNotAllowedException:遇到异常方不方?程序猿:慌毛线,我们跟着trace看一下org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'stringRedisTemplate': Singleton beancre...

#spring
Could not extract response: no suitable HttpMessageConverter

版本:spring-cloud-openfeign-core-2.1.1.RELEASE.jar,spring-webmvc-5.1.14.RELEASE.jar,jetty-server-9.4.41.v20210516.jar,tomcat-embed-core-9.0.48.jar。

文章图片
#java#spring#spring boot
es常用命令

where(and in) (and not in)select * from order-202001 where contract_type = 1 and order_type in (0,1,2,3,4,5,8,9,10) and platform_shopid not in (72,166)GET order-202101/_search{"query": {"bool": {"must

#elasticsearch
到底了