albert's blog
2015/03/12
[AngularJS] TypeError: Cannot set property 'gridDim' of undefined
›
Problem I have a data grid which implement by ng-grid. As I click "利率明細", it should popup a modal dialog. The popup modal d...
2015/03/11
[AngularJS] How to set 1000 separator in ng-grid
›
Problem I am using AngularJS to implement data grid as bellows: Here has the code snippet: 1 2 3 4 5 6 7 8 9 10 11 12 13 14...
2015/03/06
基金賣出法則
›
The intelligent investor有提到幾個可以把此檔基金賣出的信號: 投資策略大改變 (如價值型基金突然買進科技股、成長型基金突然買進保險股) 突然增加基金費用 基金公司突然頻繁的交易 突然的不穩定的收益(如突然的巨額收益或損失) 但是其實有些資訊,...
2015/03/04
基金挑選法則
›
The intelligent investor此本書有提到幾個挑選基金的概念 根據研究證明,基金收取的費用越高,其未來的收益會越低。High returns只會是暫時的,但是high expenses卻是固定的 在挑選基金的時候,記得把fund expenses當作第一...
How to read characters in a string in java
›
Requirement If I have a String "(預) 16,276.22" I would like to parse this String and get "(預) " and "16,2...
How to convert a char to a string in Java
›
Problem I have a char and I need a String. 1 2 char c = 'a' ; String s = c ; But eclipse complain it has compile error...
2015/03/01
[閱讀筆記] 最困難的事別交給最有能力的人 - Part 1
›
達成共同的目標就像膠水,可以迅速把團隊成員凝聚在一起。 一團和氣,一敗塗地。 一般人討厭被管,但喜歡有人帶。 只有管理沒有領導,只能激發出稱職的表現,主管雖然可以掌控團隊,團隊還是沒有全力以赴的動力。 加上領導,就能激勵員工加倍努力,表現也會更上一層...
2015/02/28
2015/02 Travel
›
故宮 嘉義市立棒球場 大林車站一隅
Figure out how to start investing.
›
What it means to buy a company's stock Bonds vs Stocks
2015/02/13
How to hide column in ng-grid AngularJS
›
If we are using ng-grid to display data as bellows: And want to hide issueSeqNo column as bellows: All you need to do is add visi...
How to get selected row's value from ng-grid AngularJS in click event
›
If we are using ng-grid to display data as bellows: As user click specific row, it should get this row's issueSeqNo and show alert ...
‹
›
Home
View web version