Compare commits
No commits in common. "9337120b09f855a22c4c5a4e78b84436ef37dc30" and "649c0afc0734a250bec60d4dc48d0e9eed3d0818" have entirely different histories.
9337120b09
...
649c0afc07
16
README.md
16
README.md
@ -1,6 +1,4 @@
|
||||
|
||||
## 作者求工作,tel:13298692154
|
||||
|
||||
## 铸龙-用户行为分析系统
|
||||
-----------
|
||||
> 铸龙-用户行为分析系统 是一款用于分析用户行为事件的BI软件,功能如下
|
||||
@ -22,7 +20,6 @@
|
||||
|
||||
欢迎大家提出自己的issue。
|
||||
|
||||
|
||||
> 相关
|
||||
|
||||
*[下载地址]( 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的服务器撑着,望同是开发人,手下留情)
|
||||
|
||||
## 其他开源项目
|
||||
* 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(20 * time.Second)
|
||||
go sinker.ClearDimsCacheByTimeBylocal(time.Second * 20)
|
||||
|
||||
router := fasthttprouter.New()
|
||||
|
||||
|
||||
@ -70,6 +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: 40%;"
|
||||
style="width: 120px"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 75%;"
|
||||
style="width: 120px"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 75%;"
|
||||
style="width: 120px"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
@ -139,7 +139,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 75%;"
|
||||
style="width: 120px"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
||||
@ -83,12 +83,11 @@
|
||||
</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(6, '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'),
|
||||
moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD')
|
||||
]
|
||||
|
||||
this.eventOptions = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user