官网
jdk:http://www.oracle.com/technetwork/java/javase/archive-139210.html
Eclipse: https://wiki.eclipse.org/Older_Versions_Of_Eclipse
maven: maven.apache.org -->All current release sources (plugins, shared libraries,...) available at https://www.apache.org/dist/maven/ --->即进入下载页面
maven依赖查询:https://mvnrepository.com/
远程连接Linux服务器: https://mobaxterm.mobatek.net/download-home-edition.html (MobaXterm )
https://www.chiark.greenend.org.uk/~sgtatham/putty/ (PuTTy)
https://www.netsarang.com/ (Xshell、Xftp)
redis : http://download.redis.io/releases/
搭建redis集群需要使用官方提供的Ruby脚本,需要安装Ruby环境
ruby脚本下载:https://rubygems.org/gems/redis/versions 【选择版本后点击右下方 ‘下载’ 进行下载】
安装ruby(执行下面两条命令)
yum -y install ruby
yum -y install rubygems
redis集群管理工具redis-trib.rb,此文件在redis源码的src目录中
将下载的ruby脚本上传到Linux
执行命令:gem install redis-3.0.0.gem [3.0.0版本的ruby脚本]
hibernate:官网 hibernate.org --->点击ORM即可看见 Download下载标签
mybatis: 直接网址查询 https://github.com/mybatis/mybatis-3/releases
https://github.com-->在右上角Search Github处搜索 mybatis--->点击中上方的 mybatis/mybatis-3
--->点击页面最下方Essentials标题下的 Download Latest-->进入页面选择需要mybatis
spring: spring.io
直接下载 :http://repo.spring.io/release/org/springframework/spring/
zookeeper:zookeeper.apache.org
--->Download (Getting Started标题下)--->Download标题下的Download-->HTTP标题下选择地址进行下载
linux-rpm相关压缩包下载:http://rpmfind.net/linux/rpm2html/search.php
cent-os:https://www.centos.org/ -->Get CentOS NOW -->DVD ISO(带界面的) Minimal ISO(不带界面的)