Compare commits
10 Commits
649c0afc07
...
9337120b09
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9337120b09 | ||
![]() |
3217474531 | ||
![]() |
4e706185c6 | ||
![]() |
1a5ac59ccb | ||
![]() |
f8661ffc2e | ||
![]() |
a0a4b9b05f | ||
![]() |
c6467d67a9 | ||
![]() |
60d9e3dcde | ||
![]() |
8fd663ec65 | ||
![]() |
200531b95a |
16
README.md
16
README.md
@ -1,4 +1,6 @@
|
||||
|
||||
## 作者求工作,tel:13298692154
|
||||
|
||||
## 铸龙-用户行为分析系统
|
||||
-----------
|
||||
> 铸龙-用户行为分析系统 是一款用于分析用户行为事件的BI软件,功能如下
|
||||
@ -20,6 +22,7 @@
|
||||
|
||||
欢迎大家提出自己的issue。
|
||||
|
||||
|
||||
> 相关
|
||||
|
||||
*[下载地址]( https://gitee.com/cynthia520/xwl_bi/releases/v1.0.0 )
|
||||
@ -30,5 +33,18 @@
|
||||
|
||||
*[后台体验地址]( http://110.42.167.155:8090/#/dashboard ) 用户名: test ,密码: test123456 (因本人穷,所以只是一台1核2g的服务器撑着,望同是开发人,手下留情)
|
||||
|
||||
## 其他开源项目
|
||||
* ElasticSearch可视化工具 https://github.com/1340691923/ElasticView
|
||||
* 软考成绩快查工具 https://github.com/1340691923/SoftTestMonitor
|
||||
|
||||
### 求职中,个人微信二维码
|
||||
|
||||
<!--  -->
|
||||
<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">
|
||||
|
||||
|
||||
|
@ -69,11 +69,11 @@ func main() {
|
||||
logs.Logger.Error(" db.KafkaASyncProducer.Errors", zap.Error(err))
|
||||
time.Sleep(time.Hour)
|
||||
default:
|
||||
|
||||
time.Sleep(10 * time.Second)
|
||||
}
|
||||
}
|
||||
}()
|
||||
go sinker.ClearDimsCacheByTimeBylocal(time.Second * 20)
|
||||
go sinker.ClearDimsCacheByTimeBylocal(20 * time.Second)
|
||||
|
||||
router := fasthttprouter.New()
|
||||
|
||||
|
@ -70,8 +70,7 @@ func MysqlConsumer() {
|
||||
if err != nil && !strings.Contains(err.Error(), "1062") {
|
||||
logs.Logger.Sugar().Errorf("metaEvent insert", m, err)
|
||||
}
|
||||
default:
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -76,7 +76,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 40%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 75%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 75%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
@ -139,7 +139,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 75%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -83,11 +83,12 @@
|
||||
</el-row>
|
||||
<el-row style="padding-top: 5px" :span="6">
|
||||
<a-select
|
||||
style="width: 75%;"
|
||||
v-model="form.zhibiaoArr[index].eventName"
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -376,8 +376,8 @@ export default {
|
||||
},
|
||||
async init() {
|
||||
this.form.date = [
|
||||
moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD'),
|
||||
moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD')
|
||||
moment().startOf('day').subtract(6, 'days').format('YYYY-MM-DD'),
|
||||
moment().startOf('day').subtract(0, 'days').format('YYYY-MM-DD')
|
||||
]
|
||||
|
||||
this.eventOptions = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user