自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 java.lang.AbstractMethodError: org.apache.bval.jsr303.ApacheValidatorFactory.close报错排查

今天启动spring boot 项目突然报错。Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.2021-05-21 14:29:57.443 ERROR 3868 --- [ restartedMain] o.s.boot.SpringApplication : Applicat

2021-05-21 14:45:25 339

原创 linux安装 Jenkins

linux安装Jenkins 首先需要Java环境,然后开始安装执行wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sou...

2020-01-17 11:29:47 163

原创 github热门趋势

github热门趋势地址https://github.com/trending

2019-12-26 12:00:08 329

转载 算法复杂度排序

O(1) 常数阶 < O(logn) 对数阶 < O(n) 线性阶 < O(nlogn) < O(n^2) 平方阶 < O(n^3) < { O(2^n) < O(n!) < O(n^n) }

2019-11-21 14:00:00 1728

空空如也

空空如也

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

TA关注的人

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