代码改变世界

Dockerfile制作应用镜像

2020-10-16 18:02 by DataBases, 186 阅读, 0 推荐, 收藏,
摘要: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, 697 阅读, 0 推荐, 收藏,
摘要: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, 946 阅读, 0 推荐, 收藏,
摘要:(base) [root@dadevenv ~]# curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun# Executing docker install script, commit: 26ff363bcf3b3f5 阅读全文

Python subprocess

2020-09-29 15:36 by DataBases, 204 阅读, 0 推荐, 收藏,
摘要:# subprocess - Subprocesses with accessible I/O streams This module allows you to spawn processes, connect to theirinput/output/error pipes, and obtai 阅读全文

presto-admin2.5 安装部署prestoserver0.224

2020-09-28 18:19 by DataBases, 594 阅读, 0 推荐, 收藏,
摘要:1.主机准备root用户修改所有节点主机名配置文件/etc/hostname修改配置文件/etc/hosts添加IP地址与主机名的映射关系172.25.5.41 node01172.25.5.42 node02172.25.5.43 node03root用户免密登录root用户设置所有节点免密登录所 阅读全文

Resources For Developers

2020-09-23 14:19 by DataBases, 215 阅读, 0 推荐, 收藏,
摘要:facebook developers https://developers.facebook.com/products/#filter-id=open-source https://www.hackerrank.com/domains/python Python for Beginners htt 阅读全文

Python request

2020-09-22 11:27 by DataBases, 126 阅读, 0 推荐, 收藏,
摘要:The advantages of APIsHow to create and process API requestsThe JSON data format # Make a get request to get the latest position of the ISS from the O 阅读全文

presto-admin 安装及管理presto集群

2020-09-22 11:06 by DataBases, 850 阅读, 0 推荐, 收藏,
摘要:rpm:https://repo1.maven.org/maven2/com/facebook/presto/presto-server-rpm/https://prestodb.io/presto-admin/docs/current/presto-admin-commands.html#conf 阅读全文

git-guide

2020-08-28 18:03 by DataBases, 211 阅读, 0 推荐, 收藏,
摘要:https://www.bootcss.com/p/git-guide/ https://www.jianshu.com/p/5a488aac2442 https://www.bootcss.com/ https://www.prisma.io/blog/ git rebase --i HEAD~2 阅读全文

Spark任务调度模式

2020-08-19 10:35 by DataBases, 760 阅读, 0 推荐, 收藏,
摘要:Spark任务调度模式 阅读全文
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页