albert's blog
2015/08/24
[iReport] Custom Format
›
Problem The original setting interest-related column in this report is as follows: The value of interest-related column's show 5 de...
2015/08/21
一家公司手上應該有多少現金才夠
›
一家公司手上應該有多少現金才夠? 為什麼這個問題會重要? 因為若市場發生劇烈變化,很可能會因為手上現金不夠,導致無法度過難關,公司因此倒閉 Graham於Security Analysis一書中有提到兩個原則 1. 流動資產至少是流動負債的兩倍 2. 流動資產扣除庫...
2015/08/17
[Oracle] LISTAGG cannot handle NVARCHAR2
›
Problem Assume this following SQL statement will get agency name 1 2 3 4 SELECT age, agency FROM ave011fa WHERE fyr = '104' ...
2015/08/16
[Programming] 提高控制流程可讀性
›
最近閱讀了 易讀程式之美 一書,在提高控制流程可讀性此章節提到幾個重點 在使用if-else判斷式時,先處理肯定條件;先處理簡單的情況,必較能在畫面中同時呈現if與else區塊,在閱讀上很有幫助;先處理比較有趣或明顯的情況 縮短其他人理解程式所需的時間,比減少程式碼...
2015/08/13
Promises in AngularJS
›
Problem We would like to update the value which be marked by red rectangle in the following screenshot: The value will be updated fr...
2015/08/03
java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result
›
Problem Here is my code snippet. If amtIn is 100 and amtOut is 20, then it works fine. 1 2 3 4 5 6 private BigDecimal toRate ( fin...
[Oracle to SQL Server Migration] Outer Join
›
In Oracle, we use outer join, (+), in the SQL statement as bellows: SELECT A . MGE_TYPE , B . ORG_TYPE , F_DBM_FIND_CODE_N...
2015/08/01
[閱讀筆記] Steve Jobs在想什麼
›
向外救援,別把重擔獨自攬下。 保持聚焦,別讓商品特色功能浮濫化。保持事情的精簡,這對已經過於複雜的科技世界來說,會是個優點。 聚焦於你擅長的事情上,其他的交給別人全權處理。 Osborne Effect:一家公司如果提早宣布處於開發階段的優質技術,無疑是...
‹
›
Home
View web version