AdSense

2019/3/28

Java 轉json表示的整數陣列字串為ArrayList<Integer>

有一json字串為"[10,11,12,13,14]",在Java中將其轉為ArrayList<Integer>物件的方法如下。

About G1 Garbage Collector, Permanent Generation and Metaspace

以下內容直接複製於Oracle - Poonam Bajaj's Blog - About G1 Garbage Collector, Permanent Generation and Metaspace關於JDK7永久世代(PermGen)及JDK8 Metaspace及GC的介紹。

Presenting the Permanent Generation

以下內容直接複製於Oracle - Jon Masamitsu's Weblog - Presenting the Permanent Generation關於JVM永久世代(Permanent Generation)的介紹,因為我怕這篇文章有一天不見就很可惜了。

Tomcat 7 JDK7 java.lang.OutOfMemoryError: PermGen space

Tomcat 7執行中發生了java.lang.OutOfMemoryError: PermGen space的錯誤,也就是記憶體空間不足所導致。

2019/3/27

Tomcat java.net.ConnectException: Connection refused: connect port 80

工作上要連到本機IPv4位址的Tomcat中的應用程式,但出現Tomcat java.net.ConnectException: Connection refused: connect拒絕連線的錯誤。

2019/3/26

Eclipse WebApp在Tomcat中預設的部屬位置

在Eclipse起動網路應用程式專案WebApp時,若Tomcat Server的Server Locations是使用Eclipse預設的[Use workspace metadata (does not modify Tomcat installation)]選項,則專案的部屬位置為Eclipse工作目錄下的.metadata\.plugins\org.eclipse.wst.server.core\tmp0

2019/3/25

AdSense