Posts
All the articles I've posted.
[LeetCode] 23. Merge k Sorted Lists
Published: at 07:03 AM (3 min read)23. Merge k Sorted Lists
[AWS] 將 AWS S3 bucket 中的物件連結改為公開存取
Published: at 11:06 AM (2 min read)預設在 AWS S3 建立 bucket 時,上傳的檔案連結是無法公開存取的,因此你會發現當你複製 Object URL 時,會發現連結並不運作,只能透過 Open 產生一個稱為 Presigned URL 的連結,但這個連結會有時效性,當時間到期後就無法存取了...
[LeetCode] 22. Generate Parentheses
Published: at 08:12 AM (3 min read)22. Generate Parentheses
[LeetCode] 21. Merge Two Sorted Lists
Published: at 05:54 AM (2 min read)21. Merge Two Sorted Lists
[GCP] 將 Google Cloud Storage 改為公開存取的 bucket
Published: at 12:28 PM (2 min read)預設在建立 bucket 時,預設權限為僅限自己存取,因此你分享的連結只有自己能存取,因此你可能會遇到分享連結給其他人,卻無法存取的情況,若想要讓所有人都能公開存取,則要調整對應的權限設定
[GCP] 如何設定 Google Cloud Storage 的自訂網域
Published: at 09:28 AM (2 min read)最近在使用 Google Cloud Storage 時,想要將靜態網站的網域指向 bucket,過程中查了 GCP 的文件後,整理一下最後實作的步驟...
[LeetCode] 20. Valid Parentheses
Published: at 09:07 AM (2 min read)20. Valid Parentheses
[GCP] 如何刪除與 Dialogflow 相關的專案 (Unable to delete project)
Published: at 02:47 AM (2 min read)之前開了一個 GCP 的 project 使用 Dialogflow 實作聊天機器人,而現在沒在使用後想刪除專案卻發生了以下錯誤,紀錄最後如何順利刪除專案的過程
[LeetCode] 19. Remove Nth Node From End of List
Published: at 06:46 AM (2 min read)19. Remove Nth Node From End of List
[Tool] yt-dlp 常用的影片類型與下載工具指令應用指南
Published: at 03:24 AM (4 min read)yt-dlp 是一個非常熱門的影片下載開源工具,如果你也有一點前端工程的基礎,有能力從頁面找出影片的網址,那麼 yt-dlp 絕對是幫你實現 「看得到就抓得到」 的好幫手。