#JavaTutorial(Java教程) 在成长的过程中,会学到许多新的知识;在项目实践过程中,经常需要学习新的技术。但经过一段时间后,这些知识点和技术又忘得差不多了,等到要用的时候又要搜索很多的资料从头到尾学习一次,浪费很多的时间,没有沉淀和积累。
在这里,通过文章和代码,把这些知识点和技术的主要内容记录并汇总,供自己快速回顾,也分享给他人。涉及的内容有:
- Java基础
- Java中级
- Java高级
- Java企业开发
#Java基础 ##数据结构
##数据库 ###代码
##Redis ###代码
#Java中级 ##反射 ###代码
##序列化与反序列化 ###Json ####Gson #####代码
#####文章
##定时器 ###代码
##设计模式 ###代码
##单元测试 ###文章
- 单元测试 - JUnit+Ant自动化执行单元测试并生成报告 | How to Automated Unit Testing with JUnit and Ant
- 单元测试 - JUnit+Ant+Cobertura生成单元测试代码覆盖率 | How to Generate Code Coverage Report With Junit And Cobertura
- 使用Jetty实现Http Server Mock作单元测试
- 使用WireMock实现Http Server Mock作单元测试
##其他 ###代码
#Java高级 ##网络与I/O ###代码
####Netty 4.0.x
###文章
- NIO - 入门篇(笔记)
- NIO - 文件锁(笔记)
- 缓冲区操作和内存映射
- Java网络处理模型-阻塞I/O+多线程
- Java网络处理模型-阻塞I/O+线程池
- Reactor模式与非阻塞I/O | Reactor Pattern and NIO
##线程与并发 ###代码
###文章
###代码
###文章
##加密解密 ###代码
#Java企业开发 ##开源框架 ###文章
- Struts2 - 支持JSON / Using json in struts2
- Struts2 - Unable to load configuration. - bean 错误解决
- Spring IBatis Struts2 集成之一:Spring与IBatis集成 | Spring IBatis Struts2 Integration I: Spring Integrates with IBatis
- Spring IBatis Struts2 集成之二:Spring与Struts2集成 | Spring IBatis Struts2 Integration II: Spring Integrates with Struts2
##XML ###代码
###文章
- EJB3 - 使用Eclipse和JBoss开发和部署Session Bean | How to create Session Bean using JBoss and Eclipse
- EJB3 - 使用Eclipse和JBoss开发和部署Entity Bean | How to create Entity Bean using JBoss and Eclipse
##Tomcat ###文章
##Jetty
##JBoss ###文章
#Java工具 ##文章