Java 内容

* Java SE

  • Java开发基础
  • Java异常处理
  • Java泛型与反射
  • Java IO基础
  • JUnit单元测试
  • Java多线程开发
  • Maven基础  https://www.yiibai.com/maven/
  • Java网络编程
  • Java数据库开发
  • Java函数式编程

* Java EE

  • servlet
  • jsp
  • spring
  • mybatis
var a = ["servlet", "jsp", "spring", "mybatis"]

a.reduce(function(a, c) {
    return a += "<li>" + c + "</li>"
}, "<ul>") + "</ul>"

学习资料:

https://github.com/crossoverJie/Java-Interview  基础知识

https://github.com/iluwatar/java-design-patterns  设计模式

https://github.com/eugenp/tutorials   spring教程

一些开源项目:

https://github.com/GoogleContainerTools/jib 

https://github.com/google/data-transfer-project

https://github.com/spring-projects/spring-boot 

https://github.com/proxyee-down-org/proxyee-down 

https://github.com/elastic/elasticsearch

https://github.com/vipshop/vjtools    唯品会Java开发手册

https://github.com/Wechat-Group/weixin-java-tools    微信开发  

https://github.com/apache/incubator-dubbo 

https://github.com/google/guava S

https://github.com/alibaba/nacos

https://github.com/UCodeUStory/S-MVP 

  

https://blog.csdn.net/t4i2b10X4c22nF6A/article/details/81278747

CSDN

猜你喜欢

转载自blog.csdn.net/fareast_mzh/article/details/81463896