Web Deploy - Synchronize IIS

若要做 IIS 之間的同步,我們可以使用 Web Deploy。 ...

July 10, 2015 · 1 min · 269 words · Larry Nung

Web Deploy - Import Package

要將 Application 或 Server 的匯出檔匯入 IIS,我們可以透過 Web Deploy 的匯入功能來做。先確定 Server 有安裝 Web Deploy,安裝後在 IIS 的 Application 或是 Server 節點上按下滑鼠右鍵,在彈出的滑鼠右鍵快顯選單中應該會多出 Deploy 的功能選項。這邊點選 [Deploy | Import Server Package…] 選單選項。 ...

July 10, 2015 · 1 min · 281 words · Larry Nung

Web Deploy - Export package

要將 IIS 網站 Application 或 Server 匯出,我們可以透過 Web Deploy 的匯出功能來做。先確定 Server 有安裝 Web Deploy,安裝後在 IIS 的 Application 或是 Server 節點上按下滑鼠右鍵,在彈出的滑鼠右鍵快顯選單中應該會多出 Deploy 的功能選項。這邊點選 [Deploy | Export Server Package…] 選單選項。 ...

July 8, 2015 · 1 min · 239 words · Larry Nung

Oracle SQL Developer - Drop sequence

要使用 Oracle SQL Developer 將指定的 Sequence 移除,可以找到指定的 Sequence,在其上按下滑鼠右鍵,點選 [Drop…] 滑鼠右鍵選單選項。 ...

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

Oracle SQL Developer - Drop table column

要使用 Oracle SQL Developer 將指定的表單欄位移除,可以將表單開啟,在 Columns 頁面按下滑鼠右鍵,點選 [Column | Drop…] 滑鼠右鍵選單選項。 ...

July 8, 2015 · 1 min · 141 words · Larry Nung

Xcode - Install Command Line Tools

在 MAC 上使用,有時候執行某些篇開發人員的程式時會要求安裝 Xcode 的 Command Line Tool。 ...

July 6, 2015 · 1 min · 124 words · Larry Nung

Visual Studio - Change targeted language version

要修改 Visual Studio 的 Target language version,我們可以開啟專案屬性,將之切換至 Build 頁面,接著點選右下角的 Advanced... 按鈕。 ...

July 6, 2015 · 1 min · 90 words · Larry Nung

LeetCode - Contains Duplicate

LeetCode 的 Contains Duplicate 題目如下: Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the array, and it should return false if every element is distinct. ...

July 5, 2015 · 1 min · 215 words · Larry Nung

LeetCode - Two Sum

LeetCode 的 Two Sum 題目如下: Given an array of integers, find two numbers such that they add up to a specific target number. ...

July 5, 2015 · 1 min · 313 words · Larry Nung

CShell - A simply, yet powerful, C# scripting IDE

Cshell 是一 C# interactive tool,適合用於 C# 語言的學習或是用來做些簡單的小測試。 ...

March 16, 2015 · 1 min · 429 words · Larry Nung