自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 记录一次线上故障,nginx : worker_connections are not enough

问题记录

2023-01-29 10:51:32 464

原创 mysql分页使用order by + limit 数据重复坑

不经意发现的一个问题:mysql查询数据时使用 order by 和 limit 导致查询数据重复。来源项目里的一个业务,查询自己的历史记录,每次查一条,先去数据库找到对应主键ID,再去缓存里取数据:语句A:select id from example_table order by update_time desc limit 2,1;语句B:select id from example_table order by update_time desc limit 3,1;日志一打,发现A和B语句查

2022-05-12 17:21:41 536

原创 记录一个坑: Error creating bean with name ‘eurekaAutoServiceRegistration‘

org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘eurekaAutoServiceRegistration’: Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFact

2020-10-22 16:11:35 459

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除