原创 BOT EPC EMC

BOT : Build-Operate-Transfer 建設-運營-移交 EPC:Engineering-Procurement-Construction 設計-採購-施工 EMC:Engery Management Contract

原创 數據庫設計模式筆記

One of the ideas behind this paper has to do with the introduction of an auxiliary API (mainly supported by views) tha

原创 Kettle6列拆分爲多行步驟詳解

1.        前言 本文將對Kettle6中常用步驟列拆分爲多行(英文原名:Split Field to Rows)。也就是說,將輸入數據行集中的某個列按照條件拆分爲多行。這種條件可以是簡單的一個分隔符,也可以指定正則表達式。  

原创 What is the difference between extensibility and scalability?

What is the difference between extensibility and scalability? Re-Ask Follow4

原创 java調用rest風格web服務的兩種方式

package test2; import java.io.ByteArrayOutputStream; import java.io.InputS

原创 Java虛擬機參數

Eclipse崩潰,錯誤提示: MyEclipse has detected that less than 5% of the 64MB of Perm  Gen (Non-heap memory) space remains. It i

原创 checked & unchecked exception

Java的可檢測異常和非檢測異常涇渭分明。可檢測異常經編譯器驗證,對於聲明拋出異常的任何方法,編譯器將強制執行處理或聲明規則。 非檢測異常不遵循處理或聲明規則。在產生此類異常時,不一定非要採取任何適當操作,編譯器不會檢查是否已解決了這