Skip to content

Commit d1b6084

Browse files
committed
update readme
1 parent 54c870d commit d1b6084

1 file changed

Lines changed: 33 additions & 37 deletions

File tree

README.md

Lines changed: 33 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
> **原创文章每周更新**。公众号首发。技术文字在写的过程中难免会有纰漏,或者细节不够完善。大家发现问题,可以及时给我 PR 反馈,也可以去 [公众号](https://github.com/niumoo/JavaNotes#%E5%85%AC%E4%BC%97%E5%8F%B7) 给我留言,或者加我 [微信](https://github.com/niumoo/JavaNotes#联系我) 直接说明,我都会及时更正,哪怕是一个错别字。加油!奥利给!
1+
> **原创文章每周更新**。技术文字在写的过程中难免会有纰漏,或者细节不够完善。大家发现问题,可以及时给我 PR 反馈,也可以去 [公众号](https://github.com/niumoo/JavaNotes#%E5%85%AC%E4%BC%97%E5%8F%B7) 给我留言,或者加我 [微信](https://github.com/niumoo/JavaNotes#联系我) 直接说明,我都会及时更正,哪怕是一个错别字。加油!奥利给!
2+
3+
24

35
<h1 align="center"> Java Notes </h1>
46
<p align="center">
@@ -15,21 +17,6 @@
1517

1618
文章内容也都可以访问网站 [www.wdbyte.com](https://www.wdbyte.com) 进行阅读。
1719

18-
19-
20-
### 🔬 JDK 源码分析
21-
22-
面试必备的 JDK 源码分析。探寻 JDK 大佬的设计思路。没有链接部分为后续更新内容,持续更新中。
23-
24-
- [集合 -「源码分析」最通俗易懂的 HashMap 源码分析解读](https://mp.weixin.qq.com/s/q-rWq79HmzPe08gyfOjaIA)
25-
- [集合 -「源码分析」还不懂 ConcurrentHashMap ?这份源码分析了解一下](https://mp.weixin.qq.com/s/AHWzboztt53ZfFZmsSnMSw)
26-
- [集合 -「源码分析」ArrayList和LinkedList如何实现的?我看你还有机会!](https://mp.weixin.qq.com/s/_x3K_iK4ZimLL4qdS7UZ8Q)
27-
- [集合 -「源码分析」CopyOnWriteArrayList 中的隐藏知识,你Get了吗?](https://mp.weixin.qq.com/s/NbBUmNkp5JqDGp_WRA3GGA)
28-
- 集合 - HashSet & TreeSet & LinkedHashSet
29-
- 基础类 - Object
30-
- 基础类 - String
31-
- 基础类 - StringBuffer & StringBuilder
32-
3320
### 🌿 SpringBoot 2.x
3421

3522
下面所有 SpringBoot 2.x 文章对应的代码示例都在这里 [Github.com/niumoo/springboot](https://github.com/niumoo/springboot) 仓库。
@@ -47,12 +34,12 @@
4734
- [Springboot 系列(九)使用 Spring JDBC 和 Druid 数据源监控](https://mp.weixin.qq.com/s/lp-mmjocibzPB8-CnGSe4Q)
4835
- [Springboot 系列(八)动态Banner与图片转字符图案的手动实现](https://mp.weixin.qq.com/s/nQq3KS7l2B9wr90aOe0cEw)
4936
- [Springboot 系列(七)web 开发之异常错误处理机制剖析](https://mp.weixin.qq.com/s/AidIrbZm3FSWAqo5_2QE2g)
50-
- [Springboot 系列(六)web 开发之拦截器和三大组件](https://github.com/niumoo/JavaNotes/blob/master/docs/springboot/springboot-06-web-filter-apo-webbase.md) | [微信链接](https://mp.weixin.qq.com/s/yM87mQC4HQ5O_ZyunW0JkQ)
51-
- [Springboot 系列(五)web 开发之静态资源和模版引擎](https://github.com/niumoo/JavaNotes/blob/master/docs/springboot/springboot-05-web-static-template.md) | [微信链接](https://mp.weixin.qq.com/s/IFzyTlpkAyHY4Li4mPERKg)
52-
- [Springboot 系列(四)Spring Boot 日志框架](https://github.com/niumoo/JavaNotes/blob/master/docs/springboot/springboot-04-log.md) | [微信链接](https://mp.weixin.qq.com/s/fpSmM7fXFTVRV_5qP94xXw)
53-
- [Springboot 系列(三)Spring Boot 自动配置](https://github.com/niumoo/JavaNotes/blob/master/docs/springboot/springboot-03-auto-config.md) | [微信链接](https://mp.weixin.qq.com/s/fehMKv3DUTnB2w_0cSdnhQ)
54-
- [Springboot 系列(二)Spring Boot 配置文件](https://github.com/niumoo/JavaNotes/blob/master/docs/springboot/springboot-02-config.md) | [微信链接](https://mp.weixin.qq.com/s/g_yISWxL7mpGvqaT9uKa4g)
55-
- [Springboot 系列(一)Spring Boot 入门篇](https://github.com/niumoo/JavaNotes/blob/master/docs/springboot/springboot-01-quick-start.md) | [微信链接](https://mp.weixin.qq.com/s/iQapGQ3oErzBTxCvD7USNw)
37+
- [Springboot 系列(六)web 开发之拦截器和三大组件](https://mp.weixin.qq.com/s/yM87mQC4HQ5O_ZyunW0JkQ)
38+
- [Springboot 系列(五)web 开发之静态资源和模版引擎](https://mp.weixin.qq.com/s/IFzyTlpkAyHY4Li4mPERKg)
39+
- [Springboot 系列(四)Spring Boot 日志框架](https://mp.weixin.qq.com/s/fpSmM7fXFTVRV_5qP94xXw)
40+
- [Springboot 系列(三)Spring Boot 自动配置](https://mp.weixin.qq.com/s/fehMKv3DUTnB2w_0cSdnhQ)
41+
- [Springboot 系列(二)Spring Boot 配置文件](https://mp.weixin.qq.com/s/g_yISWxL7mpGvqaT9uKa4g)
42+
- [Springboot 系列(一)Spring Boot 入门篇](https://mp.weixin.qq.com/s/iQapGQ3oErzBTxCvD7USNw)
5643

5744
### ☕ Java 新特性
5845

@@ -74,6 +61,19 @@ Java 版本任你发,我用 Java 8 。但是多学点这种装x技巧总没错
7461
- [Java 7 新特性 - 还看不懂同事代码?快来补一波 Java 7 语法特性](https://mp.weixin.qq.com/s/fdW1wwcYgg0INixN4BtgbQ)
7562
- [Java 7 新特性 - 和低效 IO 说再见,回头补一波 Java 7 的 NIO.2 特性](https://mp.weixin.qq.com/s/STux58HOjz4eAZ3sHYFVzw)
7663

64+
### 🔬 JDK 源码分析
65+
66+
面试必备的 JDK 源码分析。探寻 JDK 大佬的设计思路。没有链接部分为后续更新内容,持续更新中。
67+
68+
- [集合 -「源码分析」最通俗易懂的 HashMap 源码分析解读](https://mp.weixin.qq.com/s/q-rWq79HmzPe08gyfOjaIA)
69+
- [集合 -「源码分析」还不懂 ConcurrentHashMap ?这份源码分析了解一下](https://mp.weixin.qq.com/s/AHWzboztt53ZfFZmsSnMSw)
70+
- [集合 -「源码分析」ArrayList和LinkedList如何实现的?我看你还有机会!](https://mp.weixin.qq.com/s/_x3K_iK4ZimLL4qdS7UZ8Q)
71+
- [集合 -「源码分析」CopyOnWriteArrayList 中的隐藏知识,你Get了吗?](https://mp.weixin.qq.com/s/NbBUmNkp5JqDGp_WRA3GGA)
72+
- 集合 - HashSet & TreeSet & LinkedHashSet
73+
- 基础类 - Object
74+
- 基础类 - String
75+
- 基础类 - StringBuffer & StringBuilder
76+
7777
### 💻 Java 并发编程
7878

7979
- 线程基础之通知、等待、休眠、让行、中断
@@ -130,6 +130,7 @@ Java 版本任你发,我用 Java 8 。但是多学点这种装x技巧总没错
130130
一款好用的工具,不仅可以装X,更可以让你事半功倍,准时下班。
131131

132132

133+
- [Java 反编译工具的使用与对比分析](https://mp.weixin.qq.com/s/YfmxrtMwNqJvEb0q-ti9sg)
133134
- [可以Postman,也可以cURL.进来领略下cURL的独门绝技](https://github.com/niumoo/JavaNotes/blob/master/docs/tool/tool-curl.md) | [微信链接](https://mp.weixin.qq.com/s/jK4ctq5VQjw4oPSO0gEp6Q)
134135
- [抛弃Eclipse,投入IDEA 的独孤求败江湖](https://github.com/niumoo/JavaNotes/blob/master/docs/tool/tool-idea-skill.md)| [微信链接](https://mp.weixin.qq.com/s/-jzzxd_eEmTGVntabhT-CA)
135136
- [使用Apache Ant 进行Java web项目打包并部署至TOMCAT](https://github.com/niumoo/JavaNotes/blob/master/docs/tool/tool-apache-ant.md)| [网站链接](https://www.wdbyte.com/2017/11/develop/tool-apache-ant/)
@@ -139,22 +140,17 @@ Java 版本任你发,我用 Java 8 。但是多学点这种装x技巧总没错
139140
- [Manjaro Linux 入门使用教程](https://github.com/niumoo/JavaNotes/blob/master/docs/linux/linux-manjaro.md)| [微信链接](https://mp.weixin.qq.com/s/ulueZbYaADsVbX23Fu-lzQ)
140141
- [Ubuntu18 的超详细常用软件安装](https://github.com/niumoo/JavaNotes/blob/master/docs/linux/linux-ubuntu-start.md)| [微信链接](https://mp.weixin.qq.com/s/AKlVxkzwoyvcLDPPXlpm8g)
141142

142-
### 开发技巧
143+
### Java 开发
143144

145+
- [Java 中 RMI 的使用](https://mp.weixin.qq.com/s/O8TmNuu5buJVNbnT6JH98Q)
146+
- [我是如何白嫖 Github 服务器自动抓取每日必应壁纸的?](https://mp.weixin.qq.com/s/-jgVDsVrq2kMGztP9RqMqw)
144147
- [三种骚操作绕过迭代器遍历时的数据修改异常](https://mp.weixin.qq.com/s/jvrb75rlo8iZAZS7bTuPfw)
145-
146148
- [Guava - 拯救垃圾代码,写出优雅高效,效率提升N倍](https://mp.weixin.qq.com/s/sKSsOi-IiLRIgb20KSrgcw)
147-
148-
- [「1024」专属序猿的快乐,惊奇迷惑代码大赏](https://mp.weixin.qq.com/s/sKSsOi-IiLRIgb20KSrgcw)
149-
149+
- [「1024」专属序猿的快乐,惊奇迷惑代码大赏](https://mp.weixin.qq.com/s/sKSsOi-IiLRIgb20KSrgcw)
150150
- [一篇有趣的负载均衡算法实现](https://github.com/niumoo/JavaNotes/blob/master/docs/algorithm/负载均衡.md) | [微信链接](https://mp.weixin.qq.com/s/jNIxbw9sUPMZr_Fw_EFKFQ)
151-
152151
- [撸了个多线程断点续传下载器,我从中学习到了这些知识](https://github.com/niumoo/JavaNotes/blob/master/docs/tool/tool-java-download.md) | [微信链接](https://mp.weixin.qq.com/s/bI5xYq3jUtp-sviKlzHtNg)
153-
154152
- [Java 开发的编程噩梦,这些坑你没踩过算我输](https://github.com/niumoo/JavaNotes/blob/master/docs/java/java-think-code-standards.md) | [微信链接](https://mp.weixin.qq.com/s/6JZjVO3rj5WRgdc88XfA0w)
155-
156153
- [如何使用 Lombok 进行优雅的编码](https://github.com/niumoo/JavaNotes/blob/master/docs/tool/tool-Lombok.md)| [网站链接](https://www.wdbyte.com/2018/12/develop/tool-Lombok/)
157-
158154
- [使用MyBatis Generator自动生成Model、Dao、Mapper相关代码](https://github.com/niumoo/JavaNotes/blob/master/docs/tool/tool-mybatis-generator.md)| [网站链接](https://www.wdbyte.com/2017/11/develop/tool-mybatis-generator/)
159155
### 💬 消息中间件
160156

@@ -174,21 +170,21 @@ Java 版本任你发,我用 Java 8 。但是多学点这种装x技巧总没错
174170

175171
### 🏃 我的痕迹
176172

173+
我的网站:[https://www.wdbyte.com/](https://www.wdbyte.com/)
174+
177175
GitHub:[https://github.com/niumoo](https://github.com/niumoo)
178176

179177
CSDN:[https://niumoo.blog.csdn.net/](https://niumoo.blog.csdn.net/)
180178

181179
博客园:[https://www.cnblogs.com/niumoo/](https://www.cnblogs.com/niumoo/)
182180

183-
掘 金:[https://juejin.im/user/5a62d481f265da3e2a0dac9b](https://juejin.im/user/5a62d481f265da3e2a0dac9b)
181+
金:[https://juejin.im/user/5a62d481f265da3e2a0dac9b](https://juejin.im/user/5a62d481f265da3e2a0dac9b)
184182

185-
思 否:[https://segmentfault.com/u/niumoo](https://segmentfault.com/u/niumoo)
183+
否:[https://segmentfault.com/u/niumoo](https://segmentfault.com/u/niumoo)
186184

187-
知 乎:[https://www.zhihu.com/people/bpdwn](https://www.zhihu.com/people/bpdwn)
188-
189-
我的网站:[https://www.wdbyte.com/](https://www.wdbyte.com/)
185+
知 乎:[https://www.zhihu.com/people/bpdwn](https://www.zhihu.com/people/bpdwn)
190186

191-
公众号:微信搜索「 **未读代码** 」每一篇文字都会都先在公众号进行发布。
187+
公众号: **未读代码**
192188

193189
### 联系我
194190

0 commit comments

Comments
 (0)