Compare commits

..

No commits in common. "9337120b09f855a22c4c5a4e78b84436ef37dc30" and "649c0afc0734a250bec60d4dc48d0e9eed3d0818" have entirely different histories.

8 changed files with 11 additions and 27 deletions

View File

@ -1,6 +1,4 @@
## 作者求工作tel13298692154
## 铸龙-用户行为分析系统 ## 铸龙-用户行为分析系统
----------- -----------
> 铸龙-用户行为分析系统 是一款用于分析用户行为事件的BI软件功能如下 > 铸龙-用户行为分析系统 是一款用于分析用户行为事件的BI软件功能如下
@ -22,7 +20,6 @@
欢迎大家提出自己的issue。 欢迎大家提出自己的issue。
> 相关 > 相关
*[下载地址]( https://gitee.com/cynthia520/xwl_bi/releases/v1.0.0 ) *[下载地址]( https://gitee.com/cynthia520/xwl_bi/releases/v1.0.0 )
@ -33,18 +30,5 @@
*[后台体验地址]( http://110.42.167.155:8090/#/dashboard ) 用户名: test ,密码: test123456 因本人穷所以只是一台1核2g的服务器撑着望同是开发人手下留情 *[后台体验地址]( http://110.42.167.155:8090/#/dashboard ) 用户名: test ,密码: test123456 因本人穷所以只是一台1核2g的服务器撑着望同是开发人手下留情
## 其他开源项目
* ElasticSearch可视化工具 https://github.com/1340691923/ElasticView
* 软考成绩快查工具 https://github.com/1340691923/SoftTestMonitor
### 求职中,个人微信二维码
<!-- ![image](https://gitee.com/cynthia520/elastic-view/raw/main/static/show_img/weixin.jpg) -->
<img src="https://raw.githubusercontent.com/1340691923/ElasticView/main/resources/show_img/weixin.jpg" style="width: 220px">
### QQ群
<img src="https://raw.githubusercontent.com/1340691923/ElasticView/main/resources/show_img/qq_group.jpg" style="width: 220px">

View File

@ -69,11 +69,11 @@ func main() {
logs.Logger.Error(" db.KafkaASyncProducer.Errors", zap.Error(err)) logs.Logger.Error(" db.KafkaASyncProducer.Errors", zap.Error(err))
time.Sleep(time.Hour) time.Sleep(time.Hour)
default: default:
time.Sleep(10 * time.Second)
} }
} }
}() }()
go sinker.ClearDimsCacheByTimeBylocal(20 * time.Second) go sinker.ClearDimsCacheByTimeBylocal(time.Second * 20)
router := fasthttprouter.New() router := fasthttprouter.New()

View File

@ -70,6 +70,7 @@ func MysqlConsumer() {
if err != nil && !strings.Contains(err.Error(), "1062") { if err != nil && !strings.Contains(err.Error(), "1062") {
logs.Logger.Sugar().Errorf("metaEvent insert", m, err) logs.Logger.Sugar().Errorf("metaEvent insert", m, err)
} }
default:
} }
} }

View File

@ -76,7 +76,7 @@
dropdown-match-select-width dropdown-match-select-width
show-search show-search
default-active-first-option default-active-first-option
style="width: 40%;" style="width: 120px"
@change="changeEventNameDisplay(index)" @change="changeEventNameDisplay(index)"
> >

View File

@ -77,7 +77,7 @@
dropdown-match-select-width dropdown-match-select-width
show-search show-search
default-active-first-option default-active-first-option
style="width: 75%;" style="width: 120px"
@change="changeEventNameDisplay(index)" @change="changeEventNameDisplay(index)"
> >

View File

@ -71,7 +71,7 @@
dropdown-match-select-width dropdown-match-select-width
show-search show-search
default-active-first-option default-active-first-option
style="width: 75%;" style="width: 120px"
@change="changeEventNameDisplay(index)" @change="changeEventNameDisplay(index)"
> >
@ -139,7 +139,7 @@
dropdown-match-select-width dropdown-match-select-width
show-search show-search
default-active-first-option default-active-first-option
style="width: 75%;" style="width: 120px"
@change="changeEventNameDisplay(index)" @change="changeEventNameDisplay(index)"
> >

View File

@ -83,12 +83,11 @@
</el-row> </el-row>
<el-row style="padding-top: 5px" :span="6"> <el-row style="padding-top: 5px" :span="6">
<a-select <a-select
style="width: 75%;"
v-model="form.zhibiaoArr[index].eventName" v-model="form.zhibiaoArr[index].eventName"
dropdown-match-select-width dropdown-match-select-width
show-search show-search
default-active-first-option default-active-first-option
style="width: 120px"
@change="changeEventNameDisplay(index)" @change="changeEventNameDisplay(index)"
> >

View File

@ -376,8 +376,8 @@ export default {
}, },
async init() { async init() {
this.form.date = [ this.form.date = [
moment().startOf('day').subtract(6, 'days').format('YYYY-MM-DD'), moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD'),
moment().startOf('day').subtract(0, 'days').format('YYYY-MM-DD') moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD')
] ]
this.eventOptions = [] this.eventOptions = []