Java8新特性 Project 01 給出了行為參數(shù)化傳遞代碼的方式 定義一個(gè)標(biāo)準(zhǔn)的謂詞模板 用ApplePredicate的多個(gè)實(shí)現(xiàn)代表不同...
Algorithm 39. Combination Sum[https://leetcode.com/problems/combination-...
Algorithm 394. Decode String[https://leetcode.com/problems/decode-string...
Algorithm 88. Merge Sorted Array[https://leetcode.com/problems/merge-sor...
Algorithm 449. Serialize and Deserialize BST[https://leetcode.com/proble...
Algorithm 3. Longest Substring Without Repeating Characters[https://leet...
提交Runnable任務(wù) Runnable有一個(gè)run()函數(shù)初家,用于將耗時(shí)操作寫在其中雄可,該函數(shù)沒(méi)有返回值。然后使用某個(gè)線程去執(zhí)行該runnabl...
閉鎖概念理解 閉鎖(Latch):一種同步方法萌京,可以延遲線程的進(jìn)度直到線程到達(dá)某個(gè)終點(diǎn)狀態(tài)。通俗地講就是宏浩,一個(gè)閉鎖相當(dāng)于一扇大門知残,在大門打開(kāi)之前...
Mockito測(cè)試 通過(guò)Mockito測(cè)試,對(duì)上述功能進(jìn)行集成測(cè)試比庄,拆解不同的服務(wù)求妹,然后Mock一些數(shù)據(jù)庫(kù)或者底層的操作,增加開(kāi)發(fā)效率佳窑,在下游沒(méi)...