自定义博客皮肤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)
  • 收藏
  • 关注

原创 springboot 整合xxl-job 入门

springboot 整合xxl-job ,实现任务调度

2022-09-19 16:47:02 604 1

原创 jenkins历史构建删除

说明 jenkins用久了,历史构建会占用大量硬盘空间,需要清理。 清理步骤 打开脚本命令行 输入命令 3.点击运行 删除成功。 //项目名称 def projectName = "canv-gyg-market" //删除小于64的构建历史 def maxNumber = 82 Jenkins.instance.getItemByFullName(projectName).builds.findAll { it.number <= maxNumber }.each { i

2021-04-07 14:06:37 613

原创 ElaticSearch 6.7.1 pdf、word、ppt、excel、txt文件查询

安装插件 es根目录下面执行命令,安装ingest-attachment插件。 ./bin/elasticsearch-plugin install ingest-attachment 建立自己的文本抽取管道pipeline。 curl -X PUT "localhost:9200/_ingest/pipeline/attachment" -d '{ "description": "Extract attachment information", "process...

2020-12-25 09:49:52 380 1

原创 springboot+secrity successForwardUrl()不能跳转到界面

  代码: @Override protected void configure(HttpSecurity http) throws Exception { // 允许所有用户访问"/"和"/index.html" http .authorizeRequests()//验证策略策略链 .antMatchers("/lo...

2018-12-10 15:10:45 6051 4

空空如也

空空如也

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

TA关注的人

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