Avatar

嗡嗡的隨手筆記

  1. 首頁
  2. 關於本站
  3. 站長ㄉ書
  4. 搜尋
  5. 所有文章
  6. 分類
  7. 標籤
  8. 關於站長
  9. 聯絡站長
  10. 支持本站

    所有文章

    全部文章 796
    2026 16
    2024 10
    2023 71
    2022 341
    2021 235
    更多
    OpenCV 全攻略 書封

    📣 站長宣傳區:嗡嗡的新書!

    《OpenCV 全攻略!AI 影像辨識 × 電腦視覺實戰手冊》

    • 從傳統影像處理到 AI 影像辨識,讓你擁有獨立開發 電腦視覺 應用的能力!
    • 23 章 核心技術:影像處理、人臉辨識、YOLO 物件偵測與追蹤
    • 5 大 生活實戰專案:自動玩遊戲、人臉門禁、寵物攝影機、自製 Photoshop
    查看書籍專頁 →
    415 - Git 備份還原

    【Git 備份還原 #3】git stash - 情況題:如果忘記切 branch,卻有新的 commit 該怎麼辦?

    紀錄用 `git stash` 處理忘記切 branch 卻已有新 commit 的情況,透過 stash save、checkout、apply 轉移。

    Apr 25, 2023
    閱讀時間 1 分鐘
    Featured image of post 【Git 備份還原 #2】git tag - 透過幫現有的 commit 加個標籤,進行快速版本切換
    415 - Git 備份還原

    【Git 備份還原 #2】git tag - 透過幫現有的 commit 加個標籤,進行快速版本切換

    紀錄 `git tag` 用法,透過標籤快速定義版本號與切換特定版本,替代冗長的 commit id。

    Apr 24, 2023
    閱讀時間 1 分鐘
    Featured image of post 【Python 測試程式 #2】使用 try-except 來測試或跳過 python 執行中可能會出錯的程式碼 (python 例外處理)
    192 - Python 測試程式

    【Python 測試程式 #2】使用 try-except 來測試或跳過 python 執行中可能會出錯的程式碼 (python 例外處理)

    紀錄 Python try except 例外處理 — 異常捕捉、finally、except 分類。

    Apr 21, 2023
    閱讀時間 1 分鐘
    Featured image of post 【VScode #4】修改 VScode terminal 字體,使得他能夠正常顯示 powerlevel10k (change vscode terminal font)
    441 - VScode

    【VScode #4】修改 VScode terminal 字體,使得他能夠正常顯示 powerlevel10k (change vscode terminal font)

    紀錄在 VSCode 設定 terminal 字體 — fontFamily 改用 MesloLGS NF、powerlevel10k 顯示。

    Apr 21, 2023
    閱讀時間 1 分鐘
    Featured image of post 【Python 字串處理 #5】將字串依照固定長度分小段,split string by fix length (by number of words)
    114 - Python 字串處理

    【Python 字串處理 #5】將字串依照固定長度分小段,split string by fix length (by number of words)

    紀錄按固定長度分割字串—字串切片、迴圈分割、length、range、append、print、split。

    Apr 21, 2023
    閱讀時間 1 分鐘
    198 - Python 問題解決

    【Python】問題解決:ImportError: cannot import name 'Literal' from 'typing' (/usr/lib/python3.7/typing.py)

    解決 Python 版本相容性問題 — 'Literal' 在 3.7 需從 typing_extensions 匯入。

    Apr 20, 2023
    閱讀時間 1 分鐘
    Featured image of post 【Python 進階語法 #6】python repr() 用法筆記,還我 str 原形的 repr !
    112 - Python 進階語法

    【Python 進階語法 #6】python repr() 用法筆記,還我 str 原形的 repr !

    紀錄 Python repr() 和 str() 用法 — 物件字串表示、restore 原形、__repr__ 和 __str__ 方法。

    Apr 19, 2023
    閱讀時間 1 分鐘
    Featured image of post 【Python 進階語法 #5】python counter() 用法整理 - 快速計算資料內容的數量
    112 - Python 進階語法

    【Python 進階語法 #5】python counter() 用法整理 - 快速計算資料內容的數量

    介紹 Python Counter() 快速計算資料 — 統計元素次數、most_common()。

    Apr 18, 2023
    閱讀時間 1 分鐘
    199 - Python 自用腳本

    【Python 自用腳本 #2】紀錄事件時間表示法 "%Y-%m-%d %H:%M:%S" (非 logging 模組)

    紀錄 Python 時間記錄 — datetime、timestamp、時間計算、時間格式化、記錄。

    Apr 13, 2023
    閱讀時間 1 分鐘
    182 - Python 網頁爬蟲

    【Python 網頁爬蟲 #4】python 爬蟲筆記 - 使用 requests + BeautifulSoup 爬取 google 文件的內容

    紀錄用 requests 與 BeautifulSoup 爬蟲 Google Doc — 文件匯出、HTML 解析。

    Apr 13, 2023
    閱讀時間 2 分鐘
    1 5678910111213 80
    © 2020 - 2026 嗡嗡的隨手筆記 v2.6.0
    使用 Hugo 建立
    主題 Stack 由 Jimmy 設計