在開發時,常常會遇到一些電腦模擬手機無法複製的問題。有時候,我們需要在手機上測試我們的網頁應用程式,確保它在移 […]
因為工作關係,最近常使用 protobuf 串接協議。 多個專案使用同一個協議的狀態下,有可能會發生以下的情形 […]
最近開始使用 M1 開發,但拿到需要處理的 package 時。瘋狂報錯,都是斷在安裝 node-sass 的 […]
這陣子,經手的專案越來越多。 每隔一段時間去 review 自己當初寫的 code。經常覺得我到底是看了什麼。 […]
Given a linked list, swap every two adjacent nodes […]
出處: https://leetcode.com/problems/same-tree/ Given the […]
出處: https://leetcode.com/problems/rotate-list/submissio […]
Given the head of a singly linked list, retur […]
Given the root of a binary tree, return […]
Given head, the head of a linked list, determine i […]