# code-guide **Repository Path**: initcap/code-guide ## Basic Information - **Project Name**: code-guide - **Description**: 记录成长过程中的知识点(Java开发人员) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 ::: tip 这里主要写的内容是什么? * 这个是本人在工作过程中的积累,方便回顾知识,梳理自己的薄弱环节 * 这里的记录方式会比较随意,一般都是工作中遇到知识点的积累 * 这里会记录一些设计思路,`切记`:程序设计过程中,引入的任何一个工具/组件,都应该做好前期调查评估(为什么要用?怎么使用?解决了什么问题?引入后会带来那些问题?与我们目前团队契合度有多高?工具/组件的底层原理是否掌握?是否有能力解决工具/组件带来的突发问题?),一定不要为了使用而使用。 * `座右铭`: 时间煮酒,代码写诗! * [个人学习代码仓库](https://gitee.com/initcap/initcap-learn) ::: ## Java学习路线 * [Spring Boot](https://github.com/spring-projects/spring-boot) * [SpringFramework](https://github.com/spring-projects/spring-framework) * [SpringAll](https://github.com/wuyouzhuguli/SpringAll) * [史上最简单的SpringCloud教程源码](https://github.com/forezp/SpringCloudLearning) * [Spring教程-tutorials](https://github.com/eugenp/tutorials) * [软件工程师技术面试个人指南-interviews](https://github.com/kdn251/interviews) * [算法-java](https://github.com/TheAlgorithms/Java) * [Google Java核心库](https://github.com/google/guava) * [JavaFamily](https://github.com/AobingJava/JavaFamily) * [java-learning](https://github.com/brianway/java-learning) * [StackOverFlow Java Top100问题(翻译)](https://github.com/giantray/stackoverflow-java-top-qa) * [Java学习+面试指南-JavaGuide](https://github.com/Snailclimb/JavaGuide) * [java-design-patterns](https://github.com/iluwatar/java-design-patterns) * [architect-awesome](https://github.com/xingshaocheng/architect-awesome) * [后端进阶必看的advanced](https://github.com/doocs/advanced-java) * [服务端项目基础组件-cat](https://github.com/dianping/cat) * [基于Java的开源分布式事务解决方案](https://github.com/seata/seata) * [基于MQ、SpringBoot、Redis、Dubbo的秒杀系统](https://github.com/qiurunze123/miaosha) * [数据分析开源系统-Apache Flink](https://github.com/apache/flink) * [Java开发手册](https://developer.aliyun.com/special/tech-java) * [阿里巴巴Java诊断工具Arthas](https://github.com/alibaba/arthas) * [阿里巴巴的开源项目-fastjson](https://github.com/alibaba/fastjson) * [阿里巴巴的开源项目-nacos](https://github.com/alibaba/nacos) * [基于Java的开源高性能框架-dubbo](https://github.com/apache/dubbo) * [SpringCloudAlibaba](https://github.com/alibaba/spring-cloud-alibaba)