Lambda
匿名函數 好像每種程式語言都很愛用Lambda這個字. 這是… Read more »
匿名函數 好像每種程式語言都很愛用Lambda這個字. 這是… Read more »
返回值 高階函數的返回值, 除了可以是一般的資料型態外, 也… Read more »
簡介 Functional Programming中文翻譯成… Read more »
高階函數Higher-order function 函數的參… Read more »
KPI 首先, 聊一下一件以前曾發生在本人身上的真實故事. … Read more »
資料庫種類 常見的資料庫有 Oracle、MSSQL 及 M… Read more »
Dictionary 字典具有key-value的對應關係,… Read more »
Functions 有的人翻譯為函數, 有的人稱為函式, 英… Read more »
為什麼要用迴圈 因為懶. 假設要計算 1+2+3+̷… Read more »
if 判斷式是所有程式碼都需具備的基本語法。Python 的… Read more »