上一页 1 2 3 4 5 6 7 ··· 21 下一页
摘要: wget -c https://dist.neo4j.org/neo4j-community-4.4.10-unix.tar.gz mkdir -p /data/neo4j tar -xf jdk-11.0.16.1_linux-x64_bin.tar.gz -C /usr/local/ tar - 阅读全文
posted @ 2022-08-24 15:23 捧花大王 阅读(402) 评论(0) 推荐(0)
摘要: [root@mysql-host1 /data/bifrost/data]# cat db.Bifrost | python3 -mjson.tool { "Version": "v1.8.0-beta.01", "ToServer": { "dba_test-tb1_all": { "Plugin 阅读全文
posted @ 2022-08-23 12:24 捧花大王 阅读(37) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-08-23 12:11 捧花大王 阅读(71) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- """ Desc: decrypt the db backup file, then to ungzip it , finally, to be a origin state. Date: 2016-08-1 阅读全文
posted @ 2022-08-22 17:20 捧花大王 阅读(41) 评论(0) 推荐(0)
摘要: -- 官方文档 https://clickhouse.com/docs/zh/sql-reference/aggregate-functions/parametric-functions/#function-sequencecount 对于事件进行连续跟踪分析能力,适用漏斗或跟踪埋点数据 -- 实际 阅读全文
posted @ 2022-08-22 17:05 捧花大王 阅读(374) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-08-19 23:23 捧花大王 阅读(9) 评论(0) 推荐(0)
摘要: [root@mysql-host1 ~]# cat 1.json {"version":"0.1","database":"app01","table":"tb1","type":"insert","ts":1659678099,"time_zone":"Asia/Shanghai","host": 阅读全文
posted @ 2022-08-15 14:10 捧花大王 阅读(177) 评论(0) 推荐(0)
摘要: { "query": { "bool": { "filter": [ { "range": { "time_use": { "gte": "1" } } }, { "match_phrase": { "time_unit": "s" } } ] } } } 阅读全文
posted @ 2022-08-10 10:53 捧花大王 阅读(241) 评论(0) 推荐(0)
摘要: -- 查询索引结构 GET /sink_erp_schedule_alias_pre/_mapping -- 删除索引 DELETE /sink_erp_schedule_alias_pre -- 创建索引 PUT /sink_erp_schedule_alias_pre -- 创建索引的别名 PO 阅读全文
posted @ 2022-08-09 17:36 捧花大王 阅读(45) 评论(0) 推荐(0)
摘要: #!/bin/bash ## ## MongoDB Database Backup Script ## export PATH=/bin:/usr/bin:/usr/local/bin TODAY=`date +"%Y_%m_%d"` DB_BACKUP_PATH='' MONGO_HOST='' 阅读全文
posted @ 2022-08-09 14:43 捧花大王 阅读(131) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 21 下一页