just a very easy httppost example for java
Continue reading
just a code snippet about multi-thread in java
Continue reading
just some code note
Continue reading
|
|
學生時代筆記,可能有誤?
Resource Acquisition Is Initialization
C++中利用物件離開scope即會自動呼叫destructor的特性(stack),使資源類型物件在使用完或有exception跳出時能自動將資源釋放
Java中常見的try catch block中finally{close資源}的寫法在C++中就不需要了
若是必須使用pointer而非物件時,可以在資源物件中宣告該pointer,實際使用還是用資源物件即可
Continue reading
一般
|
|
tree
需安裝tree套件
http://www.computerhope.com/unix/tree.htm
幾年前學生時代的筆記,不確定正確性
PA: physical address
VA: virture address
按下開機紐,送出signal給主機板叫他開始power supply
在所有裝置都收到正確的power後,主機板送Power OK signal給Bios
Continue reading
目前已轉換到spacemacs
這文章基本上沒用了
Continue reading
just note
Continue reading
Spring要用3.1以上版本