摘要:
介绍 CronUtil通过一个全局的定时任务配置文件,实现统一的定时任务调度。 使用 1、配置文件 1.1 pom文件 <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>4.1 阅读全文
摘要:
问题情境: 在工作中经常出现调用第三方接口的方式,这次需求中有需要调用阿里云的接口上传文件,顺便对调用方式都做了下整理,方便后续查看。 一.Hutool-http方式(详情参考:https://www.hutool.cn/) 1.1 pom中添加hutool的依赖 <dependency> <gro 阅读全文
摘要:
一,提供一张原图,原图大小2.1mb 二,处理后图片大小对比,大小772kb,对比原图占用内存减少三分之二 三 ,java代码 3.1 本地压缩测试 /** * * @param srcFilePath 原图路径 * @param descFilePath 保存路径 * @return * @thr 阅读全文
摘要:
SimpleDateFormat formatter = new SimpleDateFormat("dd/MMM/yyyy:hh:mm:ss Z", Locale.ENGLISH); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd h 阅读全文
摘要:
官网地址:https://www.elastic.co 1.kibana的作用认识 Kibana是一个开源的分析与可视化平台,设计出来用于和Elasticsearch一起使用的。你可以用kibana搜索、查看存放在Elasticsearch中的数据。Kibana与Elasticsearch的交互方式 阅读全文
摘要:
一.参考地址: 1.1 <https://www.cnblogs.com/yijialong/p/9707238.html 1.2 http://developer.51cto.com/art/201904/594615.htm 1.3 Elastic官网:<https://www.elastic. 阅读全文
摘要:
一,准备步骤 1.1 原图:D:\\文件表\\9252150_092049419327_2.jpg 1.2 logo图片:D:\\文件表\\img\\生物质燃烧.png 二,源码 根据自己的需要适当调整 1 /** 2 * 3 * @param srcImgPath 原图片的路径 4 * @para 阅读全文
摘要:
一.准备步骤 1.1 pom.xml <!-- 二维码 https://mvnrepository.com/artifact/com.google.zxing/core --> <dependency> <groupId>com.google.zxing</groupId> <artifactId> 阅读全文
摘要:
一.结构图 二.Flume常用的Type(参照官网总结) 官网地址:http://flume.apache.org/ 2.1 Source: 2.2 sink: 2.3 channel: 三.此处依照第一点结构图分别搭建两个flume的agent(代理) 代理A的source读取文件,由代理A的si 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文