發表文章

Android Studio權限問題無法安裝解決方法(MAC)

在安裝Android studio 時有時候會出現權限不足無法安裝的問題 把dmg檔丟進Application資料夾的時候會出現這樣的錯誤訊息: The operation can't be completed because you don't have permission to access some of the items  解決辦法: 進到終端機輸入 sudo spctl --master-disable 然後進到System setting -> Security & Privacy -> 點左下角的lock,輸入密碼解鎖 -> Allow apps downloads from -> 選擇 Anywhere 重新安裝即可

238. Product of Array Except Self (Java)

171. Excel Sheet Column Number (Java)

283. Move Zeroes (Java)

104. Maximum Depth of Binary Tree (Java)

136. Single Number (Java)

412. Fizz Buzz (Java)