Compare commits

...

10 Commits

Author SHA1 Message Date
肖文
9337120b09
Update README.md 2023-11-30 10:11:14 +08:00
肖文
3217474531
Update README.md 2023-02-17 15:47:09 +08:00
肖文
4e706185c6
Update README.md 2023-02-06 10:46:36 +08:00
肖文
1a5ac59ccb
Update README.md 2023-02-06 10:35:09 +08:00
1340691923
f8661ffc2e
Update action.go
优化事件循环cpu暴涨bug
2022-09-07 11:08:30 +08:00
1340691923
a0a4b9b05f
Update main.go
解决事件循环,cpu暴涨bug
2022-09-07 11:07:18 +08:00
c6467d67a9 更新readme 2022-04-13 20:48:33 +08:00
1340691923@qq.com
60d9e3dcde 修改readme 2022-04-12 18:19:17 +08:00
1340691923@qq.com
8fd663ec65 修改readme 2022-04-12 18:11:44 +08:00
1340691923@qq.com
200531b95a 优化前端 2022-04-12 17:31:46 +08:00
8 changed files with 27 additions and 11 deletions

View File

@ -1,4 +1,6 @@
## 作者求工作tel13298692154
## 铸龙-用户行为分析系统
-----------
> 铸龙-用户行为分析系统 是一款用于分析用户行为事件的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
### 求职中,个人微信二维码
<!-- ![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))
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()

View File

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

View File

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

View File

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

View File

@ -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)"
>

View File

@ -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)"
>

View File

@ -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 = []