# learn-java-notes **Repository Path**: caojx-git/learn-java-notes ## Basic Information - **Project Name**: learn-java-notes - **Description**: 该仓库主要用于存放Java学习相关笔记,相关代码主要存放于 https://github.com/caojx-git/learn-java-codes 仓库存 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2019-08-14 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn-java-notes learn-java-codes仓库主要用于存放**Java**相关的学习笔记、项目等,每学习一个新的知识我都会写笔记,相关代码结合[learn-java-codes](https://github.com/caojx-git/learn-java-codes) ,因为工作中并不会一定用到,怕忘了,重学习的成本太高。目前笔记主要偏向于入门,笔记多数是自己写的,有些笔记来自网友,觉得很好就直接拿过来了,感谢他们的辛勤付出。**由于GitHub不会显示笔记目录结构,如果觉笔记还不错,建议将笔记下载到本地使用[Markdown](https://www.typora.io/)编辑器打开,可以显示目录结构,方便查看**。由于我的水平有限,编写时间仓促,笔记中难免会存在一些错误或不准确的地方,恳请读者批评指正,同时也欢迎有兴趣的朋友推送干货。我的邮箱是caojx_wy@163.com。 个人csdn博客:http://blog.csdn.net/u014292162 提示:由于原仓库learn中包含code、notes两大模块,比较重,现在分为如下两个仓库 **github:** - [learn-java-codes](https://github.com/caojx-git/learn-java-codes) 用于存放相关项目源代码 - [learn-java-notes](https://github.com/caojx-git/learn-java-notes) 用于存放学习笔记 **gitee:** - [learn-java-codes](https://gitee.com/caojx-git/learn-java-codes) 用于存放相关项目源代码 - [learn-java-notes](https://gitee.com/caojx-git/learn-java-notes) 用于存放学习笔记 下图是[Markdown](https://www.typora.io/)编辑器本地查看效果,可以很方便的查看到目录结构,我是在mac平台上编辑的,windows平如果显示效果不佳请更换其他Markdown编辑器。 ![图片](./images/markdown/markdown_1.png) ## 目录 - [activiti](https://github.com/caojx-git/learn-java-notes/tree/master/activiti) - [activeMQ](https://github.com/caojx-git/learn-java-notes/tree/master/activeMQ) - [docker](https://github.com/caojx-git/learn-java-notes/tree/master/docker) - [dubbo](https://github.com/caojx-git/learn-java-notes/tree/master/dubbo) - [ehcache](https://github.com/caojx-git/learn-java-notes/tree/master/ehcache) - [elasticsearch](https://github.com/caojx-git/learn-java-notes/tree/master/elasticsearch) - [freemarker](https://github.com/caojx-git/learn-java-notes/tree/master/freemarker) - [git](https://github.com/caojx-git/learn-java-notes/tree/master/git) - [gradle](https://github.com/caojx-git/learn-java-notes/tree/master/gradle) - [idea](https://github.com/caojx-git/learn-java-notes/tree/master/idea) - [java](https://github.com/caojx-git/learn-java-notes/tree/master/java) - [jdbc](https://github.com/caojx-git/learn-java-notes/tree/master/jdbc) - [jenkins](https://github.com/caojx-git/learn-java-notes/tree/master/jenkins) - [json](https://github.com/caojx-git/learn-java-notes/tree/master/json) - [junit4](https://github.com/caojx-git/learn-java-notes/tree/master/junit4) - [linux](https://github.com/caojx-git/learn-java-notes/tree/master/linux) - [log](https://github.com/caojx-git/learn-java-notes/tree/master/log) - [markdown](https://github.com/caojx-git/learn-java-notes/tree/master/markdown) - [maven](https://github.com/caojx-git/learn-java-notes/tree/master/maven) - [memcached](https://github.com/caojx-git/learn-java-notes/tree/master/memcached) - [mybatis](https://github.com/caojx-git/learn-java-notes/tree/master/mybatis) - [mysql](https://github.com/caojx-git/learn-java-notes/tree/master/mysql) - [nginx](https://github.com/caojx-git/learn-java-notes/tree/master/nginx) - [oracle](https://github.com/caojx-git/learn-java-notes/tree/master/oracle) - [redis](https://github.com/caojx-git/learn-java-notes/tree/master/redis) - [spring](https://github.com/caojx-git/learn-java-notes/tree/master/spring) - [shiro](https://github.com/caojx-git/learn-java-notes/tree/master/shiro) - [timedTask](https://github.com/caojx-git/learn-java-notes/tree/master/timedTask) - [tomcat](https://github.com/caojx-git/learn-java-notes/tree/master/tomcat) - [tools](https://github.com/caojx-git/learn-java-notes/tree/master/tools) - [webservice](https://github.com/caojx-git/learn-java-notes/tree/master/webservice) - [xmind](https://github.com/caojx-git/learn-java-notes/tree/master/xmind) - [xml](https://github.com/caojx-git/learn-java-notes/tree/master/xml) - [设计模式](https://github.com/caojx-git/learn-java-notes/tree/master/设计模式) - [正则表达式](https://github.com/caojx-git/learn-java-notes/tree/master/正则表达式)