最新链接

Lucene:   http://lucene.apache.org/
Spring:   http://projects.spring.io/spring-framework/
Hibernate: http://hibernate.org/orm/downloads/
Struts:   http://struts.apache.org/
Mybatis: http://mvnrepository.com/artifact/org.mybatis/mybatis

Scientific: http://ftp.scientificlinux.org/linux/scientific/
Centos: http://www.centos.org/modules/tinycontent/index.php?id=30

Git:http://git-core.googlecode.com/files/git-1.8.5.5.tar.gz

Stash:http://downloads.atlassian.com/software/stash/downloads/atlassian-stash-2.10.1.tar.gz

SourceTree:http://sourcetreeapp.com/download/

Nodejs: http://nodejs.org/download/

Maven: http://maven.apache.org/download.cgi

Extjs:http://www.sencha.com/products/extjs/download/

Dojo:http://dojotoolkit.org/download/

Mongoose:http://cesanta.com/downloads.html

MongoDB:http://www.mongodb.org/

redis: https://github.com/mythz/redis-windows

Git For Window http://msysgit.github.io/

Google 网上应用 https://chrome.google.com/webstore/category/apps?hl=zh-CN

Centos系统GIT安装
# yum -y install zlib-devel openssl-devel perl cpio expat-devel gettext-devel openssl zlib curl autoconf tk perl-devel
# tar zxvf git-1.8.5.5.tar.gz
# cd git-1.8.5.5/
# ./configure  --prefix=/usr/local/git
# make
# make install
#  git --version

项目仓库的建立


你可能感兴趣的:(最新链接)