"""
python 包下载:
datatable替换为需要的包名
清华源:
https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/datatable/
豆瓣源:
https://pypi.doubanio.com/simple/datatable
"""
"""
yum 包下载:
清华源:
https://mirrors.tuna.tsinghua.edu.cn/centos/7/os/x86_64/Packages/
未知源:
https://rpmfind.net/linux/rpm2html/search.php?query=zlib-devel&submit=Search+...&system=&arch=
"""
"""
jar包下载:
根据左侧的首字母进行检索,再用crtl+f进行搜索
http://www.java2s.com/Code/Jar/m/Catalogm.htm
"""
"""
linux镜像下载:
http://linuxsoft.cern.ch/centos-vault/
"""
"""
hive 下载:
https://archive.apache.org/dist/hive/
"""
"""
hbase下载:
https://dlcdn.apache.org/hbase/
"""
"""
airflow文档:
https://airflow.apachecn.org/#/
"""
"""
免费数据库管理dbeaver(类似navcat):
https://dbeaver.io/download/
"""
"""
openssh 下载:
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
"""
"""
apache资源:
https://archive.apache.org/dist/
"""
常用镜像地址:pip,yum,jar,linx镜像,apache系列等等
余子桃2024-04-18 17:40
相关推荐
aqi003 小时前
15天学会AI应用开发(八)使用向量数据库实现RAG功能Csvn4 小时前
`functools.lru_cache` —— 一行代码搞定缓存加速nanxun88620 小时前
记一次诡异的 Docker 容器"串包"故障排查金銀銅鐵20 小时前
[Python] 从《千字文》中随机挑选汉字用户1563068103511 天前
Day01 | Java 基础(Java SE)行者全栈架构师1 天前
Maven dependency:tree 的 8 个高级用法cup111 天前
[技术复盘] Windows Python 打包实战:Nuitka 环境踩坑总结与 CI 自动化构建全指南aqi001 天前
15天学会AI应用开发(七)有了大模型为什么还要引入RAG