2018年9月3日

Beats、Filebea入门

摘要: 1. Filebeat配置简介 2. Filebeat收集nginx日志 3. packetbeat简介与演示 阅读全文

posted @ 2018-09-03 22:00 动物管理猿 阅读(269) 评论(0) 推荐(0) 编辑

mongoTemplate聚合操作Demo

摘要: 1 package com.tangzhe.mongodb.mongotemplate; 2 3 import com.mongodb.BasicDBObject; 4 import com.mongodb.DBObject; 5 import com.tangzhe.mongodb.BaseTest; 6 import com.tangzhe.mongodb.Stud... 阅读全文

posted @ 2018-09-03 18:01 动物管理猿 阅读(8527) 评论(0) 推荐(0) 编辑

商城报表统计

摘要: 1 package net.baiqu.shop.data.core.service.impl; 2 3 import com.baiqu.api.model.ApiResultResponse; 4 import lombok.extern.slf4j.Slf4j; 5 import net.baiqu.shop.data.api.AppResponseUtils; ... 阅读全文

posted @ 2018-09-03 17:55 动物管理猿 阅读(595) 评论(0) 推荐(0) 编辑

用户账单统计

摘要: package net.baiqu.shop.data.website.expose; import com.alibaba.fastjson.JSONObject; import com.baiqu.api.model.ApiResultResponse; import io.swagger.annotations.Api; import io.swagger.annotations.Api... 阅读全文

posted @ 2018-09-03 17:49 动物管理猿 阅读(359) 评论(0) 推荐(0) 编辑

同步Redis中PV&UV数据到MongoDB的定时任务

摘要: 实体类 Job 阅读全文

posted @ 2018-09-03 17:27 动物管理猿 阅读(450) 评论(0) 推荐(0) 编辑

Elastic Search和Kibana入门

摘要: 一、ES配置 二、ES本地快速搭建集群 查看ES集群 查看node详细情况 三、Kibana配置 修改kibana的es配置 访问localhost:5601端口 四、Elasticsearch 术语介绍与CRUD实际操作 五、ES查询 阅读全文

posted @ 2018-09-03 11:32 动物管理猿 阅读(202) 评论(0) 推荐(0) 编辑

日期工具类

摘要: package net.baiqu.shop.data.core.util; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang.StringUtils; import org.springframework.util.Assert; import java.text.DateFormat; import java... 阅读全文

posted @ 2018-09-03 09:38 动物管理猿 阅读(156) 评论(0) 推荐(0) 编辑

Redis工具类

摘要: package com.tangzhe; import com.gaiaworks.Application; import com.gaiaworks.job.entity.pv.PVLog; import com.gaiaworks.job.util.DateUtils; import org.junit.Before; import org.junit.Ignore; import org... 阅读全文

posted @ 2018-09-03 09:33 动物管理猿 阅读(143) 评论(0) 推荐(0) 编辑

导航