极客青年
极客青年
用户车费排行榜 
暂时没有统计这个,本项目更多的偏向于分析地铁运力指标,而不是分析乘客指标。 不过现有的数据,是支持分析乘客指标的: 根据卡号来分组,聚合同一卡号的乘客出行记录次数,最后将聚合结果倒序、筛选。
> 厉害了我的国 发送自 Windows 10 版邮件应用](https://go.microsoft.com/fwlink/?LinkId=550986>%E5%BA%94%E7%94%A8) > […](#) > ________________________________ 发件人: 极客青年 发送时间: Thursday, April 30, 2020 3:30:11 AM 收件人: geekyouth/SZT-bigdata 抄送: Subscribed 主题: [geekyouth/SZT-bigdata] hbase 模块即将上线 (#12) [image] ―...
https://github.com/kylon/Sharedown/issues/30
common.properties ``` resource.hdfs.fs.defaultFS=hdfs://hadoop01:8020 ``` not work 😣😣😣
PhilGrayson/chrome-csp-disable: Disable Content-Security-Policy in Chromium browsers for web application testing https://github.com/PhilGrayson/chrome-csp-disable 装了这个插件,干扰了 Content Security Policy ,就不会报错了
``` webui-docker-invoke-1 | [2023-11-30 01:29:55,456]::[InvokeAI]::INFO --> Installing https://huggingface.co/embed/EasyNegative/resolve/main/EasyNegative.safetensors [3/11] webui-docker-invoke-1 | [2023-11-30 01:29:57,022]::[InvokeAI]::INFO --> /InvokeAI/models/tmpxihpxo6l/EasyNegative.safetensors: Downloading... /InvokeAI/models/tmpxihpxo6l/EasyNegative.safetensors: 100% 24.7k/24.7k [00:00 Installing lllyasviel/control_v11f1p_sd15_depth [4/11] webui-docker-invoke-1 | [2023-11-30 01:29:58,196]::[InvokeAI]::INFO --> config.json: Downloading......
> 正在研究大数据相关的东西,看到你的东西希望更详细一些 目前该项目还在继续开发中,后期会不断添加新功能和完善。
method2: ```yaml services: adminer: image: adminer:4.8.1-standalone # restart: unless-stopped ports: - "8080:8080" environment: TZ: Asia/Shanghai ADMINER_DEFAULT_SERVER: mysql57 ADMINER_DESIGN: hydra ADMINER_PLUGINS: 'tables-filter tinymce' volumes: - ./hydra.css:/var/www/html/designs/hydra/adminer.css:ro # fix hydra style -...