設計模式
Singleton design pattern 在某些時候… Read more »
Singleton design pattern 在某些時候… Read more »
簡介 Visual Studio (簡稱VS), 是一個龐大… Read more »
C#第一支程式 第一次使用C#撰寫程式, 可以使用主控台應用… Read more »
if 用於判斷條件是否成立, 讓電腦決定條件成立時該作什麼事… Read more »
Handling Errors 例外回報 int [] a=… Read more »
Inheritance[ɪnˋhɛrɪtəns] 先看下面的… Read more »
類別Class 在Java進階的說明中, 可以很明確的說, … Read more »
目的 一長串的程式碼中, 常有某些部份的功能是一樣的, 或者… Read more »
While 迴圈 語法 : while(條件式){} whi… Read more »
陣列簡介 當我們要記錄10個學生的分數時, 可能要宣告如下 … Read more »