# review **Repository Path**: jyl/review ## Basic Information - **Project Name**: review - **Description**: 温故而知新 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-07 - **Last Updated**: 2023-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 操作系统 > 计算机操作系统 进程管理、内存管理、设备管理、链接。 > [Linux](https://gitee.com/jyl/review/blob/master/note/Linux.md) 基本实现原理以及基本操作。 ### 网络 > [计算机网络](https://gitee.com/jyl/review/blob/master/note/计算机网络.md) 物理层、链路层、网络层、运输层、应用层。 > [HTTP](https://gitee.com/jyl/review/blob/master/note/HTTP.md) 方法、状态码、Cookie、缓存、连接管理、HTTPs、HTTP 2.0。 ### 面向对象 > [设计模式](https://gitee.com/jyl/review/blob/master/note/设计模式.md) Gof 的 23 种设计模式。 ### 数据库 > [数据库系统原理](https://gitee.com/jyl/review/blob/master/note/数据库系统原理.md) 事务、锁、隔离级别、MVCC、间隙锁、范式。 > MYSQL 存储引擎、索引、查询优化、切分、复制。 > [Redis](https://gitee.com/jyl/review/blob/master/note/redis.md) 五种数据类型、字典和跳跃表数据结构、使用场景、和 Memcache 的比较、淘汰策略、持久化、文件事件的 Reactor 模式、复制。 > [MongoDB](https://gitee.com/jyl/review/blob/master/note/mongodb.md) MongoDB ### Java > [Java基础](https://gitee.com/jyl/review/blob/master/note/java.md) 不会涉及很多基本语法介绍,主要是一些实现原理以及关键特性。 > [Java 容器](https://gitee.com/jyl/review/blob/master/note/Java%E5%AE%B9%E5%99%A8.md) 源码分析:ArrayList、Vector、CopyOnWriteArrayList、LinkedList、HashMap、ConcurrentHashMap、LinkedHashMap、WeekHashMap。 > [JVM虚拟机](https://gitee.com/jyl/review/blob/master/note/JVM.md) 运行时数据区域、垃圾收集、类加载。 > [Java 并发](https://gitee.com/jyl/review/blob/master/note/Java并发.md) 线程使用方式、两种互斥同步方法、线程协作、JUC、线程安全、内存模型、锁优化。 > [Java I/O](https://gitee.com/jyl/review/blob/master/note/Java%20IO.md) NIO 的原理以及实例。 ### 系统设计 > [集群](https://gitee.com/jyl/review/blob/master/note/集群.md) 负载均衡、Session 管理 > [分布式](https://gitee.com/jyl/review/blob/master/note/分布式.md) 分布式锁、分布式事务、CAP、BASE、Paxos、Raft > [缓存](https://gitee.com/jyl/review/blob/master/note/缓存.md) 缓存特征、缓存位置、缓存问题、数据分布、一致性哈希、LRU、CDN > [消息队列](https://gitee.com/jyl/review/blob/master/note/MQ.md) 消息处理模型、使用场景、可靠性 ### 开源框架 > spring spring全家桶 > mybatis mybatis与hibernate区别,事务 > Tomcat tomcat源码分析、调优 > [Dubbo](https://gitee.com/jyl/review/blob/master/note/Dubbo.md) Dubbo框架 > [springcloud](https://gitee.com/jyl/review/blob/master/note/springcloud.md) springcloud生态 ### 工具 > [压力测试工具](https://gitee.com/jyl/review/blob/master/note/ab.md) Apache ab ### DEVOPS > [Jenkins](https://gitee.com/jyl/review/blob/master/note/Jenkins.md) > [Going-to-production](https://gitee.com/jyl/review/blob/master/note/Going-to-production.md) CI & CD ### Cloud > [GCP](https://gitee.com/jyl/review/blob/master/note/GCP.md) > [GCP-fundamentals](https://gitee.com/jyl/review/blob/master/note/GCP-fundamentals.md) ### AI > [AI For Everyone](https://gitee.com/jyl/review/blob/master/note/AI-For-Everyone.md) > [Supervised Machine Learning](https://gitee.com/jyl/review/blob/master/note/Machine-Learning.md)