| Java 全栈知识体系 | https://pdai.tech/ |
| ❁导航 | https://pdai.tech/md/resource/tools.html |
| ♥面试 | https://pdai.tech/md/interview/x-interview.html |
| ✿导读 | https://pdai.tech/md/outline/x-outline.html |
| Java 面向对象基础 | https://pdai.tech/md/java/basic/java-basic-oop.html |
| Java 基础知识体系 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html |
| Java 集合框架详解 | https://pdai.tech/md/java/collection/java-collection-all.html |
| Java 并发知识体系 | https://pdai.tech/md/java/thread/java-thread-x-overview.html |
| Java 并发理论基础 | https://pdai.tech/md/java/thread/java-thread-x-theorty.html |
| Java 并发线程基础 | https://pdai.tech/md/java/thread/java-thread-x-thread-basic.html |
| J.U.C 知识体系与详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-overview.html |
| Java IO/NIO/AIO详解 | https://pdai.tech/md/java/io/java-io-overview.html |
| Java 8 特性详解 | https://pdai.tech/md/java/java8/java8.html |
| Java 8 以上版本特性体系 | https://pdai.tech/md/java/java8up/java-8-up-overview.html |
| Java 8 升Java 11特性必读 | https://pdai.tech/md/java/java8up/java9-11.html |
| Java 11 升Java 17特性必读 | https://pdai.tech/md/java/java8up/java12-17.html |
| Java 类加载机制 | https://pdai.tech/md/java/jvm/java-jvm-classload.html |
| Java 字节码和增强技术 | https://pdai.tech/md/java/jvm/java-jvm-class.html |
| JVM 内存结构详解 | https://pdai.tech/md/java/jvm/java-jvm-struct.html |
| JVM 垃圾回收机制 | https://pdai.tech/md/java/jvm/java-jvm-gc.html |
| Java 调试排错相关 | https://pdai.tech/md/java/jvm/java-jvm-debug-tools-linux.html |
| 数据结构基础 | https://pdai.tech/md/algorithm/alg-basic-overview.html |
| 常见排序算法 | https://pdai.tech/md/algorithm/alg-sort-overview.html |
| 算法思想 | https://pdai.tech/md/algorithm/alg-core-divide-and-conquer.html |
| 安全算法 | https://pdai.tech/md/algorithm/alg-domain-security-degist.html |
| 字符串匹配算法 | https://pdai.tech/md/algorithm/alg-domain-char-match.html |
| 分布式系统算法 | https://pdai.tech/md/algorithm/alg-domain-distribute-overview.html |
| 海量数据处理 | https://pdai.tech/md/algorithm/alg-domain-bigdata-overview.html |
| 负载均衡算法 | https://pdai.tech/md/algorithm/alg-domain-load-balance.html |
| 推荐算法 | https://pdai.tech/md/algorithm/alg-domain-suggest.html |
| 数据挖掘算法 | https://pdai.tech/md/algorithm/alg-domain-machine.html |
| ID生成算法 | https://pdai.tech/md/algorithm/alg-domain-id-snowflake.html |
| 头脑风暴 | https://pdai.tech/md/algorithm/alg-other-mind.html |
| 数据库原理 | https://pdai.tech/md/db/sql/sql-db.html |
| SQL语言 | https://pdai.tech/md/db/sql-lan/sql-lan.html |
| MySQL 详解 | https://pdai.tech/md/db/sql-mysql/sql-mysql-overview.html |
| Redis 详解 | https://pdai.tech/md/db/nosql-redis/db-redis-overview.html |
| MongoDB 详解 | https://pdai.tech/md/db/nosql-mongo/mongo.html |
| ElasticSearch 详解 | https://pdai.tech/md/db/nosql-es/elasticsearch.html |
| 常用类库详解 | https://pdai.tech/md/develop/package/dev-package-x-overview.html |
| 正则表达式详解 | https://pdai.tech/md/develop/regex/dev-regex-all.html |
| CRON表达式详解 | https://pdai.tech/md/develop/cron/dev-cron-x-usage.html |
| 网络协议和工具详解 | https://pdai.tech/md/develop/protocol/dev-protocol-overview.html |
| 安全相关详解 | https://pdai.tech/md/develop/security/dev-security-overview.html |
| 单元测试详解 | https://pdai.tech/md/develop/ut/dev-ut-unit-test.html |
| 统一风格详解 | https://pdai.tech/md/develop/ut/dev-qt-code-style.html |
| 质量管理详解 | https://pdai.tech/md/develop/ut/dev-qt-sonarlint.html |
| 代码重构相关 | https://pdai.tech/md/develop/refactor/dev-refactor-if-else.html |
| Spring框架知识体系 | https://pdai.tech/md/spring/spring.html |
| Spring框架组成 | https://pdai.tech/md/spring/spring-x-framework-introduce.html |
| 控制反转(IOC) | https://pdai.tech/md/spring/spring-x-framework-ioc.html |
| 面向切面编程(AOP) | https://pdai.tech/md/spring/spring-x-framework-aop.html |
| SpringMVC | https://pdai.tech/md/spring/spring-x-framework-springmvc.html |
| SpringBoot知识体系 | https://pdai.tech/md/spring/springboot/springboot.html |
| SpringBoot入门 | https://pdai.tech/md/spring/springboot/springboot-x-hello-world.html |
| SpringBoot接口设计和实现 | https://pdai.tech/md/spring/springboot/springboot-x-interface-response.html |
| SpringBoot集成MySQL | https://pdai.tech/md/spring/springboot/springboot-x-mysql-jpa.html |
| SpringBoot集成ShardingJDBC | https://pdai.tech/md/spring/springboot/springboot-x-mysql-shardingjdbc.html |
| SpringBoot集成Redis | https://pdai.tech/md/spring/springboot/springboot-x-redis-jedis.html |
| SpringBoot集成Postgre | https://pdai.tech/md/spring/springboot/springboot-x-postgre-jpa.html |
| SpringBoot集成ElasticSearch | https://pdai.tech/md/spring/springboot/springboot-x-elastic-template.html |
| SpringBoot集成Socket | https://pdai.tech/md/spring/springboot/springboot-x-socket-websocket.html |
| SpringBoot定时任务 | https://pdai.tech/md/spring/springboot/springboot-x-task-timer.html |
| SpringBoot后端视图 | https://pdai.tech/md/spring/springboot/springboot-x-view-thymeleaf.html |
| SpringBoot监控 | https://pdai.tech/md/spring/springboot/springboot-x-monitor-actuator.html |
| SpringBoot进阶 | https://pdai.tech/md/spring/springboot/springboot-y-auo-config.html |
| Tomcat 源码详解 | https://pdai.tech/md/framework/tomcat/tomcat-overview.html |
| MyBatis 源码详解 | https://pdai.tech/md/framework/orm-mybatis/mybatis-overview.html |
| ShardingSphere 详解 | https://pdai.tech/md/framework/ds-sharding/sharding-overview.html |
| 架构知识体系 | https://pdai.tech/md/arch/arch-x-overview.html |
| 从角色视角看架构 | https://pdai.tech/md/arch/arch-x-view.html |
| 从分层视角看架构 | https://pdai.tech/md/arch/arch-x-view-2.html |
| 从演化视角看架构 | https://pdai.tech/md/arch/arch-x-evolution.html |
| 从模式视角看架构 | https://pdai.tech/md/arch/arch-x-pattern.html |
| 高并发之缓存 | https://pdai.tech/md/arch/arch-y-cache.html |
| 高并发之限流 | https://pdai.tech/md/arch/arch-y-ratelimit.html |
| 高并发之降级和熔断 | https://pdai.tech/md/arch/arch-y-reduce.html |
| 高可用之负载均衡 | https://pdai.tech/md/arch/arch-y-loadbalance.html |
| 高可用之容灾备份 | https://pdai.tech/md/arch/arch-y-backup.html |
| 分布式理论和一致性算法 | https://pdai.tech/md/arch/arch-z-theory.html |
| 全局唯一ID实现方案 | https://pdai.tech/md/arch/arch-z-id.html |
| 分布式锁及实现方案 | https://pdai.tech/md/arch/arch-z-lock.html |
| 分布式事务及实现方案 | https://pdai.tech/md/arch/arch-z-transection.html |
| 分布式任务及实现方案 | https://pdai.tech/md/arch/arch-z-job.html |
| 分布式会话及实现方案 | https://pdai.tech/md/arch/arch-z-session.html |
| 微服务系统和设计 | https://pdai.tech/md/arch/microservice/arch-m-singleton-2.html |
| 秒杀抽奖相关设计 | https://pdai.tech/md/arch/arch-example-seckill.html |
| 电商交易相关设计 | https://pdai.tech/md/arch/arch-example-goods-detail.html |
| 仓储物流相关设计 | https://pdai.tech/md/arch/arch-example-meituan-jishiwuliu.html |
| 拉新投放相关设计 | https://pdai.tech/md/arch/arch-example-xianyu-laxintoufang.html |
| 其它综合相关设计 | https://pdai.tech/md/arch/arch-example-meituan-waimai.html |
| 数据库架构相关设计 | https://pdai.tech/md/arch/arch-example-meituan-db-hp.html |
| 数据同步相关设计 | https://pdai.tech/md/arch/arch-example-meituan-db-binlog.html |
| 数据仓库相关设计 | https://pdai.tech/md/arch/arch-example-meituan-data-cangchu.html |
| 数据治理相关设计 | https://pdai.tech/md/arch/arch-example-meituan-data-zhili.html |
| 开发工具 | https://pdai.tech/md/devops/tool/tool-list-overview.html |
| Git详解 | https://pdai.tech/md/devops/tool/tool-git.html |
| Linux | https://pdai.tech/md/devops/linux/linux.html |
| Docker | https://pdai.tech/md/devops/docker/docker-00-overview.html |
| 项目 | https://pdai.tech/md/project/project-x-overview.html |
| 开发原则(SOLID) | https://pdai.tech/md/dev-spec/spec/dev-th-solid.html |
| 分布式理论(CAP) | https://pdai.tech/md/dev-spec/spec/dev-th-cap.html |
| 分布式理论(BASE) | https://pdai.tech/md/dev-spec/spec/dev-th-base.html |
| 事务理论(ACID) | https://pdai.tech/md/dev-spec/spec/dev-th-acid.html |
| 微服务理论(康威定律) | https://pdai.tech/md/dev-spec/spec/dev-microservice-kangwei.html |
| 常见开源协议详解 | https://pdai.tech/md/dev-spec/opensource/dev-opensource.html |
| 知识共享许可协议 | https://pdai.tech/md/dev-spec/opensource/dev-knowledge.html |
| 国产开源木兰协议 | https://pdai.tech/md/dev-spec/opensource/dev-mulan.html |
| 阿里巴巴 Java开发手册 | https://pdai.tech/md/dev-spec/code-style/code-style-alibaba.html |
| Google Java 编程风格指南 | https://pdai.tech/md/dev-spec/code-style/code-style-google.html |
| Twitter Java代码规范 | https://pdai.tech/md/dev-spec/code-style/code-style-twitter.html |
| 软件生命周期与传统模型 | https://pdai.tech/md/dev-spec/dev-agile/dev-th-waterfall-model.html |
| 结合测试演化的过程模型 | https://pdai.tech/md/dev-spec/dev-agile/dev-th-waterfall-vwxh.html |
| 敏捷开发项目管理理论 | https://pdai.tech/md/dev-spec/dev-agile/dev-th-agile.html |
| 敏捷之极限编程(XP) | https://pdai.tech/md/dev-spec/dev-agile/dev-th-agile-xp.html |
| 敏捷之Scrum & Kanban | https://pdai.tech/md/dev-spec/dev-agile/dev-th-agile-scrum.html |
| 敏捷实践之测试驱动开发 | https://pdai.tech/md/dev-spec/dev-agile/dev-pratice-tdd.html |
| 设计模式详解 | https://pdai.tech/md/dev-spec/pattern/1_overview.html |
| CMMI 认证 | https://pdai.tech/md/dev-spec/certificate/cert-cmm.html |
| 等级保护认证 | https://pdai.tech/md/dev-spec/certificate/cert-dengbao.html |
| ISO27001认证 | https://pdai.tech/md/dev-spec/certificate/cert-iso27001.html |
| 技术之外应该思考什么 | https://pdai.tech/md/team/overview-besides-tech.html |
| 个人成长和认知 | https://pdai.tech/md/team/team-z-tixi.html |
| 产品设计和思考 | https://pdai.tech/md/team/team-z-wechat.html |
| 管对管理和成长 | https://pdai.tech/md/team/team-z-task-emergency.html |
| 其它软实力等 | https://pdai.tech/md/team/team-z-arch-future.html |
| 关于 | https://pdai.tech/md/about/me/about-me.html |
| ❁导航 | https://pdai.tech/md/resource/tools.html |
| ♥面试 | https://pdai.tech/md/interview/x-interview.html |
| ✿导读 | https://pdai.tech/md/outline/x-outline.html |
| Java 面向对象基础 | https://pdai.tech/md/java/basic/java-basic-oop.html |
| Java 基础知识体系 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html |
| Java 集合框架详解 | https://pdai.tech/md/java/collection/java-collection-all.html |
| Java 并发知识体系 | https://pdai.tech/md/java/thread/java-thread-x-overview.html |
| Java 并发理论基础 | https://pdai.tech/md/java/thread/java-thread-x-theorty.html |
| Java 并发线程基础 | https://pdai.tech/md/java/thread/java-thread-x-thread-basic.html |
| J.U.C 知识体系与详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-overview.html |
| Java IO/NIO/AIO详解 | https://pdai.tech/md/java/io/java-io-overview.html |
| Java 8 特性详解 | https://pdai.tech/md/java/java8/java8.html |
| Java 8 以上版本特性体系 | https://pdai.tech/md/java/java8up/java-8-up-overview.html |
| Java 8 升Java 11特性必读 | https://pdai.tech/md/java/java8up/java9-11.html |
| Java 11 升Java 17特性必读 | https://pdai.tech/md/java/java8up/java12-17.html |
| Java 类加载机制 | https://pdai.tech/md/java/jvm/java-jvm-classload.html |
| Java 字节码和增强技术 | https://pdai.tech/md/java/jvm/java-jvm-class.html |
| JVM 内存结构详解 | https://pdai.tech/md/java/jvm/java-jvm-struct.html |
| JVM 垃圾回收机制 | https://pdai.tech/md/java/jvm/java-jvm-gc.html |
| Java 调试排错相关 | https://pdai.tech/md/java/jvm/java-jvm-debug-tools-linux.html |
| 数据结构基础 | https://pdai.tech/md/algorithm/alg-basic-overview.html |
| 常见排序算法 | https://pdai.tech/md/algorithm/alg-sort-overview.html |
| 算法思想 | https://pdai.tech/md/algorithm/alg-core-divide-and-conquer.html |
| 安全算法 | https://pdai.tech/md/algorithm/alg-domain-security-degist.html |
| 字符串匹配算法 | https://pdai.tech/md/algorithm/alg-domain-char-match.html |
| 分布式系统算法 | https://pdai.tech/md/algorithm/alg-domain-distribute-overview.html |
| 海量数据处理 | https://pdai.tech/md/algorithm/alg-domain-bigdata-overview.html |
| 负载均衡算法 | https://pdai.tech/md/algorithm/alg-domain-load-balance.html |
| 推荐算法 | https://pdai.tech/md/algorithm/alg-domain-suggest.html |
| 数据挖掘算法 | https://pdai.tech/md/algorithm/alg-domain-machine.html |
| ID生成算法 | https://pdai.tech/md/algorithm/alg-domain-id-snowflake.html |
| 头脑风暴 | https://pdai.tech/md/algorithm/alg-other-mind.html |
| 数据库原理 | https://pdai.tech/md/db/sql/sql-db.html |
| SQL语言 | https://pdai.tech/md/db/sql-lan/sql-lan.html |
| MySQL 详解 | https://pdai.tech/md/db/sql-mysql/sql-mysql-overview.html |
| Redis 详解 | https://pdai.tech/md/db/nosql-redis/db-redis-overview.html |
| MongoDB 详解 | https://pdai.tech/md/db/nosql-mongo/mongo.html |
| ElasticSearch 详解 | https://pdai.tech/md/db/nosql-es/elasticsearch.html |
| 常用类库详解 | https://pdai.tech/md/develop/package/dev-package-x-overview.html |
| 正则表达式详解 | https://pdai.tech/md/develop/regex/dev-regex-all.html |
| CRON表达式详解 | https://pdai.tech/md/develop/cron/dev-cron-x-usage.html |
| 网络协议和工具详解 | https://pdai.tech/md/develop/protocol/dev-protocol-overview.html |
| 安全相关详解 | https://pdai.tech/md/develop/security/dev-security-overview.html |
| 单元测试详解 | https://pdai.tech/md/develop/ut/dev-ut-unit-test.html |
| 统一风格详解 | https://pdai.tech/md/develop/ut/dev-qt-code-style.html |
| 质量管理详解 | https://pdai.tech/md/develop/ut/dev-qt-sonarlint.html |
| 代码重构相关 | https://pdai.tech/md/develop/refactor/dev-refactor-if-else.html |
| Spring框架知识体系 | https://pdai.tech/md/spring/spring.html |
| Spring框架组成 | https://pdai.tech/md/spring/spring-x-framework-introduce.html |
| 控制反转(IOC) | https://pdai.tech/md/spring/spring-x-framework-ioc.html |
| 面向切面编程(AOP) | https://pdai.tech/md/spring/spring-x-framework-aop.html |
| SpringMVC | https://pdai.tech/md/spring/spring-x-framework-springmvc.html |
| SpringBoot知识体系 | https://pdai.tech/md/spring/springboot/springboot.html |
| SpringBoot入门 | https://pdai.tech/md/spring/springboot/springboot-x-hello-world.html |
| SpringBoot接口设计和实现 | https://pdai.tech/md/spring/springboot/springboot-x-interface-response.html |
| SpringBoot集成MySQL | https://pdai.tech/md/spring/springboot/springboot-x-mysql-jpa.html |
| SpringBoot集成ShardingJDBC | https://pdai.tech/md/spring/springboot/springboot-x-mysql-shardingjdbc.html |
| SpringBoot集成Redis | https://pdai.tech/md/spring/springboot/springboot-x-redis-jedis.html |
| SpringBoot集成Postgre | https://pdai.tech/md/spring/springboot/springboot-x-postgre-jpa.html |
| SpringBoot集成ElasticSearch | https://pdai.tech/md/spring/springboot/springboot-x-elastic-template.html |
| SpringBoot集成Socket | https://pdai.tech/md/spring/springboot/springboot-x-socket-websocket.html |
| SpringBoot定时任务 | https://pdai.tech/md/spring/springboot/springboot-x-task-timer.html |
| SpringBoot后端视图 | https://pdai.tech/md/spring/springboot/springboot-x-view-thymeleaf.html |
| SpringBoot监控 | https://pdai.tech/md/spring/springboot/springboot-x-monitor-actuator.html |
| SpringBoot进阶 | https://pdai.tech/md/spring/springboot/springboot-y-auo-config.html |
| Tomcat 源码详解 | https://pdai.tech/md/framework/tomcat/tomcat-overview.html |
| MyBatis 源码详解 | https://pdai.tech/md/framework/orm-mybatis/mybatis-overview.html |
| ShardingSphere 详解 | https://pdai.tech/md/framework/ds-sharding/sharding-overview.html |
| 架构知识体系 | https://pdai.tech/md/arch/arch-x-overview.html |
| 从角色视角看架构 | https://pdai.tech/md/arch/arch-x-view.html |
| 从分层视角看架构 | https://pdai.tech/md/arch/arch-x-view-2.html |
| 从演化视角看架构 | https://pdai.tech/md/arch/arch-x-evolution.html |
| 从模式视角看架构 | https://pdai.tech/md/arch/arch-x-pattern.html |
| 高并发之缓存 | https://pdai.tech/md/arch/arch-y-cache.html |
| 高并发之限流 | https://pdai.tech/md/arch/arch-y-ratelimit.html |
| 高并发之降级和熔断 | https://pdai.tech/md/arch/arch-y-reduce.html |
| 高可用之负载均衡 | https://pdai.tech/md/arch/arch-y-loadbalance.html |
| 高可用之容灾备份 | https://pdai.tech/md/arch/arch-y-backup.html |
| 分布式理论和一致性算法 | https://pdai.tech/md/arch/arch-z-theory.html |
| 全局唯一ID实现方案 | https://pdai.tech/md/arch/arch-z-id.html |
| 分布式锁及实现方案 | https://pdai.tech/md/arch/arch-z-lock.html |
| 分布式事务及实现方案 | https://pdai.tech/md/arch/arch-z-transection.html |
| 分布式任务及实现方案 | https://pdai.tech/md/arch/arch-z-job.html |
| 分布式会话及实现方案 | https://pdai.tech/md/arch/arch-z-session.html |
| 微服务系统和设计 | https://pdai.tech/md/arch/microservice/arch-m-singleton-2.html |
| 秒杀抽奖相关设计 | https://pdai.tech/md/arch/arch-example-seckill.html |
| 电商交易相关设计 | https://pdai.tech/md/arch/arch-example-goods-detail.html |
| 仓储物流相关设计 | https://pdai.tech/md/arch/arch-example-meituan-jishiwuliu.html |
| 拉新投放相关设计 | https://pdai.tech/md/arch/arch-example-xianyu-laxintoufang.html |
| 其它综合相关设计 | https://pdai.tech/md/arch/arch-example-meituan-waimai.html |
| 数据库架构相关设计 | https://pdai.tech/md/arch/arch-example-meituan-db-hp.html |
| 数据同步相关设计 | https://pdai.tech/md/arch/arch-example-meituan-db-binlog.html |
| 数据仓库相关设计 | https://pdai.tech/md/arch/arch-example-meituan-data-cangchu.html |
| 数据治理相关设计 | https://pdai.tech/md/arch/arch-example-meituan-data-zhili.html |
| 开发工具 | https://pdai.tech/md/devops/tool/tool-list-overview.html |
| Git详解 | https://pdai.tech/md/devops/tool/tool-git.html |
| Linux | https://pdai.tech/md/devops/linux/linux.html |
| Docker | https://pdai.tech/md/devops/docker/docker-00-overview.html |
| 项目 | https://pdai.tech/md/project/project-x-overview.html |
| 开发原则(SOLID) | https://pdai.tech/md/dev-spec/spec/dev-th-solid.html |
| 分布式理论(CAP) | https://pdai.tech/md/dev-spec/spec/dev-th-cap.html |
| 分布式理论(BASE) | https://pdai.tech/md/dev-spec/spec/dev-th-base.html |
| 事务理论(ACID) | https://pdai.tech/md/dev-spec/spec/dev-th-acid.html |
| 微服务理论(康威定律) | https://pdai.tech/md/dev-spec/spec/dev-microservice-kangwei.html |
| 常见开源协议详解 | https://pdai.tech/md/dev-spec/opensource/dev-opensource.html |
| 知识共享许可协议 | https://pdai.tech/md/dev-spec/opensource/dev-knowledge.html |
| 国产开源木兰协议 | https://pdai.tech/md/dev-spec/opensource/dev-mulan.html |
| 阿里巴巴 Java开发手册 | https://pdai.tech/md/dev-spec/code-style/code-style-alibaba.html |
| Google Java 编程风格指南 | https://pdai.tech/md/dev-spec/code-style/code-style-google.html |
| Twitter Java代码规范 | https://pdai.tech/md/dev-spec/code-style/code-style-twitter.html |
| 软件生命周期与传统模型 | https://pdai.tech/md/dev-spec/dev-agile/dev-th-waterfall-model.html |
| 结合测试演化的过程模型 | https://pdai.tech/md/dev-spec/dev-agile/dev-th-waterfall-vwxh.html |
| 敏捷开发项目管理理论 | https://pdai.tech/md/dev-spec/dev-agile/dev-th-agile.html |
| 敏捷之极限编程(XP) | https://pdai.tech/md/dev-spec/dev-agile/dev-th-agile-xp.html |
| 敏捷之Scrum & Kanban | https://pdai.tech/md/dev-spec/dev-agile/dev-th-agile-scrum.html |
| 敏捷实践之测试驱动开发 | https://pdai.tech/md/dev-spec/dev-agile/dev-pratice-tdd.html |
| 设计模式详解 | https://pdai.tech/md/dev-spec/pattern/1_overview.html |
| CMMI 认证 | https://pdai.tech/md/dev-spec/certificate/cert-cmm.html |
| 等级保护认证 | https://pdai.tech/md/dev-spec/certificate/cert-dengbao.html |
| ISO27001认证 | https://pdai.tech/md/dev-spec/certificate/cert-iso27001.html |
| 技术之外应该思考什么 | https://pdai.tech/md/team/overview-besides-tech.html |
| 个人成长和认知 | https://pdai.tech/md/team/team-z-tixi.html |
| 产品设计和思考 | https://pdai.tech/md/team/team-z-wechat.html |
| 管对管理和成长 | https://pdai.tech/md/team/team-z-task-emergency.html |
| 其它软实力等 | https://pdai.tech/md/team/team-z-arch-future.html |
| 关于 | https://pdai.tech/md/about/me/about-me.html |
| Java 基础 - 面向对象 | https://pdai.tech/md/java/basic/java-basic-oop.html |
| Java 基础 - 知识点 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html |
| Java 基础 - 图谱 & Q/A | https://pdai.tech/md/java/basic/java-basic-lan-sum.html |
| Java 基础 - 泛型机制详解 | https://pdai.tech/md/java/basic/java-basic-x-generic.html |
| Java 基础 - 注解机制详解 | https://pdai.tech/md/java/basic/java-basic-x-annotation.html |
| Java 基础 - 异常机制详解 | https://pdai.tech/md/java/basic/java-basic-x-exception.html |
| Java 基础 - 反射机制详解 | https://pdai.tech/md/java/basic/java-basic-x-reflection.html |
| Java常用机制 - SPI机制详解 | https://pdai.tech/md/java/advanced/java-advanced-spi.html |
| Collection 类关系图 | https://pdai.tech/md/java/collection/java-collection-all.html |
| Collection - ArrayList 源码解析 | https://pdai.tech/md/java/collection/java-collection-ArrayList.html |
| Collection - LinkedList源码解析 | https://pdai.tech/md/java/collection/java-collection-LinkedList.html |
| Collection - Stack & Queue 源码解析 | https://pdai.tech/md/java/collection/java-collection-Queue&Stack.html |
| Collection - PriorityQueue源码解析 | https://pdai.tech/md/java/collection/java-collection-PriorityQueue.html |
| Map - HashSet & HashMap 源码解析 | https://pdai.tech/md/java/collection/java-map-HashMap&HashSet.html |
| Map - LinkedHashSet&Map源码解析 | https://pdai.tech/md/java/collection/java-map-LinkedHashMap&LinkedHashSet.html |
| Map - TreeSet & TreeMap 源码解析 | https://pdai.tech/md/java/collection/java-map-TreeMap&TreeSet.html |
| Map - WeakHashMap源码解析 | https://pdai.tech/md/java/collection/java-map-WeakHashMap.html |
| ♥Java并发知识体系详解♥ | https://pdai.tech/md/java/thread/java-thread-x-overview.html |
| Java 并发 - 理论基础 | https://pdai.tech/md/java/thread/java-thread-x-theorty.html |
| Java 并发 - 线程基础 | https://pdai.tech/md/java/thread/java-thread-x-thread-basic.html |
| Java并发 - Java中所有的锁 | https://pdai.tech/md/java/thread/java-thread-x-lock-all.html |
| 关键字: synchronized详解 | https://pdai.tech/md/java/thread/java-thread-x-key-synchronized.html |
| 关键字: volatile详解 | https://pdai.tech/md/java/thread/java-thread-x-key-volatile.html |
| 关键字: final详解 | https://pdai.tech/md/java/thread/java-thread-x-key-final.html |
| JUC - 类汇总和学习指南 | https://pdai.tech/md/java/thread/java-thread-x-juc-overview.html |
| JUC原子类: CAS, Unsafe和原子类详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-AtomicInteger.html |
| JUC锁: LockSupport详解 | https://pdai.tech/md/java/thread/java-thread-x-lock-LockSupport.html |
| JUC锁: 锁核心类AQS详解 | https://pdai.tech/md/java/thread/java-thread-x-lock-AbstractQueuedSynchronizer.html |
| JUC锁: ReentrantLock详解 | https://pdai.tech/md/java/thread/java-thread-x-lock-ReentrantLock.html |
| JUC锁: ReentrantReadWriteLock详解 | https://pdai.tech/md/java/thread/java-thread-x-lock-ReentrantReadWriteLock.html |
| JUC集合: ConcurrentHashMap详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-collection-ConcurrentHashMap.html |
| JUC集合: CopyOnWriteArrayList详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-collection-CopyOnWriteArrayList.html |
| JUC集合: ConcurrentLinkedQueue详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-collection-ConcurrentLinkedQueue.html |
| JUC集合: BlockingQueue详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-collection-BlockingQueue.html |
| JUC线程池: FutureTask详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-executor-FutureTask.html |
| JUC线程池: ThreadPoolExecutor详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-executor-ThreadPoolExecutor.html |
| JUC线程池: ScheduledThreadPoolExecutor详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-executor-ScheduledThreadPoolExecutor.html |
| JUC线程池: Fork/Join框架详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-executor-ForkJoinPool.html |
| JUC工具类: CountDownLatch详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-tool-countdownlatch.html |
| JUC工具类: CyclicBarrier详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-tool-cyclicbarrier.html |
| JUC工具类: Semaphore详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-tool-semaphore.html |
| JUC工具类: Phaser详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-tool-phaser.html |
| JUC工具类: Exchanger详解 | https://pdai.tech/md/java/thread/java-thread-x-juc-tool-exchanger.html |
| Java 并发 - ThreadLocal详解 | https://pdai.tech/md/java/thread/java-thread-x-threadlocal.html |
| ♥Java IO知识体系详解♥ | https://pdai.tech/md/java/io/java-io-overview.html |
| Java IO - 分类(传输,操作) | https://pdai.tech/md/java/io/java-io-basic-category.html |
| Java IO - 设计模式(装饰者模式) | https://pdai.tech/md/java/io/java-io-basic-design-pattern.html |
| Java IO - 源码: InputStream | https://pdai.tech/md/java/io/java-io-basic-code-inputstream.html |
| Java IO - 源码: OutputStream | https://pdai.tech/md/java/io/java-io-basic-code-outputstream.html |
| Java IO - 常见类使用 | https://pdai.tech/md/java/io/java-io-basic-usage.html |
| IO 模型 - Unix IO 模型 | https://pdai.tech/md/java/io/java-io-model.html |
| Java IO - BIO 详解 | https://pdai.tech/md/java/io/java-io-bio.html |
| Java NIO - 基础详解 | https://pdai.tech/md/java/io/java-io-nio.html |
| Java NIO - IO多路复用详解 | https://pdai.tech/md/java/io/java-io-nio-select-epoll.html |
| Java AIO - 异步IO详解 | https://pdai.tech/md/java/io/java-io-aio.html |
| Java N(A)IO - 框架: Netty | https://pdai.tech/md/java/io/java-io-nio-netty.html |
| Java NIO - 零拷贝实现 | https://pdai.tech/md/java/io/java-io-nio-zerocopy.html |
| ♥Java8特性知识体系详解♥ | https://pdai.tech/md/java/java8/java8.html |
| Java 8 - 函数编程(lambda表达式) | https://pdai.tech/md/java/java8/java8-stream.html |
| Java 8 - Optional类深度解析 | https://pdai.tech/md/java/java8/java8-optional.html |
| Java 8 - 默认方法 | https://pdai.tech/md/java/java8/java8-default.html |
| Java 8 - 类型注解 | https://pdai.tech/md/java/java8/java8-type-anno.html |
| Java 8 - 重复注解 | https://pdai.tech/md/java/java8/java8-anno-repeat.html |
| Java 8 - 类型推断优化 | https://pdai.tech/md/java/java8/java8-type.html |
| Java 8 - JRE精简 | https://pdai.tech/md/java/java8/java8-jre.html |
| Java 8 - 移除Permgen | https://pdai.tech/md/java/java8/java8-permgen.html |
| Java 8 - StampedLock | https://pdai.tech/md/java/java8/java8-stampedlock.html |
| Java 8 - LocalDate/LocalDateTime | https://pdai.tech/md/java/java8/java8-localdatetime.html |
| Java 8 - JavaFx 2.0 | https://pdai.tech/md/java/java8/java8-javafx.html |
| Java 8 - 其它更新: 字符串,base64,... | https://pdai.tech/md/java/java8/java8-others.html |
| ♥Java8+特性知识体系详解♥ | https://pdai.tech/md/java/java8up/java-8-up-overview.html |
| Java 8 升Java 11 重要特性必读 | https://pdai.tech/md/java/java8up/java9-11.html |
| Java 11 升Java 17 重要特性必读 | https://pdai.tech/md/java/java8up/java12-17.html |
| Java 9 新特性概述 | https://pdai.tech/md/java/java8up/java9.html |
| Java 10 新特性概述 | https://pdai.tech/md/java/java8up/java10.html |
| Java 11 新特性概述 | https://pdai.tech/md/java/java8up/java11.html |
| Java 12 新特性概述 | https://pdai.tech/md/java/java8up/java12.html |
| Java 13 新特性概述 | https://pdai.tech/md/java/java8up/java13.html |
| Java 14 新特性概述 | https://pdai.tech/md/java/java8up/java14.html |
| Java 15 新特性概述 | https://pdai.tech/md/java/java8up/java15.html |
| Java 16 新特性概述 | https://pdai.tech/md/java/java8up/java16.html |
| Java 17 新特性概述 | https://pdai.tech/md/java/java8up/java17.html |
| ♥JVM相关知识体系详解♥ | https://pdai.tech/md/java/jvm/java-jvm-x-overview.html |
| JVM 基础 - 类字节码详解 | https://pdai.tech/md/java/jvm/java-jvm-class.html |
| JVM 基础 - 字节码的增强技术 | https://pdai.tech/md/java/jvm/java-jvm-class-enhancer.html |
| JVM 基础 - Java 类加载机制 | https://pdai.tech/md/java/jvm/java-jvm-classload.html |
| JVM 基础 - JVM 内存结构 | https://pdai.tech/md/java/jvm/java-jvm-struct.html |
| JVM 基础 - Java 内存模型引入 | https://pdai.tech/md/java/jvm/java-jvm-x-introduce.html |
| JVM 基础 - Java 内存模型详解 | https://pdai.tech/md/java/jvm/java-jvm-jmm.html |
| GC - Java 垃圾回收基础知识 | https://pdai.tech/md/java/jvm/java-jvm-gc.html |
| GC - Java 垃圾回收器之G1详解 | https://pdai.tech/md/java/jvm/java-jvm-gc-g1.html |
| GC - Java 垃圾回收器之ZGC详解 | https://pdai.tech/md/java/jvm/java-jvm-gc-zgc.html |
| GC - Java 垃圾回收器之CMS GC问题分析与解决 | https://pdai.tech/md/java/jvm/java-jvm-cms-gc.html |
| 调试排错 - JVM 调优参数 | https://pdai.tech/md/java/jvm/java-jvm-param.html |
| 调试排错 - Java 内存分析之堆内存和MetaSpace内存 | https://pdai.tech/md/java/jvm/java-jvm-oom.html |
| 调试排错 - Java 内存分析之堆外内存 | https://pdai.tech/md/java/jvm/java-jvm-oom-offheap.html |
| 调试排错 - Java 线程分析之线程Dump分析 | https://pdai.tech/md/java/jvm/java-jvm-thread-dump.html |
| 调试排错 - Java 问题排查之Linux命令 | https://pdai.tech/md/java/jvm/java-jvm-debug-tools-linux.html |
| 调试排错 - Java 问题排查之工具单 | https://pdai.tech/md/java/jvm/java-jvm-debug-tools-list.html |
| 调试排错 - Java 问题排查之JVM可视化工具 | https://pdai.tech/md/java/jvm/java-jvm-oom-tool.html |
| 调试排错 - Java 问题排查之应用在线调试Arthas | https://pdai.tech/md/java/jvm/java-jvm-agent-arthas.html |
| 调试排错 - Java 问题排查之使用IDEA本地调试和远程调试 | https://pdai.tech/md/java/jvm/java-jvm-debug-idea.html |
| 调试排错 - Java动态调试技术原理 | https://pdai.tech/md/java/jvm/java-jvm-agent-usage.html |
| Awesome Java | https://pdai.tech/md/java/others/java-others-awesome-java.html |
| Better Java | https://pdai.tech/md/java/others/java-others-better-java.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-基础-知识点 |
| Java 基础 - 知识点 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-%E5%9F%BA%E7%A1%80---%E7%9F%A5%E8%AF%86%E7%82%B9 |
| 数据类型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B |
| 包装类型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E5%8C%85%E8%A3%85%E7%B1%BB%E5%9E%8B |
| 缓存池 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E7%BC%93%E5%AD%98%E6%B1%A0 |
| String | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string |
| 概览 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E6%A6%82%E8%A7%88 |
| 不可变的好处 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E4%B8%8D%E5%8F%AF%E5%8F%98%E7%9A%84%E5%A5%BD%E5%A4%84 |
| String, StringBuffer and StringBuilder | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-stringbuffer-and-stringbuilder |
| String.intern() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#stringintern |
| 运算 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E8%BF%90%E7%AE%97 |
| 参数传递 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E5%8F%82%E6%95%B0%E4%BC%A0%E9%80%92 |
| float 与 double | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#float-%E4%B8%8E-double |
| 隐式类型转换 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E9%9A%90%E5%BC%8F%E7%B1%BB%E5%9E%8B%E8%BD%AC%E6%8D%A2 |
| switch | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#switch |
| 继承 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E7%BB%A7%E6%89%BF |
| 访问权限 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E8%AE%BF%E9%97%AE%E6%9D%83%E9%99%90 |
| 抽象类与接口 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E6%8A%BD%E8%B1%A1%E7%B1%BB%E4%B8%8E%E6%8E%A5%E5%8F%A3 |
| super | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#super |
| 重写与重载 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E9%87%8D%E5%86%99%E4%B8%8E%E9%87%8D%E8%BD%BD |
| Object 通用方法 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#object-%E9%80%9A%E7%94%A8%E6%96%B9%E6%B3%95 |
| 概览 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E6%A6%82%E8%A7%88-1 |
| equals() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#equals |
| hashCode() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#hashcode |
| toString() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#tostring |
| clone() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#clone |
| 关键字 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E5%85%B3%E9%94%AE%E5%AD%97 |
| final | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#final |
| static | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#static |
| 反射 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E5%8F%8D%E5%B0%84 |
| 异常 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E5%BC%82%E5%B8%B8 |
| 泛型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E6%B3%9B%E5%9E%8B |
| 注解 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E6%B3%A8%E8%A7%A3 |
| 特性 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E7%89%B9%E6%80%A7 |
| Java 各版本的新特性 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-%E5%90%84%E7%89%88%E6%9C%AC%E7%9A%84%E6%96%B0%E7%89%B9%E6%80%A7 |
| Java 与 C++ 的区别 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-%E4%B8%8E-c-%E7%9A%84%E5%8C%BA%E5%88%AB |
| JRE or JDK | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#jre-or-jdk |
| 参考资料 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#%E5%8F%82%E8%80%83%E8%B5%84%E6%96%99 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#数据类型 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#包装类型 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#缓存池 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#概览 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#不可变的好处 |
| Program Creek : Why String is immutable in Java?在新窗口打开 | https://www.programcreek.com/2013/04/why-string-is-immutable-in-java/ |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-stringbuffer-and-stringbuilder |
| StackOverflow : String, StringBuffer, and StringBuilder在新窗口打开 | https://stackoverflow.com/questions/2971315/string-stringbuffer-and-stringbuilder |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-intern |
| 一些问题在新窗口打开 | http://openjdk.java.net/jeps/122 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#运算 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#参数传递 |
| StackOverflow: Is Java “pass-by-reference” or “pass-by-value”?在新窗口打开 | https://stackoverflow.com/questions/40480/is-java-pass-by-reference-or-pass-by-value |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#float-与-double |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#隐式类型转换 |
| StackOverflow : Why don't Java's +=, -=, *=, /= compound assignment operators require casting?在新窗口打开 | https://stackoverflow.com/questions/8710619/why-dont-javas-compound-assignment-operators-require-casting |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#switch |
| StackOverflow : Why can't your switch statement data type be long, Java?在新窗口打开 | https://stackoverflow.com/questions/2676210/why-cant-your-switch-statement-data-type-be-long-java |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#继承 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#访问权限 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#抽象类与接口 |
| 深入理解 abstract class 和 interface在新窗口打开 | https://www.ibm.com/developerworks/cn/java/l-javainterface-abstract/ |
| When to Use Abstract Class and Interface在新窗口打开 | https://dzone.com/articles/when-to-use-abstract-class-and-intreface |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#super |
| Using the Keyword super在新窗口打开 | https://docs.oracle.com/javase/tutorial/java/IandI/super.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#重写与重载 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#object-通用方法 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#概览-1 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#equals |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#hashcode |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#tostring |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#clone |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#关键字 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#final |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#static |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#反射 |
| Java 基础 - 反射机制详解 | https://pdai.tech/md/java/basic/java-basic-x-reflection.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#异常 |
| Java 基础 - 异常机制详解 | https://pdai.tech/md/java/basic/java-basic-x-exception.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#泛型 |
| Java 基础 - 泛型机制详解 | https://pdai.tech/md/java/basic/java-basic-x-generic.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#注解 |
| Java 基础 - 注解机制详解 | https://pdai.tech/md/java/basic/java-basic-x-annotation.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#特性 |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-各版本的新特性 |
| Difference between Java 1.8 and Java 1.7?在新窗口打开 | http://www.selfgrowth.com/articles/difference-between-java-18-and-java-17 |
| Java 8 特性在新窗口打开 | http://www.importnew.com/19345.html |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-与-c-的区别 |
| What are the main differences between Java and C++?在新窗口打开 | http://cs-fundamentals.com/tech-interview/java/differences-between-java-and-cpp.php |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#jre-or-jdk |
| # | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#参考资料 |
| 我要纠错 | https://pdai.tech/md/about/me/blog-question.html |
| Java 基础 - 面向对象 | https://pdai.tech/md/java/basic/java-basic-oop.html |
| Java 基础 - 图谱 & Q/A | https://pdai.tech/md/java/basic/java-basic-lan-sum.html |
| 苏ICP备19053722号 | https://beian.miit.gov.cn/ |
| pdai | https://pdai.tech/md/about/me/about-me.html |
| 数据类型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#数据类型 |
| 包装类型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#包装类型 |
| 缓存池 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#缓存池 |
| String | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string |
| 概览 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#概览 |
| 不可变的好处 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#不可变的好处 |
| String, StringBuffer and StringBuilder | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-stringbuffer-and-stringbuilder |
| String.intern() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-intern |
| 运算 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#运算 |
| 参数传递 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#参数传递 |
| float 与 double | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#float-与-double |
| 隐式类型转换 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#隐式类型转换 |
| switch | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#switch |
| 继承 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#继承 |
| 访问权限 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#访问权限 |
| 抽象类与接口 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#抽象类与接口 |
| super | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#super |
| 重写与重载 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#重写与重载 |
| Object 通用方法 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#object-通用方法 |
| 概览 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#概览-1 |
| equals() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#equals |
| hashCode() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#hashcode |
| toString() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#tostring |
| clone() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#clone |
| 关键字 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#关键字 |
| final | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#final |
| static | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#static |
| 反射 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#反射 |
| 异常 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#异常 |
| 泛型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#泛型 |
| 注解 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#注解 |
| 特性 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#特性 |
| Java 各版本的新特性 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-各版本的新特性 |
| Java 与 C++ 的区别 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-与-c-的区别 |
| JRE or JDK | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#jre-or-jdk |
| 参考资料 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#参考资料 |
| 查看 | https://url.cn/cn5FID7d |
| 查看 | https://url.cn/cn5FID7d |
| 查看 | https://url.cn/cn5FID7d |
| 数据类型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#数据类型 |
| 包装类型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#包装类型 |
| 缓存池 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#缓存池 |
| String | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string |
| 概览 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#概览 |
| 不可变的好处 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#不可变的好处 |
| String, StringBuffer and StringBuilder | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-stringbuffer-and-stringbuilder |
| String.intern() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#string-intern |
| 运算 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#运算 |
| 参数传递 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#参数传递 |
| float 与 double | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#float-与-double |
| 隐式类型转换 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#隐式类型转换 |
| switch | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#switch |
| 继承 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#继承 |
| 访问权限 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#访问权限 |
| 抽象类与接口 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#抽象类与接口 |
| super | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#super |
| 重写与重载 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#重写与重载 |
| Object 通用方法 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#object-通用方法 |
| 概览 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#概览-1 |
| equals() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#equals |
| hashCode() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#hashcode |
| toString() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#tostring |
| clone() | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#clone |
| 关键字 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#关键字 |
| final | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#final |
| static | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#static |
| 反射 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#反射 |
| 异常 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#异常 |
| 泛型 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#泛型 |
| 注解 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#注解 |
| 特性 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#特性 |
| Java 各版本的新特性 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-各版本的新特性 |
| Java 与 C++ 的区别 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#java-与-c-的区别 |
| JRE or JDK | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#jre-or-jdk |
| 参考资料 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html#参考资料 |
| 支持我 | https://pdai.tech/md/about/me/about-donate.html |
| 面试 | https://pdai.tech/md/interview/x-interview.html |
| 上一篇 | https://pdai.tech/md/java/basic/java-basic-oop.html |
| 下一篇 | https://pdai.tech/md/java/basic/java-basic-lan-sum.html |
| 关于我 | https://pdai.tech/md/about/me/about-me.html |
| 关于站点 | https://pdai.tech/md/about/blog/blog-build-vuepress.html |
| 最近更新记录 | https://pdai.tech/md/about/me/blog-changelist.html |
| 问题反馈 | https://pdai.tech/md/about/me/blog-question.html |
| 百度 | http://www.baidu.com/ |
| Google | http://www.google.com/ |
| Bing | http://www.bing.com/ |
| Github | https://github.com |
| 搜代码 | https://www.programcreek.com/java-api-examples/index.php |
| CSDN | http://www.csdn.net/ |
| 博客园 | http://www.cnblogs.com/ |
| OSChina | https://www.oschina.net |
| 知否 | https://segmentfault.com/ |
| 掘金 | https://juejin.im |
| Linux公社 | https://www.linuxidc.com/ |
| IBM 开发者 | https://www.ibm.com/developerworks/cn/ |
| StackOverflow | https://stackoverflow.com |
| 面向对象基础 | https://pdai.tech/md/java/basic/java-basic-oop.html |
| 语法基础 | https://pdai.tech/md/java/basic/java-basic-lan-basic.html |
| 集合框架 | https://pdai.tech/md/java/collection/java-collection-all.html |
| 并发基础 | https://pdai.tech/md/java/thread/java-thread-x-overview.html |
| 并发关键字 | https://pdai.tech/md/java/thread/java-thread-x-key-synchronized.html |
| JUC并发框架 | https://pdai.tech/md/java/thread/java-thread-x-juc-overview.html |
| IO框架 | https://pdai.tech/md/java/io/java-io-overview.html |
| Java8 特性 | https://pdai.tech/md/java/java8/java8.html |
| JVM基础 | https://pdai.tech/md/java/jvm/java-jvm-x-overview.html |
| 调试排错 | https://pdai.tech/md/java/jvm/java-jvm-param.html |
| 更多资源 | https://pdai.tech/md/java/others/java-others-awesome-java.html |
| 数组与线性表 | https://pdai.tech/md/algorithm/alg-basic-array.html |
| 树详解 | https://pdai.tech/md/algorithm/alg-basic-tree.html |
| 图详解 | https://pdai.tech/md/algorithm/alg-basic-graph.html |
| 内部排序 | https://pdai.tech/md/algorithm/alg-sort-overview.html |
| 算法思想 | https://pdai.tech/md/algorithm/alg-core-divide-and-conquer.html |
| 安全算法 | https://pdai.tech/md/algorithm/alg-domain-security-degist.html |
| 大数据处理 | https://pdai.tech/md/algorithm/alg-domain-bigdata-overview.html |
| 分布式算法 | https://pdai.tech/md/algorithm/alg-domain-distribute-overview.html |
| 负载均衡算法 | https://pdai.tech/md/algorithm/alg-domain-load-balance.html |
| 推荐算法 | https://pdai.tech/md/algorithm/alg-domain-suggest.html |
| 头脑风暴 | https://pdai.tech/md/algorithm/alg-other-mind.html |
| 数据库原理 | https://pdai.tech/md/db/sql/sql-db-howitworks.html |
| SQL语言 | https://pdai.tech/md/db/sql-lan/sql-lan.html |
| MySQL相关 | https://pdai.tech/md/db/sql-mysql/sql-mysql-theory.html |
| MongoDB | https://pdai.tech/md/db/nosql-mongo/mongo-performance-improve.html |
| ElasticSearch | https://pdai.tech/md/db/nosql-es/elasticsearch.html |
| 常用类库 | https://pdai.tech/md/develop/package/dev-package-x-apache-common.html |
| 单元测试 | https://pdai.tech/md/develop/ut/dev-ut-x-junit.html |
| 正则表达式 | https://pdai.tech/md/develop/regex/dev-regex-all.html |
| 网络协议 | https://pdai.tech/md/develop/protocol/dev-protocol-overview.html |
| 安全相关 | https://pdai.tech/md/develop/security/dev-security-overview.html |
| 常见重构技巧 | https://pdai.tech/md/develop/refactor/dev-refactor-if-else.html |
| 架构基础 | https://pdai.tech/md/arch/arch-x-basic.html |
| 架构视角 | https://pdai.tech/md/arch/arch-x-view.html |
| 架构演进 | https://pdai.tech/md/arch/arch-x-evolution.html |
| 架构模式和要素 | https://pdai.tech/md/arch/arch-x-pattern.html |
| 高并发之缓存 | https://pdai.tech/md/arch/arch-y-cache.html |
| 高并发之限流 | https://pdai.tech/md/arch/arch-y-ratelimit.html |
| 高并发之降级 | https://pdai.tech/md/arch/arch-y-reduce.html |
| 负载均衡 | https://pdai.tech/md/arch/arch-y-loadbalance.html |
| 容灾备份 | https://pdai.tech/md/arch/arch-y-backup.html |
| 架构安全 | https://pdai.tech/md/arch/arch-x-security.html |
| 秒杀系统设计 | https://pdai.tech/md/arch/arch-example-seckill.html |
| 架构案例 | https://pdai.tech/md/arch/arch-example-goods-detail.html |
| 工具集合 | https://pdai.tech/md/devops/tool/tool-list-overview.html |
| IDE相关 | https://pdai.tech/md/devops/tool/tool-ide.html |
| Git | https://pdai.tech/md/devops/tool/tool-git.html |
| Maven | https://pdai.tech/md/devops/tool/tool-maven.html |
| Linux | https://pdai.tech/md/devops/linux/linux.html |
| Docker | https://pdai.tech/md/devops/docker/docker-00-overview.html |
| SOLID | https://pdai.tech/md/dev-spec/spec/dev-th-solid.html |
| CAP | https://pdai.tech/md/dev-spec/spec/dev-th-cap.html |
| BASE | https://pdai.tech/md/dev-spec/spec/dev-th-base.html |
| 开源协议 | https://pdai.tech/md/dev-spec/spec/dev-opensource.html |
| 代码规范 | https://pdai.tech/md/dev-spec/code-style/code-style-alibaba.html |
| 设计模式 | https://pdai.tech/md/dev-spec/pattern/1_overview.html |
| 产品相关 | https://pdai.tech/md/team/team-z-wechat.html |
| 团队相关 | https://pdai.tech/md/team/team-z-task-emergency.html |
| 其它分享 | https://pdai.tech/md/team/team-z-arch-future.html |