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
    查看書籍專頁 →
    141 - Python JSON處理

    【Python JSON 處理 #2】Python 讀取 JSON 檔案並轉換為 dict,並可在程式碼中使用 (str to dict)

    紀錄 Python 讀取 JSON 檔案轉 dict — json.loads() 與 load()。

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

    【Python】問題解決:Expecting property name enclosed in double quotes

    解決 JSON 格式錯誤 — 屬性名雙引號、語法檢查、序列化驗證、格式驗證、除錯技巧、JSON 解析。

    Apr 08, 2023
    閱讀時間 1 分鐘
    Featured image of post 【嗡嗡開箱 #19】Apple - MacBook Pro M2 Pro 開箱 | 不專業開箱文
    011 - 嗡嗡開箱

    【嗡嗡開箱 #19】Apple - MacBook Pro M2 Pro 開箱 | 不專業開箱文

    紀錄 MacBook Pro M2 Pro 開箱 — 12核 CPU、19核 GPU、16GB 記憶體升級,從舊 2018 款邁向長期生產力工作的新機。

    Mar 18, 2023
    閱讀時間 1 分鐘
    913 - Telegram

    【Telegram】“Sorry, this group is private" / “Sorry This Group Is Not Accessible” 解決方法

    Telegram 私密群組無法加入 — 原因分析、刪除重建帳號解決法。

    Mar 15, 2023
    閱讀時間 1 分鐘
    899 - Debug / Error 299 - C++ 問題解決

    【C++】問題解決:error: no member named 'cout' in namespace 'std'

    紀錄 C++ 編譯時 'no member named cout in namespace std' 的解法 — 補上 #include <iostream>。

    Mar 09, 2023
    閱讀時間 1 分鐘
    231 - C++ OpenCV

    【C++ OpenCV】在 mac 上安裝 OpenCV 筆記,與撰寫第一支 OpenCV 程式

    紀錄 macOS 上安裝 OpenCV — brew 安裝 CMake、clone opencv、建 build_opencv、cmake。

    Jan 06, 2023
    閱讀時間 1 分鐘
    299 - C++ 問題解決

    【C++】問題解決:fatal error: 'opencv2/opencv.hpp' file not found

    紀錄 macOS OpenCV 「opencv.hpp file not found」錯誤 — OpenCV 未正確安裝,需重新執行官方安裝流程。

    Jan 06, 2023
    閱讀時間 1 分鐘
    291 - C++ 觀念理解

    【C++ 觀念理解 #4】C++ include file 邏輯, 在子檔案已經被 include 的檔案,還需要再重新被 include 嗎?(對比 Python import)

    介紹 C++ include 邏輯與 Python import 的區別 — C++ 子檔案的 include 會自動傳遞,不需在父檔案重新 include。

    Dec 29, 2022
    閱讀時間 1 分鐘
    Featured image of post 【C++ 檔案處理 #1】C 語法的檔案讀取 istream (header: fstream, std::ifstream), 與 iostream 直接比較
    213 - C++ 檔案處理

    【C++ 檔案處理 #1】C 語法的檔案讀取 istream (header: fstream, std::ifstream), 與 iostream 直接比較

    介紹檔案讀取 `std::ifstream` — 與 iostream 的區別、seekg/tellg 定位、read 讀取資料的用法。

    Dec 27, 2022
    閱讀時間 1 分鐘
    298 - Effective Modern C++ 閱讀筆記 999 - 【草稿區】

    【草稿】【Effective Modern C++ 閱讀筆記 #2】ch4 - Item 18: 使用 std::unique_ptr 於 exclusive-ownership (排他的-所有權) 資源管理, std::unique_ptr 介紹

    介紹 std::unique_ptr 的排他所有權、move 語義與禁止 copy,以及在 factory function 的使用場景。

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