# interview-docs **Repository Path**: bingoocode/interview-docs ## Basic Information - **Project Name**: interview-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 Java知识学习总结+JDK源码阅读笔记 [![码云](https://img.shields.io/badge/Gitee-%E7%A0%81%E4%BA%91-yellow.svg)](https://gitee.com/qinxuewu) [![Github](https://img.shields.io/badge/Github-Github-red.svg)](https://github.com/a870439570) ## 关于 - email: 870439570@qq.com - CSDN: https://blog.csdn.net/u010391342 - 简书:https://www.jianshu.com/u/65eeb288a0d9 - 掘金: https://juejin.im/user/5a289b556fb9a0450e760117 - 个人博客:https://blog.qinxuewu.club ## 开源小项目 - [boot-actuator](https://github.com/a870439570/boot-actuator): 基于Spring Boot 实现的监控远程服务器多个Java应用JVM性能图形化工具 - [blog-sharon](https://github.com/a870439570/blog-sharon): 一款简单微信小程序个人博客 - [Mongodb-WeAdmin](https://github.com/a870439570/Mongodb-WeAdmin): SpringBoot版Mongodb工具 # 快速访问 https://a870439570.github.io/interview-docs ## JAVA - [深入理解JVM](docs/2019/深入理解JVM.md) - [jvm监控命令](docs/JVM/jvm监控命令.md) - [(深入理解JUC)什么是AQS队列同步器](https://blog.csdn.net/u010391342/article/details/88657920) - [(深入理解JUC)分析ReentrantLock源码](https://blog.csdn.net/u010391342/article/details/88686965) - [(深入理解JUC)分析CountDownLatch源码](docs/2019/分析CountDownLatch源码.md) - [(深入理解JUC)分析CyclicBarrier同步屏障源码](docs/2019/CyclicBarrier.md) - [(深入理解JUC)分析Semaphore信号量源码](docs/2019/Semaphore.md) - [(深入理解JUC)ThreadLocal源码](https://blog.qinxuewu.club/2019/03/28/java/shen-ru-li-jie-threadlocal-yuan-ma) - [(深入理解JUC)ConcurrentLinkedQueue源码](https://blog.qinxuewu.club/2019/03/29/java/shen-ru-li-jie-concurrentlinkedqueue-yuan-ma) - [volatile的内存语义](https://blog.qinxuewu.club/2019/04/05/java/volatile-de-nei-cun-yu-yi) ## SpringBoot/SpringCloud/Spring - [SpringBoot2集成Sharding-JDBC实现分库分表](docs/2019/SpringBoot2集成Sharding-JDBC实现分库分表.md) - [SpringBoot自定义一个starter](docs/2019/SpringBoot自定义一个starter.md ) - [SpringBoot集成prometheus+Grafana监控](https://blog.qinxuewu.club/2019/04/02/spring-xi-lie/springboot-ji-cheng-prometheus-grafana-jian-kong) - [SpringBoot Admin监控集成](docs/Spring/SpringBootAdmin.md) - [SpringBoot集成ElasticSearch6.2版本](https://blog.csdn.net/u010391342/article/details/82153709) - [SpringBoot集成Kafka](https://blog.csdn.net/u010391342/article/details/81430402) - [SpringCloud集成eureka注册中心访问权限](https://blog.csdn.net/u010391342/article/details/83086519) - [SpringCloud集成Consul实现服务注册中心](https://blog.csdn.net/u010391342/article/details/83082801) - [SpringCloud服务链路追踪](docs/Spring/Springcloud服务链路追踪.md) - [SpringCloud Alibaba系列(一)服务注册](https://blog.csdn.net/u010391342/article/details/86655712) - [SpringCloud Alibaba系列(二)Sentinel应用的限流管理](https://blog.csdn.net/u010391342/article/details/86678637) - [SpringCloud Alibaba系列(三)Nacos Config配置中心](https://blog.csdn.net/u010391342/article/details/86702084) - [Spring集成dubbo实现服务降级](docs/Spring/Spring集成dubbo集群实现服务降级.md) - [SpringMVC生命周期](docs/Spring/SpringMvc生命周期.md) - [Spring Aop](docs/Spring/aop.md) ## 分布式 - [ELK分布式日志平台搭建](https://blog.csdn.net/u010391342/article/details/82895385) - [Netty入门(一)HelloWorld程序编写](https://blog.csdn.net/u010391342/article/details/83011198) - [Netty入门(二)TCP粘包与拆包问题处理](https://blog.csdn.net/u010391342/article/details/83011294) - [基于Zookeeper实现分布式锁和队列](https://blog.csdn.net/u010391342/article/details/82192933) - [ElasticSearch本地快速搭建与使用](https://blog.csdn.net/u010391342/article/details/82117389) ## 设计模式 - [创建型模式](docs/2019/创建型模式.md) - [结构型模式](docs/2019/结构型模式.md) - [行为型模式](docs/2019/行为型模式.md) ## 数据结构与算法 - [leetcode算法题](docs/leetcode/leetcodeJava.md) - [leetcode数据库算法题](docs/leetcode/sql算法.md) - [(大话数据结构01)顺序表和单链表的比较](https://blog.csdn.net/u010391342/article/details/86760777) - [(大话数据结构02)循环列表的实现](https://blog.csdn.net/u010391342/article/details/86767093) - [(大话数据结构03)什么是双向链表](https://blog.csdn.net/u010391342/article/details/86768074) - [(大话数据结构04)什么是栈](https://blog.csdn.net/u010391342/article/details/86773596) - [(大话数据结构05)什么是队列](https://blog.csdn.net/u010391342/article/details/86775025) - [(大话数据结构06)什么是二叉树](https://blog.csdn.net/u010391342/article/details/86990584) - [(大话数据结构07)查找算法](https://blog.csdn.net/u010391342/article/details/88715233) ## Storm系列 - [(一)环境搭建安装](docs/storm/storm01.md) - [(二)常用shell命令](docs/storm/storm02.md) - [(三)Java编写第一个本地模式demo](doc/storm/storm03.md) - [(四)并行度和流分组](docs/storm/storm04.md) - [(五)DRPC远程调用](docs/storm/storm05.md) - [(六)Trident使用](docs/storm/storm06.md) - [(七)集成kafka](docs/storm/storm07.md) ## hadoop系列 - [(一)伪分布式搭建](docs/hadoop/hadoop01.md) - [(二)HDFS shell操作](docs/hadoop/hadoop02.md) - [(三)HDFS的java api](docs/hadoop/hadoop03.md) - [(四)MapReduce分布式计算利器](docs/hadoop/hadoop04.md) - [HBase安装以及基本操作](docs/hadoop/hbase01.md) - [HBase之Java API 操作](docs/hadoop/hbase02.md) ## 知识点总结 - [多线程和JVM知识总结](docs/2019/多线程和JVM知识总结.md) - [JAVA核心技术36讲笔记](docs/2019/JAVA核心技术36讲.md) - [MySQL实战45讲笔记](docs/2019/MySQL实战45讲笔记.md) - [Zookeeper面试专题](docs/其它/Zookeeper面试专题.md) - [redis面试专题.md](docs/其它/redis面试.md) - [spring面试专题.md](docs/其它/spring.md) ## 随笔 - [docsify一个神奇的文档生成工具](docs/其它/docsify.md) - [Linux服务命令](docs/其它/Linxu服务命令.md) - [PMP备考练习题](docs/2019/PMP练习题.md) - [Docker学习笔记](docs/2019/docker笔记.md) - [Git的奇技淫巧](docs/https://github.com/521xueweihan/git-tips) - [图解剑指Offer](docs/https://github.com/ZXZxin/ZXBlog/tree/master/%E5%88%B7%E9%A2%98/Other/%E5%89%91%E6%8C%87Offer) - [互联网Java工程师进阶知识完全扫盲](https://github.com/doocs/advanced-java) - [pandownload百度网盘不限速下载](http://pandownload.com/index.html)