albert's blog
2016/02/29
2016/02 Travel
›
嘉義梅山公園 嘉義蘭潭水庫 金瓜石 朱銘美術館
2016/02/27
How to import a git non-Java project into Eclipse
›
Assume I import a non-Java project from GitHub into Eclipse 1. Import non-Java project from GitHub: File => Import 2. Choose Git =...
2016/02/24
[Oracle] How to grant privilege and create synonym in Oracle
›
If I would like to grant two views, dbm200va and dbm400va, to another database user. How do to it? Syntax for tables/views is as bellows:...
2016/02/07
[Oracle] How to get the date of the last day of the month in Oracle
›
Problem If I would like to get the date of the last day of the month, how to do it? How to Oracle had build-in function, LAST_DAY, to fu...
2016/02/06
[Windows] svchost 狂吃 RAM
›
Problem 某天打開電腦 (OS: Windows 7),發現整台電腦跑得非常慢 打開工作管理員以後,發現我的 RAM 幾乎被 svchost 這個 process 吃光光所導致 How To 執行以下步驟可以解決此問題 1. 打開命令提示字元,執行以下指令,重...
2016/02/05
[Microsoft SQL Server] Adding Rows by Using INSERT and SELECT
›
Problem Assume I have a function, as user click a button it will copy last year's data and insert data into this year. How to use SQL s...
2016/02/04
[Microsoft SQL Server] How to subtract a year in SQL
›
Problem I have a select SQL statement as bellows: SELECT sta_date FROM dbm031fa WHERE year ( sta_date ) = year ( CURRENT_TIMESTAMP ...
2016/02/03
[Apache Commons BeanUtils] How to exclude an Object from a Collection
›
Problem Assume I have a dropdown list which name 基金法人類別. Our customer requested to remove the first option, i.e. 普通基金, from the dropdownl...
2016/02/02
[閱讀筆記] 易讀程式之美 (Part 2)
›
C++的創造者Bjarne Stroustrup說,在我的個人經驗裡,do / while 敘述經常是錯誤與誤解的來源,我寧願把條件式列在最前面,總而言之,我會盡量避免使用do / while 敘述 修改程式碼時要以全新的角度審視,退一步以整體的角度考慮程式碼 ...
2016/02/01
[閱讀筆記] 富爸爸,窮爸爸 (Part 1)
›
窮人與破產者之間的區別是,破產是暫時的,貧窮是永久的 讓錢為你工作 錢來了又去,但如果你了解錢是如何運轉的,你就有了駕馭他的力量,並開始累積財富 為錢工作很容易,但是你該學習的是如何讓錢為你工作 學會讓感情跟隨你的思想,而不要讓思想跟著你的感情 ...
2016/01/31
2016/01 Travel
›
進擊的巨人展
2016/01/27
[AngularJS] How to set selected row and set highlight in ng-gird pragmatically?
›
Requirement After I create a new record, the program should refresh the data grid and set selected item and highlighted the selected item. ...
‹
›
Home
View web version