"""
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
相关推荐
Aliano2173 分钟前
TestNGException ClassCastException SAXParserFactoryImpl是Java自带的Xerces解析器——解决办法漫谈网络6 分钟前
回调函数应用示例进击的小白菜14 分钟前
用Java实现单词搜索(LeetCode 79)——回溯算法详解亚林瓜子21 分钟前
pyenv简单的Python版本管理器(macOS版)青钰未央24 分钟前
14、Python时间表示:Unix时间戳、毫秒微秒精度与time模块实战越来越无动于衷30 分钟前
手写tomcat:基本功能实现(3)Uranus^33 分钟前
使用Spring Boot和Spring Security构建安全的RESTful APIqq_5432485234 分钟前
Tomcat的调优Mcworld85739 分钟前
String的一些固定程序函数越来越无动于衷40 分钟前
手写tomcat:基本功能实现(4)