JAVA网络爬虫
HttpClient

导航

 

2021年2月9日

摘要: Feign拦截器 一般运用在feign调用前需要做什么操作, 在这里是在reques头中添加jwt 配置文件 pom.xml ... 阅读全文
posted @ 2021-02-09 21:08 gmlgxx 阅读(705) 评论(0) 推荐(0)
 

2020年12月7日

摘要: SpringBoot集成ElasticSearch(配置类版本) 项目结构图 配置文件 pom.xml ... 阅读全文
posted @ 2020-12-07 18:44 gmlgxx 阅读(170) 评论(0) 推荐(0)
 
摘要: logstash将Mysql中数据映射到ElasticSearch中 安装Logstash 下载Logstash6.8.9版本,因... 阅读全文
posted @ 2020-12-07 17:04 gmlgxx 阅读(190) 评论(0) 推荐(0)
 

2020年11月22日

摘要: 安装FastDFS, ./make.sh编译出错-----./make.sh:行99: perl: 未找到命令 安装对应的命令 y... 阅读全文
posted @ 2020-11-22 20:01 gmlgxx 阅读(328) 评论(0) 推荐(0)
 

2020年11月15日

摘要: SpringBoot集成Rabbitmq配置类版 consumer(消费者模块) 项目结构图 配置文件 pom.xml ... 阅读全文
posted @ 2020-11-15 17:48 gmlgxx 阅读(79) 评论(0) 推荐(0)
 
摘要: MongoDB分布式存储GridFS 项目结构图 配置文件 pom.xml org.springframework.boot... 阅读全文
posted @ 2020-11-15 17:26 gmlgxx 阅读(87) 评论(0) 推荐(0)
 

2020年11月10日

摘要: 1. Centos下安装FastDFS 1.1 上传 将资料中的文件上传到linux下的/home/leyou/fdfs目录: 1... 阅读全文
posted @ 2020-11-10 16:30 gmlgxx 阅读(44) 评论(0) 推荐(0)
 

2020年11月7日

摘要: freemarker页面静态化/页面预览 项目结构图 配置文件 pom.xml org.springframework.bo... 阅读全文
posted @ 2020-11-07 19:31 gmlgxx 阅读(60) 评论(0) 推荐(0)
 

2020年11月1日

摘要: SpringBoot静态化FreeMarker 项目结构图 配置文件 pom.xml xc-framew... 阅读全文
posted @ 2020-11-01 17:00 gmlgxx 阅读(48) 评论(0) 推荐(0)
 

2020年10月31日

摘要: SpringBoot自定义异常捕获器 状态码 ResultCode接口 package com.xuecheng.framewor... 阅读全文
posted @ 2020-10-31 14:55 gmlgxx 阅读(48) 评论(0) 推荐(0)