摘要: commons-dbutils commons-dbutils 1.7 package jachs.commons.dbutils.examples; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; impo... 阅读全文
posted @ 2019-03-29 15:04 Jachs 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 官网 下载文件解压运行install-service脚本之后运行red5脚本启动 官方安装文档 访问安装路径 到数据库哪一步需要把驱动包放到lib下 然后继续下一步到了转换器需要下载安装:ImageMagick,FFMPEG,SoX,OpenOffice和LibreOffice使用jodconver 阅读全文
posted @ 2019-02-18 10:42 Jachs 阅读(2350) 评论(0) 推荐(0) 编辑
摘要: flume1.6+elasticsearch6.3.2 Pom ElasticSearchForLogSink.java kafka生成者模仿日志写入代码 修改flume配置 阅读全文
posted @ 2019-01-28 10:02 Jachs 阅读(377) 评论(0) 推荐(0) 编辑
摘要: Flume更新比较慢,而elasticsearch更新非常快所以当涉及更换elasticsearch版本时会出现不兼容问题。 apache-flume-1.6.0+elasticsearch1.5.1是可以完美结合的,这里将elasticsearch版本升级到6.3.2。 低版本elasticsea 阅读全文
posted @ 2019-01-18 13:28 Jachs 阅读(1606) 评论(1) 推荐(0) 编辑
摘要: apache-flume-1.6.0 kafka_2.11-1.1.0 elasticsearch1.5.1 flume配置 启动 阅读全文
posted @ 2019-01-17 11:31 Jachs 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 配置filebeat.yml文件 启动 阅读全文
posted @ 2019-01-17 11:09 Jachs 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 修改完\config\elasticsearch.yml文件后进入bin。elasticsearch启动 阅读全文
posted @ 2019-01-17 10:51 Jachs 阅读(290) 评论(0) 推荐(1) 编辑
摘要: 进入bin目录启动命令 阅读全文
posted @ 2019-01-17 10:13 Jachs 阅读(995) 评论(0) 推荐(0) 编辑
摘要: 官网地址 下载文件解压进入conf目录下将zoo_sample.cfg名称修改为zoo.cfg 集群的话根目录创建data文件夹,文件夹下创建data文件文件里写上当前机器编码最好用数字表示 进入bin目录 阅读全文
posted @ 2019-01-17 10:11 Jachs 阅读(899) 评论(0) 推荐(0) 编辑
摘要: public class SessionOutCheckInterceptor implements Interceptor {private static final long serialVersionUID = 1L;public String intercept(ActionInvocati 阅读全文
posted @ 2019-01-16 17:50 Jachs 阅读(1340) 评论(0) 推荐(0) 编辑