Given the root of a binary tree, the level of its root is 1, the level of its children ...
Given the root of a binary tree, the level of its root is 1, the level of its children ...
本文章內(nèi)容基于《深入了解Java虛擬機(jī)》第二版衷快,對(duì)里面知識(shí)點(diǎn)進(jìn)行總結(jié)辣辫,JDK主要是1.6和1.7蹦漠。 以下內(nèi)容圍繞HotSpot虛擬機(jī)的各種垃圾收集起實(shí)現(xiàn)。目前沒(méi)有一個(gè)最好的收...
Navigating Java Maps: TreeMap vs. HashMap vs. Linked HashMap本文章主要講述三種Map的實(shí)現(xiàn)類不同場(chǎng)景之下的應(yīng)用總結(jié)...
Netty模塊存在closeFuture().sync()和close().sync()關(guān)閉端口揭措,但是使用起來(lái)是兩種情況 例如f.channel().closeFuture(...
Every email consists of a local name and a domain name, separated by the @ sign. For ex...
In a deck of cards, every card has a unique integer. You can order the deck in any ord...
本文章內(nèi)容基于《深入了解Java虛擬機(jī)》第二版败许,對(duì)里面知識(shí)點(diǎn)進(jìn)行總結(jié)怒允,JDK主要是1.6和1.7柑潦。 1. 確定對(duì)象可以被回收 1.1 引用計(jì)數(shù)算法 每個(gè)對(duì)象擁有一個(gè)計(jì)算器值享言,...
Testing a Spring Boot application secured by OAuth本文章主要講述在OAuth認(rèn)證的系統(tǒng)實(shí)現(xiàn)自動(dòng)化測(cè)試(基于Spring Bo...
只需要在右邊Maven找到對(duì)應(yīng)moudle,然后如下圖 點(diǎn)擊即可運(yùn)行spring boot項(xiàng)目渗鬼,參數(shù)調(diào)整也是用maven的Profiles 執(zhí)行過(guò)一次之后览露,在上方就可以出現(xiàn)快...
在Java虛擬機(jī)規(guī)范的描述中,除了程序計(jì)算器外譬胎,虛擬機(jī)內(nèi)存的其他區(qū)域都會(huì)發(fā)生OutOfMemoryError異常差牛。 Java堆溢出 實(shí)現(xiàn):不斷創(chuàng)建對(duì)象,保證對(duì)象路徑可達(dá)避免垃...
Unselective indexes and skewed data distribution本文章是關(guān)于索引選擇和數(shù)據(jù)傾斜度關(guān)系堰乔,以及對(duì)應(yīng)的優(yōu)化偏化。 概念:選擇性索引:索引...
You have a set of tiles, where each tile has one letter tiles[i] printed on it. Return...
問(wèn)題:Quartz調(diào)用定時(shí)任務(wù),使用對(duì)象不是通過(guò)Spring容器生成镐侯。定時(shí)任務(wù)里面存在Bean需要注入就報(bào)NullPointException錯(cuò)誤侦讨。代碼如下: 調(diào)用dbop就...
1、對(duì)象創(chuàng)建 流程總結(jié)如圖 2析孽、對(duì)象的內(nèi)存分布 3搭伤、對(duì)象的訪問(wèn)定位
A Simple Guide to Connection Pooling in Java一篇關(guān)于Java連接池指導(dǎo),個(gè)人比較關(guān)注是實(shí)現(xiàn)一個(gè)簡(jiǎn)單連接池內(nèi)容袜瞬。 文章提供一段連接池...
Druid Closed Statement 最近公司項(xiàng)目Spring boot 1.5.8+ Druid 1.1.5 部署到 Weblogic時(shí)啟動(dòng)不會(huì)報(bào)任何錯(cuò)誤怜俐。但是發(fā)送...
Given a directed, acyclic graph of N nodes. Find all possible paths from node 0 to nod...
本分享內(nèi)容基于《深入了解Java虛擬機(jī)》(第二版)的內(nèi)容痹扇,基于JDK1.7铛漓,基于HotSpot虛擬機(jī)。 運(yùn)行時(shí)數(shù)據(jù)區(qū)域 程序計(jì)數(shù)器 這是一塊較小的內(nèi)存空間鲫构,主要用于當(dāng)前線程鎖...
Guide to Character Encoding該文章主要討論編碼基礎(chǔ)以及在Java中如何處理浓恶。 重要概念 1、編碼:字符對(duì)應(yīng)二進(jìn)制的映射集合结笨。例如“T”在US-ASC...