albert's blog
2016/10/31
[Travel] 2016/10
›
行天宮 松山文創園區 南子吝山
2016/10/10
[Java 8] Using lambda to convert a List of object to comma-separated string
›
If I java an object which named Group 1 2 3 4 5 6 7 import lombok.Data ; @Data public class Group { ...
2016/10/09
[Java 8] Convert a List of String to a Comma-Separated String
›
If I have a List of String looks like: 1 2 3 private List < String > getDummyPlayers () { return Arrays . asList ( ...
2016/10/08
[Project Lombok] @Cleanup
›
Project Lombok provide an easy way to ensure a given resource is automatically cleaned up before the code execution path exits your current ...
2016/10/07
[PDFBox] Generate TIF with 0-kb
›
Problem I am using Apache PDFBox to convert PDF to TIF file. The scenario is to generate TIF file to a specific path, then another applic...
2016/10/06
[Mac] Yahoo 輸入法的全型與半型的切換
›
當我在 Mac 平台使用 Yahoo 輸入法時,當我切換為英數字的輸入時,若為全型時,該如何轉換成半型 此時你只要 shift + command + space ,即可將全型轉成半型 輸入結果如下 若要從半形再轉回全形,你只要再按一次 shift + com...
2016/10/05
[Mac] Yahoo 輸入法如何中英切換
›
我在mac平台,使用yahoo輸入法作為我的中文輸入的工具 若我要從中文切換為英文的話,按下caps lock,即可輸入英文 但是此時會是小寫的英文,若要輸入大寫英文,只要按 shfit + 你要打的英文即可 (前提是你已經按下了 caps lock)
2016/10/04
[Java Mail] com.sun.mail.smtp.SMTPSendFailedException: 452 message processing failed: connection timeout
›
Problem I am using JavaMail to send email. But I got this error message as bellows: 1 2 3 4 5 6 7 8 9 10 DEBUG SMTP: Messagi...
2016/10/03
[Java] Lambda Expressions Example
›
If I have POJO, which named Person 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 package albert . pract...
2016/10/02
[閱讀筆記] 97 Things Every Programmer Should Know (2/2)
›
API 設計的黃金準則是:只為你開發的API 編寫測試是不夠的;你必須為使用API 的程式編寫單元測試。你必須親身體驗,一旦你體驗過了,就可以面對每一種設計挑戰 專心在專案上,尋找聰明的解決方案來盡可能做出貢獻,提升你的技巧,反省你所做的,然後調整你的做法。別工作的像...
‹
›
Home
View web version