原文地址:https://xeblog.cn/articles/96[https://xeblog.cn/articles/96] 開源地址:https://github.c...
原文地址:https://xeblog.cn/articles/96[https://xeblog.cn/articles/96] 開源地址:https://github.c...
原文地址:https://xeblog.cn/articles/92[https://xeblog.cn/articles/92] XEChat-Idea 基于Netty的I...
原文地址:https://xeblog.cn/articles/27 Jsoup簡介 Jsoup官網(wǎng):https://jsoup.org/ jsoup 是一款Java 的HT...
原文地址:https://xeblog.cn/articles/26 注:本文所有代碼示例均基于 JDK8。 從源碼出發(fā) 默認(rèn)值 通過查看 HashMap 的源碼可以得知其默...
原文地址:https://xeblog.cn/articles/25 程序計(jì)數(shù)器(線程私有) 它是一塊較小的內(nèi)存空間,可以看作是當(dāng)前線程所執(zhí)行的字節(jié)碼的行號(hào)指示器。在虛擬機(jī)的...
Java并發(fā)編程源碼分析系列: 分析Java線程池的創(chuàng)建[http://www.itdecent.cn/p/adbf37ef77bb] 分析Java線程池執(zhí)行原理[http...
六大原則 單一職責(zé)原則 里氏替換原則 依賴倒置原則 接口隔離原則 迪米特原則 開閉原則 單一職責(zé) 概念:對(duì)功能進(jìn)行分類,代碼進(jìn)行解耦 栗子:一個(gè)網(wǎng)絡(luò)請(qǐng)求框架大致分為:請(qǐng)求類,...