albert's blog
2016/12/01
[閱讀筆記] Security Analysis (Part 6)
›
Balance Sheet 是一家公司在特定時間的資產與負債的snapshot 當一家公司的資產價值超過獲利能力,代表管理階層未妥善利用公司資產;當一家公司的獲利能力超過資產價值,公司就必須採取一些手段,維護競爭優勢;若公司的資產價值與獲利能力差不多,代表公司對資產有...
2016/11/30
[Travel] 2016/11
›
容軒步道 情人湖觀景台
2016/11/10
[Java 8] Optional
›
Assume I have a List of project: 1 2 3 OptionalTest . Project ( id = 1 , name = FMS ) OptionalTest . Project ( id = 1 , name = NSS...
2016/11/09
[Chrome Extension] How to adjust the width of popup window ?
›
Problem In chrome extension, we will create a html file which will be rendered inside the popup window that's created in response to a ...
2016/11/08
[Chrome Extension] Hello World Example
›
1. Create a manifest.json In this manifest, I will declare a browser action, and the activeTab permission 1 2 3 4 5 6 7 8 9 10...
2016/11/07
[Microsoft Outlook] 如何在 outlook 中,找出未讀取的信件
›
Problem 如何在 outlook 中,找出未讀取的信件 How-To Step 1. 點選收件夾 Step 2. 點選搜尋方格 Step 3. 點選未讀取
2016/11/06
[Spring Boot] How to Update Code and Take Effect Immediately
›
Problem Assume I have a controller: 1 2 3 4 5 6 7 8 9 10 11 12 13 package albert . controller ; import org.springframewor...
2016/11/05
[Spring Boot] Quick Start
›
Step 1. Download Eclipse from https://eclipse.org/downloads/ Step 2. Installed Spring Tool Suite (STS) in Eclipse Marketplace, then resta...
2016/11/04
[Windows] 用 Excel 打開 CSV,繁體中文都是亂碼
›
Problem 當我在 Windows 7 打開一份 CSV 檔案,在 Mac 平台可以正常顯示繁體中文,但是在Windows 平台卻是亂碼 Solution Step 1. 打開 Excel Step 2. 資料 => 從文字檔 Step 3. 選取要匯...
2016/11/03
[Eclipse] Source not found Problem
›
Problem I am working in a Maven Project in Eclipse. As I tried to check the Apache POI's source code, but it show Source not found err...
2016/11/02
[閱讀筆記] The Unwritten Laws of Business (1/2)
›
在任何組織中,阻礙成功的主要因素,往往是人和管理的問題 如果你不先在目前的工作上力求表現,你就不太可能有機會去嘗試更符合自己志趣的工作 工作的執行力包含: 積極進取:即著手開始做事的幹勁 機智或靈巧:有能力想辦法達成想要的結果 堅持到底:即使...
‹
›
Home
View web version