Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niumoo/lab-notes
😍 有趣的想法 & 有意思灵感 & 小算法实验室,犄角旮旯乱七八糟代码杂货铺,新奇好玩都在这里。
https://github.com/niumoo/lab-notes
algorithm java office
Last synced: about 13 hours ago
JSON representation
😍 有趣的想法 & 有意思灵感 & 小算法实验室,犄角旮旯乱七八糟代码杂货铺,新奇好玩都在这里。
- Host: GitHub
- URL: https://github.com/niumoo/lab-notes
- Owner: niumoo
- Created: 2018-10-22T16:00:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:31:25.000Z (over 1 year ago)
- Last Synced: 2023-11-07T16:24:18.736Z (about 1 year ago)
- Topics: algorithm, java, office
- Language: Java
- Homepage:
- Size: 182 KB
- Stars: 112
- Watchers: 6
- Forks: 80
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java 有趣实验室,**原创文章每周更新**。公众号首发。技术文字在写的过程中难免会有纰漏,或者细节不够完善。大家发现问题,可以及时给我 PR 反馈,也可以去 [**公众号**](https://github.com/niumoo/JavaNotes#%E5%85%AC%E4%BC%97%E5%8F%B7) 给我留言,或者加我 [微信](https://github.com/niumoo/JavaNotes#联系我) 直接说明,我都会及时更正,哪怕是一个错别字。加油!奥利给!
Lab Notes
这个仓库主要是记录一些有趣有意思的东西,以**源码**为主,每一个源码基本上都会对应一篇文章说明,文章可以在我的 [公众号](https://github.com/niumoo/JavaNotes#%E5%85%AC%E4%BC%97%E5%8F%B7) 或者仓库 [Github:niumoo/JavaNotes](https://github.com/niumoo/JavaNotes) 查看。
### ☕ 实验室
- [Java 热加载的手动实现](https://github.com/niumoo/lab-notes/blob/master/java-lab/src/main/java/com/wdbyte/lab/classloader)
- [Java 同步阻塞模式(Blocking IO)](https://github.com/niumoo/lab-notes/blob/master/java-lab/src/main/java/com/wdbyte/lab/io/)
- [Java 同步非阻塞模式(Non-Blocking IO)](https://github.com/niumoo/lab-notes/blob/master/java-lab/src/main/java/com/wdbyte/lab/io/)
- [Java 多路复用模式(Selector Non-Blocking IO)](https://github.com/niumoo/lab-notes/blob/master/java-lab/src/main/java/com/wdbyte/lab/io/)
- [Java 简单的秒杀系统](https://github.com/niumoo/lab-notes/blob/master/web-goodskill/)
- [Java 图片转字符图案](https://github.com/niumoo/lab-notes/blob/master/java-lab/src/main/java/com/wdbyte/lab/other/GeneratorTextImage.java)
- [Java 性能分析工具使用案例 - Arthas](https://github.com/niumoo/lab-notes/blob/master/web-arthas/)
- [Java 性能分析工具使用案例 - async-profiler](https://github.com/niumoo/lab-notes/blob/master/web-arthas/src/main/java/com/wdbyte/arthas/HotCode.java)
- [常见的负载均衡算法](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/other/)
- [三种并发修改异常的绕过方式](https://github.com/niumoo/lab-notes/blob/master/java-lab/src/main/java/com/wdbyte/lab/jdk/ModCountExceptionDemo.java)### 🍭 剑指Offer算法题目
- [剑指 Offer 002:单例模式](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/offer/)
- [剑指 Offer 003:查找重复数字](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/offer/)
- [剑指 Offer 004:矩阵查找数字是否存在](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/offer/)
- [剑指 Offer 005:反转链表](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/offer/)
- [剑指 Offer 007:两个栈实现一个队列](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/offer/)### ⏳ 小算法
- [字符串均匀分批](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/other)
- [字符串排列组合](https://github.com/niumoo/lab-notes/blob/master/java-algorithm/src/main/java/com/wdbyte/other)### 联系我
可以添加我的微信 wn8398 一起交流。
### 公众号
有帮助可以点「**赞**」在看或 :star: **Star**,谢谢你!
如果大家想要实时关注我更新的文章以及分享的干货的话,可以关注「 **未读代码** 」公众号。
![公众号](https://cdn.jsdelivr.net/gh/niumoo/cdn-assets/webinfo/weixin-public.jpg)