Technical notes written freely. RSS Feed
Recent Posts
[mac] 如何避免 macOS 桌面順序自動變更
Published: at 11:33 AM (1 min read)常常在 macOS 上開很多桌面,常常自訂好順序的桌面被 macOS 自動變更順序,導致要找哪個才是自己要的桌面...
[leetcode] 8. String to Integer (atoi)
Published: at 06:50 AM (4 min read)8. String to Integer (atoi)
[heroku] 如何檢查 Heroku App 的區域與主機供應商
Published: at 05:47 AM (1 min read)在 Heroku 建立 app 時,可以選擇 app 的區域,可以如何知道更細部的背後主機供應商呢?
[leetcode] 7. Reverse Integer
Published: at 03:25 AM (2 min read)7. Reverse Integer
[Ruby-LSP] NoMethodError: undefined method `anything' for T:Module
Published: at 12:12 PM (1 min read)在 vscode 使用 Ruby-LSP 時偶爾會遇到 NoMethodError: undefined method `anything' for T:Module 的錯誤
[leetcode] 5. Longest Palindromic Substring
Published: at 10:42 AM (2 min read)5. Longest Palindromic Substring
[PostgreSQL] 如何更新 PostgreSQL 中的 auto increment 欄位值
Published: at 01:24 PM (1 min read)記錄怎麼看 auto increment 欄位與重設預設值
[Algolia] 使用 removeWordsIfNoResults / optionalKeywords 放寬搜尋條件
Published: at 10:22 AM (3 min read)你有過在搜尋條件較複雜時,導致沒有任何搜尋結果,這時候我們可以如何調整 Algolia 設定放寬搜尋條件呢?
[leetcode] 4. Median of Two Sorted Arrays
Published: at 07:40 AM (3 min read)4. Median of Two Sorted Arrays
[Astro] 如何自動為外部連結加上 rel='nofollow' 和 target='_blank' 屬性
Published: at 08:58 AM (3 min read)在你寫 Astro MDX 檔案後,如何讓 Astro 自動為外部連結加上 rel='nofollow' 和 target='_blank'....
[leetcode] 3. Longest Substring Without Repeating Characters
Published: at 08:30 AM (2 min read)3. Longest Substring Without Repeating Characters