Self-study video Java, e-books, technical tutorials, framework website finishing collection

Note: maven warehouse:

 
  1. 1、http://www.sonatype.org/nexus/ 私服nexus工具使用

  2. 2、http://mvnrepository.com/ (推荐)

  3. 3、http://repo1.maven.org/maven2(也常用)

  4. 4、http://maven.aliyun.com/nexus/content/groups/public/ 阿里云 (强力推荐)

  5. 5、http://repo2.maven.org/maven2/ 私服nexus工具使用

  6. 6、http://uk.maven.org/maven2/

  7. 7、http://repository.jboss.org/nexus/content/groups/public

  8. 8、http://maven.oschina.net/content/groups/public/ oschina可惜啦,以前一直用这个,不过现在有阿里云来擦屁股啦

  9. 9、http://mirrors.ibiblio.org/maven2/

  10. 10、http://maven.antelink.com/content/repositories/central/

  11. 11、http://nexus.openkoala.org/nexus/content/groups/Koala-release/

  12. 12、http://maven.tmatesoft.com/content/groups/public/

Reprinted from https://blog.csdn.net/qq_23689053/article/details/79232784

1. Java learning video website

1. The official website of Beijing Shangxuetang--[Highly recommended, the videos can be downloaded for free and are very complete]

https://www.bjsxt.com/download.html

2. Shang Silicon Valley

http://www.atguigu.com/download.shtml

2. Java e-book download

1. Computer book control

http://bestcbooks.com/categories/hu-lian-wang/

Three, various framework projects on github/gitee (code cloud)

Github, a website very suitable for programmers to communicate, many international technical experts have their own open source code on github, others can see the programs written by these experts as long as they apply for an account. At the same time, many domestic Internet companies, such as Baidu, Ali, etc., also publish open source codes on github, and interested programmers can also find some by themselves.

1、mybatis

Integration project of mybatis and various frameworks

https://github.com/mybatis

2、spring

https://github.com/spring

Four, Java technology tutorial

1. gitbook official website

But many courses require payment

https://gitbook.cn/

2. Novice tutorial

http://www.runoob.com/java/

3、InfoQ

Geekbang is a world-class IT knowledge service platform.

https://www.infoq.cn/

4、w3shcool

Leading web technology tutorials-all free

In w3school, you can find all the website building tutorials you need.

From basic HTML to CSS, and even advanced XML, SQL, JS, PHP and ASP.NET.

http://www.w3school.com.cn/

Five, Java framework class official website

1. Java management organization-JCP (Java Community Process) standard organization official website

https://www.jcp.org/en/jsr/summary?id=servlet+3.0

Note: The specifications maintained by JCP include J2ME , J2SE , J2EE , XML , OSS, JAIN, etc. Organization members can submit JSR (Java Specification Requests), after passing a specific program, enter the next version of the specification.

2. Tomcat official website

https://tomcat.apache.org

3. Spring official website

https://spring.io/

4. SpringMVC official website document

https://docs.spring.io/spring/docs/5.1.2.RELEASE/spring-framework-reference/web.html#mvc-ann-async

5. SpringCloud official Chinese website

https://springcloud.cc/

6, SpringCloud official English website

https://spring.io/projects/spring-cloud

7, OGNL expression

It is an expression like JSTL, which is a project under Apache

http://commons.apache.org/proper/commons-ognl/language-guide.html

8、Apache Commons

http://commons.apache.org

9, ONGL expression description

http://commons.apache.org/proper/commons-ognl

Six, excellent blog sorting that really solves the problem

1. Summary of the four major domain objects of JAVA

Guess you like

Origin blog.csdn.net/qinleilei7760631/article/details/109649367