# JavaLight **Repository Path**: vi_cky/JavaLight ## Basic Information - **Project Name**: JavaLight - **Description**: Java知识汇总,仅做整理,请支持原创。 - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2021-01-01 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JavaLight ## 介绍 Java知识汇总。 ## 几个推荐的github项目 算法类: - labuladong的算法小抄:https://github.com/labuladong/fucking-algorithm - 力扣题解:https://github.com/Vicky509/leetcode-master - algorithm-pattern:https://github.com/greyireland/algorithm-pattern 技术类: - 纯洁的微笑SpringBoot:https://gitee.com/ityouknow/spring-boot-examples 面经类: - JavaGuide:https://github.com/Vicky509/JavaGuide - BestJavaer(cxuan):https://github.com/crisxuan/bestJavaer - CS-Note(cyc2018):https://github.com/CyC2018/CS-Notes - 大厂面试指北:https://gitee.com/kaoshanji/interviewGuide - 逆袭进大厂(拓跋阿秀):https://github.com/forthespada/InterviewGuide - CS-Tree:https://github.com/hanggegreat/CS-Tree - JavaBooks:https://github.com/Vicky509/JavaBooks - 三歪教你学Java:https://gitee.com/vi_cky/Java3y - Java工程师成神之路:https://github.com/hollischuang/toBeTopJavaer - 开发内功修炼:https://github.com/yanfeizhang/coder-kung-fu 资料类: - 剑指Java面试Offer直通车:https://blog.csdn.net/lucky_jiexia - 计算机科学速成课:https://github.com/1c7/Crash-Course-Computer-Science-Chinese ## 极客算法训练营:[刷题路径](https://gitee.com/vi_cky/JavaLight/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E6%9E%81%E5%AE%A2%E7%AE%97%E6%B3%95%E8%AE%AD%E7%BB%83%E8%90%A5/%E7%AE%97%E6%B3%95%E5%88%B7%E9%A2%98%E8%B7%AF%E5%BE%84.md) 第01课丨数据结构与算法总览 第02课丨训练准备和复杂度分析 第03课丨数组、链表、跳表 第04课丨栈、队列、优先队列、双端队列 第05课丨哈希表、映射、集合 第06课丨树、二叉树、二叉搜索树 第07课丨泛型递归、树的递归 第08课丨分治、回溯 第09课丨深度优先搜索和广度优先搜索 第10课丨贪心算法 第11课丨二分查找 第12课丨动态规划 第13课丨字典树和并查集 第14课丨高级搜索 第15课丨红黑树和AVL树 第16课丨位运算 第17课丨布隆过滤器和LRU缓存 第18课丨排序算法 第19课丨高级动态规划 第20课丨字符串算法 ## 剑指Offer ![image-20210402105157978](https://gitee.com/vi_cky/img/raw/master/static/image-20210402105157978.png) ### Easy—38道 : [题解](https://gitee.com/vi_cky/JavaLight/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E5%89%91%E6%8C%87Offer/%E5%89%91%E6%8C%87Offer%E2%80%94%E2%80%94Easy.md) ### Medium—31道:[题解](https://gitee.com/vi_cky/JavaLight/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E5%89%91%E6%8C%87Offer/%E5%89%91%E6%8C%87Offer%E2%80%94%E2%80%94Medium.md) ### Hard—6道:[题解](https://gitee.com/vi_cky/JavaLight/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B8%8E%E7%AE%97%E6%B3%95/%E5%89%91%E6%8C%87Offer/%E5%89%91%E6%8C%87Offer%E2%80%94%E2%80%94Hard.md) ## 读书笔记专题 ### 《Java编程思想》读书笔记 :[点击进入](https://gitee.com/vi_cky/JavaLight/blob/master/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0%E4%B8%93%E9%A2%98/Java%E7%BC%96%E7%A8%8B%E6%80%9D%E6%83%B3%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0.md) ### 《Offer来了》读书笔记:[点击进入](https://gitee.com/vi_cky/JavaLight/tree/master/%E8%AF%BB%E4%B9%A6%E7%AC%94%E8%AE%B0%E4%B8%93%E9%A2%98/Offer%E6%9D%A5%E4%BA%86%E7%AC%94%E8%AE%B0) ### 《Java核心技术》读书笔记:[点击进入](https://www.wshunli.com/posts/9c87288c.html) ### 《Java多线程编程核心技术》读书笔记:[点击进入](https://www.wshunli.com/posts/4e70966b.html) ### 《深入理解Java虚拟机》读书笔记:[点击进入](https://www.wshunli.com/posts/7eb96b02.html) ## 博客专栏学习 ### java虚拟机系列31篇:[点击进入](http://www.itsoku.com/article/115) ![image-20201209105226681](https://gitee.com/vi_cky/img/raw/master/static/image-20201209105226681.png) ### Java高并发系列34篇:[点击进入](http://www.itsoku.com/article/264#menu_0) ![image-20201209100018227](https://gitee.com/vi_cky/img/raw/master/static/image-20201209100018227.png) ### 深入浅出Java多线程:[点击进入](http://concurrent.redspider.group/) ![image-20201209105136344](https://gitee.com/vi_cky/img/raw/master/static/image-20201209105136344.png) ### Mysql系列27篇:[点击进入](http://www.itsoku.com/article/264#menu_1) ![[image-20201209100748676](http://www.itsoku.com/article/264#menu_1)](https://gitee.com/vi_cky/img/raw/master/static/image-20201209100748676.png) ### Mybatis系列12篇:[点击进入](http://www.itsoku.com/article/264#menu_3) ![[image-20201209101810834]](https://gitee.com/vi_cky/img/raw/master/static/image-20201209101810834.png) ### Spring高手系列50+篇:[点击进入](https://mp.weixin.qq.com/s/E7wNLtU-453b9YC3XoUvqQ) ![image-20201209103834732](https://gitee.com/vi_cky/img/raw/master/static/image-20201209103834732.png) ### Spring Boot2 教程合集:[点击进入](https://www.javaboy.org/springboot/) ![image-20210413143958756](https://gitee.com/vi_cky/img/raw/master/static/image-20210413143958756.png) ### Maven系列10篇:[点击进入](http://www.itsoku.com/article/264#menu_2) ![image-20201209101324930](https://gitee.com/vi_cky/img/raw/master/static/image-20201209101324930.png) ### 正则表达式系列7篇:[点击进入](http://www.itsoku.com/tag/29) ![image-20201209104856760](https://gitee.com/vi_cky/img/raw/master/static/image-20201209104856760.png) ### labuladong的算法小抄:[点击进入](https://labuladong.gitee.io/algo/) ![labuladong的算法小抄](https://gitee.com/vi_cky/img/raw/master/static/20201209105928.png) > 引用网址列表: > > - http://www.itsoku.com/ > - http://concurrent.redspider.group/ > - https://labuladong.gitbook.io/algo/ > - https://www.zhihu.com/column/heart-of-coding > - https://www.wshunli.com/ >