albert's blog
2016/10/01
[閱讀筆記] Security Analysis (Part 4)
›
自由現金流是一種財務方法,用來衡量企業實際持有的能夠回報股東的現金。指在不危及公司生存與發展的前提下可供分配給股東(和債權人)的最大現金額 Free cash flow 可以用來發放股利給股東,或是用來投資自己如研發、設備等 公司經營者必須決定所擁有的free ...
2016/09/30
[Travel] 台東
›
多良車站 鹿野高台 台東太麻里海岸線 台東金針山 台東縣小野柳風景區 台東藝術鐵花村 太麻里 第一道曙光紀念公園 利吉惡地
2016/09/09
[Java] try-with-resources statement
›
JDK 7 introduces a new version of try statement known as try-with-resources statement. This feature add another way to exception handling wi...
2016/09/08
[Apache POI] How to freeze the first row
›
Problem I am using Apache POI to write data into Microsoft Excel. If I would like to keep the first row on the top of this document when ...
2016/09/07
[Apache POI] How to add new line in cell data
›
Problem I am using Apache POI to write data into Microsoft Excel. I would like to break data into new line in some cell, how to do it? ...
2016/09/06
[Microsoft Word] 如何新增檔名到頁尾
›
Problem 如果我要在 word 文件的頁尾插入 word 檔名,在 Microsoft Word 中如何做? How-to 1. 點選頁尾 2. 插入 => 快速組件 => 功能變數 3. 選擇 file name,按下確定按鈕 4. ...
2016/09/05
[Windows 7] 參考到的帳戶目前已鎖定,且可能無法登入
›
Problem 有次在登入windows 7的帳號密碼時,因故輸入三次錯誤,導致電腦被鎖定,即便是重新開機以後還是出現相同的錯誤訊息 Solution 由於之前已經有過一次經驗,必須要有windows 7光碟進入才有辦法解決,故經過上次以後,有建立一個擁有 admini...
2016/09/04
[POI] Write /Read Excel Files in Java using Apache POI
›
Here has a simple example to demonstrate how to write / read excel file via Apache POI. Add Apache POI dependency: <dependency> ...
2016/09/03
[jackson] How to generate json from java bean and vice versa
›
Problem If I would like to do conversation with Java Bean to JSON and JSON to Java Bean, any library can be used? How-To Add dependency ...
‹
›
Home
View web version