#20 How to use @escaping closures
[SwiftUI] How to download JSON data from API with URLSession and @escaping
#22 How to download JSON data from API with URLSession and @escaping
[SwiftUI] How to download JSON data from API with Combine
#23 How to download JSON data from API with Combine SwiftUI Continued Learning
[C# 練習] 洗牌程式
//宣告撲克牌一維陣列 int[] card = new int[52]; //初始化陣列值 for(int i = 0; i < card.Length; i++) { card[i] = i+1; } int temp, rndTemp; Random rnd = new Random(); //宣告一個產生隨機數 for(int i = 0; i < card...
「ie、eg、ex」的正確用法是?
i.e. / e.g. / ex. 適用場合 首先整理了這三個縮寫的使用情境,讓大家可以快速對照並了解如何使用 i.e. / e.g. / ex.: 縮寫 適用場合 i.e. 想換句話說、讓聽者或讀者更了解自己的意思時 e.g. 想舉例時 ...
『例如』寫成「ex」是錯的,要用「e.g.」才對
把寫「ex」這個壞習慣改掉!用「e.g.」才是最正確的寫法! 記得在 e.g. 後面加上逗號。 e.g., coffee, tea or milk 例如咖啡、茶或牛奶 e.g., laptops, smartphones, and tablets. 例如筆電、智慧型手機和平板電腦 ex. 則是來自英文的縮寫!它源自 ” exerc...
[英文筆記] 英文形容詞的「比較級」與「最高級」用法整理!
認識比較級和最高級 首先,我們先來看看以下的例句,然後注意一下形容詞在句子裡的變化: Rii is tall. Rii is taller than his sister. Rii is the tallest person in the family. 我們先觀察這幾個句子,有發現句子裡的形容詞哪裡不一樣嗎?是不是用到了...
[英文筆記] 冠詞 - 來搞懂 a, an, the 的正確用法!
a:後面的名詞 不是指定的 the:後面的名詞 是有所指的 an:一個字一開始的發音是母音用 an 不定冠詞 「A/An」 除了用來指單數的名詞,也可以用來泛指一件事物。 定冠詞 The 除了用來指稱前面提到的某樣東西。 例如: He is a boy. 他是一個男孩。 He is the boy. 他是那個男孩。(你我所知的,或曾經提到過的某一個男孩) ...
[英文筆記] 片語 & 子句
片語(phrase) Understanding English is easy. I want you to work hard. Understanding English和work hard內部沒有主詞,也沒有動詞,這種字群,叫做片語(phrase)。 子句(clause) Peter, who has been to England, speaks good English....
[英文筆記] 片語、子句、句子是什麼?
簡單來說,單字、片語、子句、句子的單位是由小到大的 例如: Tom was sick, so he did not go to work. Tom 生病了,所以他沒去上班。 單字(word)是什麼? 所謂的單字,說穿了,就是「單一的字」。換句話說,只要是一個字,都稱為單字,所以,在上面的句子裡共有幾個單字呢?Tom、was、sick、so、he、did、not、go、to、work...