简单来说就是去饭店点菜:Kconfig是菜单,Makefile是做法,.config就是你点的菜。Makefile:一个文本形式的文件,编译源文件的方法。Kconfig:一个文本形式的文件,内核的配置菜单。.config:编译内核所依据的配置。
Sep 13, 2025・Contributed by
git remote -v 看有多少 remote repositorygit stash 用于将未提交的更改保存在堆栈上,以便在稍后恢复git log --onelinegit rebase -i <起始 Commit> 進入互動模式,可以修改 commit messagegit diff --staged 在git add 後 看修改差異git diff abcdef~1 abcdef 看 某 commit 的差異! [舊commit 新 commit]
Aug 31, 2025・Contributed by
StringsStrings are the most basic Valkey data type, representing a sequence of bytes. For more information, see:
Jun 10, 2025・Contributed by
contributed by < eleanorLYJ >
Apr 13, 2025・Contributed by
檢視前 6 週學習狀況 (含程式碼審查和課堂討論)隨堂測驗和作業回顧
Apr 12, 2025・Contributed by
contributed by < eleanorLYJ >
Mar 01, 2025・Contributed by
2021 年「資訊科技產業專案設計」面試範例貢獻者: 德米安 Demivideo
Sep 30, 2024・Contributed by
裝git配置 smtp pass 到email 去設定
Sep 06, 2024・Contributed by
根據
Jun 04, 2024・Contributed by
contributed by < eleanorLYJ >
Apr 17, 2024・Contributed by
2024q1 Homework5 (assessment)linux2024-homework5
Apr 08, 2024・Contributed by
name: generate-pdf-actionson: [push]jobs:concurrency-primer:runs-on: ubuntu-lateststeps:- uses: actions/checkout@v4continue-on-error: true- name: install-texliverun: |sudo apt-get install -q -y texlive-full texlive-latex-baseshell: bash- uses: actions/setup-python@v5with:python-version: '3.10'- name: install-pygmentsrun: |python -m pip install –upgrade pippip install pygments- name: makerun: make- name: Create and Upload Releaseid: releaseuses: softprops/action-gh-release@v1env:GITHUB_TOKEN: ${ secrets.GITHUB_TOKEN }}with:files: ./concurrency-primer.pdftag_name: ${{ github.ref_name }release_name: Release ${{ github.ref_name }}body: |Changes in this Release
Apr 07, 2024・Contributed by