吹静静

欢迎QQ交流:592590682

随笔 - 421,  文章 - 68,  评论 - 65,  阅读 - 164万
07 2022 档案
Ansible 安装
摘要:配置yum源 [root@ruozedata~]# cd /etc/yum.repos.d [root@ruozedata yum.repos.d]# vim yum.repo ##添加镜像文件 [ansible] name=ansible baseurl=http://mirror.tuna.ts 阅读全文
posted @ 2022-07-13 15:12 吹静静 阅读(38) 评论(0) 推荐(0) 编辑
Mongo 计算一段时间内每半个小时数据量
摘要:db.getCollection('表名').aggregate( {"$match":{ "某时间字段": {'$gte': ISODate("2022-05-01T00:00:00Z") ,'$lt':ISODate("2022-06-01T00:00:00Z")} }}, {"$group": 阅读全文
posted @ 2022-07-11 09:42 吹静静 阅读(189) 评论(0) 推荐(0) 编辑
curl命令使用
摘要:请求连接:http://127.0.0.1:9999/spark/mongo/t/test 请求参数:请求参数为map格式的K-V类型 startTime=2022-01-01%2014%3A30%3A19 endTime=2022-01-05%2015%3A00%3A19 完整命令: curl - 阅读全文
posted @ 2022-07-08 16:20 吹静静 阅读(43) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示