Maven

一次Maven構建包含一系列的phase,這些phase統稱為life cycle。每一個phase都綁定了一個特定的goal,而且每一個phase都依賴於之前的phase。

Read More

Design Pattern

Design Pattern是組合使用一個或多個對象來解決公共的用例,這些用例通常包括代碼重用和擴展。

Read More

2 Egg problem

A building has 100 floors. One of the floors is the highest floor an egg can be dropped from without breaking.

Read More