albert's blog
2017/12/05
[Java] How to count the number of message in IBM MQ?
›
Problem I am using IBM MQ as my queue service. How to count the number of message in IBM MQ? How-to Here has the sample code: ...
2017/12/04
Illegal unquoted character ((CTRL-CHAR, code 26)): has to be escaped using backslash to be included in string.
›
Problem When I try to convert JSON string to Java bean via Jackson Framework, it throws an exception as bellows: Illegal unquoted charac...
2017/12/03
[Windows] 執行 Windows Update 發生錯誤的解決方式
›
有時候在執行 Windows Update 時,會發生莫名的錯誤,如下: 以下是解決方式,步驟如下: (1) 停止 Windows Update 服務 (2) 刪除以下兩個目錄下的所有檔案 (3) 啟動 Windows Update...
2017/12/02
[閱讀筆記] A Gift to My Children - A Father's Lessons for Life and Investing (Jim Rogers)
›
投資和生活一樣,細節往往是成敗關鍵 股神 Buffett 談投資的時候說了一句名言:「當別人貪婪時恐懼,在別人恐懼時貪婪。」這說的是投資的時機,以及如何跳脫眾人追高殺低的習慣性。這句話更像是一種洞悉世情的人生智慧,不是投資計算的公式 永遠不要做一位排外者,要當一個...
2017/12/01
[閱讀筆記] Common Stocks and Uncommon Profits (4/4)
›
我的投資哲學: 買進的公司必須對於長期獲利成長有想法、有計畫,如此一來 newcomer 將難以分享其成長的果實 聚焦於那些因為整體市場條件或被市場嚴重低估的公司,若確認其為一家好公司,大膽買進它 不要因為預測經濟變壞或股票市場變壞,就賣出股票,因為未來...
2017/11/30
2017/11 Tokyo
›
Tokyo Tower 六本木 本川越、蔵の街. 台場 清澄庭園 / Kiyosumi Garden.
2017/11/29
2017/11 Tokyo
›
東京車站 輕井澤
2017/11/16
[Windows 10] 點陣式印表機 (EPSON LQ-310) 無法列印
›
Problem 一早發現家中的點陣式印表機 (EPSON LQ-310) 無法使用,系統送出列印指令,印表機完全沒有反應。 How-To 經查,由於 11/15 晚上安裝了一個 windows update ( KB4048954 ),導致 11/16 早上開始,點陣式印...
2017/11/11
[Fortify] Fix Locale Dependent Comparison
›
Problem Before The original code snippet is the following: 1 2 3 if ( value . toUpperCase (). equals ( "TRUE" ) ) ...
‹
›
Home
View web version