摘要:
https://www.cnblogs.com/liaowuhen1314/p/12792202.html https://www.cnblogs.com/wonglu/p/8390710.html https://iowiki.com/pyspark/pyspark_index.html http 阅读全文
随笔档案-2020年10月
Dockerfile制作应用镜像
2020-10-16 18:02 by DataBases, 162 阅读, 收藏, 编辑
摘要:
agc-backend镜像制作 /opt/AGC-backend[root@dadevenv AGC-backend]# lsagc_setting config eventLog master recipe unit_testalarm datastore helpers Pipfile requ 阅读全文
python使用指定仓库安装python需要的包
2020-10-16 12:01 by DataBases, 677 阅读, 收藏, 编辑
摘要:
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ 阅读全文
postgres timesaledb MySQL数据库容器化部署
2020-10-14 11:06 by DataBases, 838 阅读, 收藏, 编辑
摘要:
(base) [root@dadevenv ~]# curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun# Executing docker install script, commit: 26ff363bcf3b3f5 阅读全文