forked from caojx-git/learn-java-codes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.md
48 lines (43 loc) · 3.69 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
learn仓库主要用于存放**Java**相关的学习笔记、项目等,每学习一个新的知识我都会写笔记,因为工作中并不会一定用到,怕忘了,重学习的成本太高。目前笔记主要偏向于入门,笔记多数是自己写的,有些笔记来自网友,觉得很好就直接拿过来了,感谢他们的辛勤付出。**由于GitHub不会显示笔记目录结构,如果觉笔记还不错,建议将笔记下载到本地使用[Markdown](https://www.typora.io/)编辑器打开,可以显示目录结构,方便查看**。若发现有误欢迎指正,也欢迎他人充实本仓库内容。
个人csdn博客:http://blog.csdn.net/u014292162
learn仓库有如下两大模块
- [code](https://github.com/caojx-git/learn/tree/master/code) 用于存放相关项目源代码
- [notes](https://github.com/caojx-git/learn/tree/master/notes) 用于存放学习笔记
下图是[Markdown](https://www.typora.io/)编辑器本地查看效果,可以很方便的查看到目录结构,我是在mac平台上编辑的,windows平如果显示效果不佳请更换其他Markdown编辑器。

## 目录
- [activiti](https://github.com/caojx-git/learn/tree/master/notes/activiti)
- [activeMQ](https://github.com/caojx-git/learn/tree/master/notes/activeMQ)
- [docker](https://github.com/caojx-git/learn/tree/master/notes/docker)
- [dubbo](https://github.com/caojx-git/learn/tree/master/notes/dubbo)
- [ehcache](https://github.com/caojx-git/learn/tree/master/notes/ehcache)
- [elasticsearch](https://github.com/caojx-git/learn/tree/master/notes/elasticsearch)
- [freemarker](https://github.com/caojx-git/learn/tree/master/notes/freemarker)
- [git](https://github.com/caojx-git/learn/tree/master/notes/git)
- [gradle](https://github.com/caojx-git/learn/tree/master/notes/gradle)
- [idea](https://github.com/caojx-git/learn/tree/master/notes/idea)
- [java](https://github.com/caojx-git/learn/tree/master/notes/java)
- [jdbc](https://github.com/caojx-git/learn/tree/master/notes/jdbc)
- [jenkins](https://github.com/caojx-git/learn/tree/master/notes/jenkins)
- [json](https://github.com/caojx-git/learn/tree/master/notes/json)
- [junit4](https://github.com/caojx-git/learn/tree/master/notes/junit4)
- [linux](https://github.com/caojx-git/learn/tree/master/notes/linux)
- [log](https://github.com/caojx-git/learn/tree/master/notes/log)
- [markdown](https://github.com/caojx-git/learn/tree/master/notes/markdown)
- [maven](https://github.com/caojx-git/learn/tree/master/notes/maven)
- [memcached](https://github.com/caojx-git/learn/tree/master/notes/memcached)
- [mybatis](https://github.com/caojx-git/learn/tree/master/notes/mybatis)
- [mysql](https://github.com/caojx-git/learn/tree/master/notes/mysql)
- [nginx](https://github.com/caojx-git/learn/tree/master/notes/nginx)
- [oracle](https://github.com/caojx-git/learn/tree/master/notes/oracle)
- [redis](https://github.com/caojx-git/learn/tree/master/notes/redis)
- [spring](https://github.com/caojx-git/learn/tree/master/notes/spring)
- [shiro](https://github.com/caojx-git/learn/tree/master/notes/shiro)
- [timedTask](https://github.com/caojx-git/learn/tree/master/notes/timedTask)
- [tomcat](https://github.com/caojx-git/learn/tree/master/notes/tomcat)
- [tools](https://github.com/caojx-git/learn/tree/master/notes/tools)
- [webservice](https://github.com/caojx-git/learn/tree/master/notes/webservice)
- [xmind](https://github.com/caojx-git/learn/tree/master/notes/xmind)
- [xml](https://github.com/caojx-git/learn/tree/master/notes/xml)
- [设计模式](https://github.com/caojx-git/learn/tree/master/notes/设计模式)
- [正则表达式](https://github.com/caojx-git/learn/tree/master/notes/正则表达式)