Avatar

嗡嗡的隨手筆記

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

    所有文章

    全部文章 791
    2026 2
    2024 10
    2023 71
    2022 350
    2021 235
    更多
    299 - C++ 問題解決

    【C++】問題解決:cannot be initialized with an initializer list

    紀錄「cannot be initialized with initializer list」— g++ 預設 C++98,需加 `-std=c++11`。

    Dec 24, 2022
    閱讀時間 1 分鐘
    Featured image of post 【C++ 基礎語法 #8】C++ unorder_map() 用法筆記 (類似 Python Dict)
    211 - C++ 基礎語法

    【C++ 基礎語法 #8】C++ unorder_map() 用法筆記 (類似 Python Dict)

    整理 unorder_map() 用法 — 包含宣告、插入元素、遍歷,以及透過 std::pair 的迭代方式。

    Dec 24, 2022
    閱讀時間 1 分鐘
    Featured image of post 【vim #2】vim 顯示資料夾結構的插件 NERDTree 安裝筆記 (Mac, Linux, rpi3)
    443 - Vim

    【vim #2】vim 顯示資料夾結構的插件 NERDTree 安裝筆記 (Mac, Linux, rpi3)

    紀錄在 vim 安裝 NERDTree 資料夾樹插件 — pathogen 管理、~/.vimrc 設定、多平台通用。

    Dec 24, 2022
    閱讀時間 1 分鐘
    Featured image of post 【tmux #3】tmux 進階 - 清空 scrollback buffer (tmux clear buffer)
    432 - Tmux

    【tmux #3】tmux 進階 - 清空 scrollback buffer (tmux clear buffer)

    紀錄在 tmux 清空歷史記錄 — C+b + : 指令模式、clear-history 指令、整理 scrollback buffer。

    Dec 23, 2022
    閱讀時間 1 分鐘
    350 - Linux 終端機操作

    【Linux 終端機操作 #9】ctrl+Z and resume, jobs, &, fg, bg - 終端機執行的指令移動到背景? 如何從後台還原程序? 如何把未執行完的程式丟到後台去跑?

    紀錄 Linux 前景背景程序管理的指令與實際用法 — Ctrl+Z 暫停、fg、bg、jobs 查詢。

    Dec 23, 2022
    閱讀時間 1 分鐘
    Featured image of post 【tmux #2】tmux 好用的滑鼠擴充功能,透過滑鼠徹底強化你的 tmux!(tmux scroll up with mouse)
    432 - Tmux

    【tmux #2】tmux 好用的滑鼠擴充功能,透過滑鼠徹底強化你的 tmux!(tmux scroll up with mouse)

    紀錄在 tmux 啟用滑鼠功能 — setw -g mouse on、scrollback 與文字複製、分割視窗拖動、~/.tmux.conf 預設。

    Dec 22, 2022
    閱讀時間 1 分鐘
    Featured image of post 【Python 字串處理 #4】Python strip() — python 去頭去尾、去空白、去換行神器
    114 - Python 字串處理

    【Python 字串處理 #4】Python strip() — python 去頭去尾、去空白、去換行神器

    紀錄 Python strip/lstrip/rstrip—移除空白的修整、換行、 、strip。

    Dec 20, 2022
    閱讀時間 1 分鐘
    Featured image of post 【Python 字串處理 #3】Python String startswith(),判斷字串是不是什麼東西開頭的!
    114 - Python 字串處理

    【Python 字串處理 #3】Python String startswith(),判斷字串是不是什麼東西開頭的!

    紀錄 Python startswith / endswith—檢查字首字尾、<mark>第三人稱單數</mark>。

    Dec 20, 2022
    閱讀時間 1 分鐘
    411 - Git 觀念整理

    【Git 觀念整理 #3】關於版本號,v X.X.X 是怎麼被訂出來的? (Semantic Versioning, 版號控制)

    整理 Semantic Versioning 版本號規則,說明 MAJOR、MINOR、PATCH 的定義與何時該用初始開發版本 0.y.z。

    Dec 19, 2022
    閱讀時間 1 分鐘
    Featured image of post 【Python 系統相關 #2】python 利用 argparse 使程式執行時可帶參數
    116 - Python 系統控制

    【Python 系統相關 #2】python 利用 argparse 使程式執行時可帶參數

    介紹 Python argparse 讓程式帶參數—命令列參數解析標準做法、argparse、-h、--help。

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