albert's blog
2015/09/30
2015/09 Travel
›
嘉義市立棒球場 樟湖生態國中小學
2015/09/21
[Oracle] How to get the last day of the month in Oracle
›
Requirement If we would like to get the date of the last date of this month, does oracle have any build-in function? How-To Oracle has ...
2015/09/10
[AngularJS] How to set CSS style conditionally
›
Requirement We use ng-repeat directive instantiates a template once per item from a collection Here is the code snippet: 1 2 3 4 5 6 7 ...
2015/09/03
De Morgan's laws (笛摩根定律) in programming
›
在命題邏輯和邏輯代數中,De Morgan’s Law [笛摩根定律 (或稱德摩根定理) ] 是關於命題邏輯規律的一對法則。 奧古斯塔斯·德摩根首先發現了在命題邏輯中存在著下面這些關係: 非(P 且 Q)=(非 P)或(非 Q) 非(P 或 Q)=(非 P)且(非 Q) ...
2015/09/02
[AngularJS] How to clear file input
›
Problem After I select file and click reset button, but the file input value does not be cleared as expected. Code snippet in HTML ...
[閱讀筆記] 大杯星巴克比較划算
›
完全相同的商品卻以不同價格銷售的原因只有一個,就是所謂的transaction costs的不同,transaction costs 包含勞力、時間等 經濟學所說的arbitrage(套利),是指相同商品在同一時間以不同價格買賣,利用價差賺取利潤的交易,就是套利 ...
2015/09/01
[閱讀筆記] The Intelligent Investor (Part 1)
›
股票市場是一個鐘擺,擺向無可救藥的樂觀主義者與毫無判斷能力的悲觀主義者。智慧型投資人,會把股票賣給樂觀主義者,向悲觀主義者買股票 控制好你的margin of safety (安全邊際),不要追高、不要被興奮的市場情緒所影響,藉此降低你犯錯的次數 在投資的世界,...
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區塊,在閱讀上很有幫助;先處理比較有趣或明顯的情況 縮短其他人理解程式所需的時間,比減少程式碼...
‹
›
Home
View web version