PL/SQL - Round function

Round function 可將帶入的值依指定的位數下去做四捨五入運算並回傳。 ...

July 12, 2015 · 1 min · 161 words · Larry Nung

PL/SQL - ABS function

ABS function 會將帶入的值取絕對值傳出。 使用語法如下: ...

July 12, 2015 · 1 min · 72 words · Larry Nung

PL/SQL - NUMTODSINTERVAL function

NUMTODSINTERVAL function 會將帶入的值轉成特定單位的 Interval。 ...

July 12, 2015 · 1 min · 153 words · Larry Nung

PL/SQL - Sysdate function

Sysdate function 會回傳資料庫系統當前的日期與時間。 ...

July 12, 2015 · 1 min · 57 words · Larry Nung

ASP.NET - Logging application shutdown events

做網站服務最害怕的就是服務不能正常運作,有時要追出實際發生的問題需要花費我們很多的時間。這時如果系統能將停止服務的原因正確的記錄下來,可有助於我們將問題快速的釐清。 ...

July 11, 2015 · 1 min · 412 words · Larry Nung

PL/SQL - Decode function

Decode function 可用於取代簡單的 If-Then-Else 陳述式。 使用語法如下: ...

July 11, 2015 · 1 min · 122 words · Larry Nung

Mac - Add new applications to Launchpad

要將 Application 加入 Launchpad,只要將要加入的 Application 檔案拖曳至 Application Folder。 ...

July 11, 2015 · 1 min · 79 words · Larry Nung

Outlook - Check mailbox size

要檢查 Outlook 用量大小,我們可以在 Mailbox 上按下滑鼠右鍵,在彈出的滑鼠右鍵快顯選單中選取 Properties 選單選項。 ...

July 11, 2015 · 1 min · 110 words · Larry Nung

LeetCode - Contains Duplicate II

LeetCode 的 Contains Duplicate II 題目如下: Given an array of integers and an integer k, find out whether there there are two distinct indices i and j in the array such that nums[i] = nums[j] and the difference between i and j is at most k. ...

July 11, 2015 · 1 min · 316 words · Larry Nung

Visual Studio 2015 - New Exception Settings Window

在使用 Visual Studio 對 .NET 程式進行除錯時,有時候我們會需要對 Exception Setting 進行些調整,以便快速的找出問題發生的點。 ...

July 11, 2015 · 1 min · 419 words · Larry Nung