鐵人賽 Day 9
JavaScriptˋ
What is JavaScript?是一種程式語言,可以在瀏覽器環境運行並且提供除了靜態網頁內容以外的互動功能,如...
發文機器人原始碼
我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文字我是測試文...
對一些特殊的 function,我們會想 skip 他
例如 DispatchQueue.main.async
我們需要取得一些很特定的屬性,才會有能力去 sk...
LSP 里氏替換原則
If S is a subtype of T, then objects of type T may be replaced with...
完整程式碼Ch02_01_計算圓形面積
#include <stdio.h>
#define PI 3.14159 //#define也是個前置...
前言
大家好,我是對於 Clojure 一無所知的菜鳥小白工程師。
今天我們要來學習 Calling Functions 呼叫函數。
try Clojure...