Android小技巧 Posted on 2021-10-03 Edited on 2025-03-08 In 工程 Symbols count in article: 1.7k Reading time ≈ 2 mins. 手機必裝APP。 Read more »
飲食的基礎 Posted on 2021-08-29 Edited on 2025-07-19 In 生活 Symbols count in article: 988 Reading time ≈ 1 mins. 好久沒換主題了,我希望小夥伴們過得健康,在一連串日文英文程式語言硬核轟炸之後,讓我們回歸生活,把焦點放到需要一輩子關注的問題- 吃。 Read more »
程式語言 Posted on 2021-07-24 Edited on 2022-12-29 In 生活 Symbols count in article: 5.1k Reading time ≈ 5 mins. 為了因應近期的新目標,以往的工作與興趣文章將整合,這種不向前兼容的改動在git上應該稱為硬分岔吧,但熊生就是需要破壞式創新啊(掩。 Read more »
愛を知るまでは Posted on 2021-07-17 In 生活 Symbols count in article: 1.3k Reading time ≈ 1 mins. 前幾天多年老友傳來這首歌,雖然接下來一個月目標不在這,但還不錯聽,就抓來研究一下。 Read more »
371. Sum of Two Integers Posted on 2021-07-17 In 面試 Symbols count in article: 294 Reading time ≈ 1 mins. Given two integers a and b, return the sum of the two integers without using the operators + and -. Example 1: 12Input: a = 1, b = 2Output: 3 Example 2: 12Input: a = 2, b = 3Output: 5 Read more »