logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jdbc连接mysql8.x踩坑

使用jdbc连接数据库报错密码错误,提示检查编码使用手工连接数据库正常,密码没有问题。。。

#mybatis#spring#mysql
JQuery select支持模糊搜索

模态框select2下拉框不能搜索,使用模态框,一般都会自动带上一个属性, tabindex=“-1” ,因为这个属性的存在,导致select2的搜索框无法输入,去掉这个属性即可解决。html中tabindex属性可以设置键盘中的TAB键在控件中的移动顺序,即焦点顺序。模态框中的select2下拉框很窄,增加宽度属性。增加js,在页面加载完成时重写select。引入:select2。

文章图片
#jquery#前端#javascript
阿里云服务器安装JDK21

国内推荐:清华大学开源镜像站。

#阿里云#centos
apollo分布式配置优先级学习

apollo/properties配置spring读取配置阿波罗在spring上下文刷新前加载配置至Environment环境配置的第一优先级位置:com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer#initialize(org.springframework.context.Configurable

文章图片
#spring boot#分布式#spring cloud
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
到底了