markdown markdown Markdown 官方教程 Markdown代码块支持的语言 Markdown数学公式语法 Cmd Markdown 公式指导手册 markdown latex公式 MarkDown流程图全指导 当 Markdown 遇上 UML 【Markdown高级技巧】写出高大上的流程图、时序图、类图 在VS Code中使用 Picgo + jsDelivr + Github搭建高速稳定 2023-04-21 markdown #git #HTML #Vue
javascript javascript node npm 安装nodejs管理工具nvm: 1curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash 刷新环境变量: 1source ~/.bashrc 安装nodejs版本: 1nvm install v18.18.2 Linux下安装多个版本nodejs并切换 2023-04-21 javascript #Linux #git #linux #HTML #Java #Vue #JavaScript
algorithm algorithm https://github.com/krahets/hello-algo 《 Hello 算法 》 🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解 labuladong的算法小抄 :: labuladong的算法 2023-04-21 algorithm #git #HTML
cmake CMake 1make -j CFLAGS="-O0 -g" 1make -j12 VERBOSE=1 CXX_FLAGS="$CXX_FLAGS -g -O3 -fPIC" https://cmake.org/cmake/help/v3.17/guide/tutorial/index.html#adding-system-introspection-st 2023-04-21 cpp #Linux #C++ #git #linux #HTML
操作系统 操作系统 磁盘管理 10分钟学懂磁盘的结构(盘片、磁道、扇区、柱面) 进程管理 进程的状态 试题:某计算机系统中的进程管理采用三态模型,那么下图所示的 PCB(进程控制块)的组织方式采用(1 ),图中(2 )。 进程的同步与互斥 互斥:如千军万马过独木桥 同步:速度有差异,在一定情况下停下等待。 临界资源:诸进程间需要互斥方式对其进行共享的资源,如打印机、磁带机等。 临界区:每个进程中访问临 2023-04-21 architect #Linux #linux #HTML
realtek ALC257 renmaed to ALC269 realtek ALC257 renmaed to ALC269 realtek ALC257 renmaed to ALC269 patch 具体参见bd7c9e3.diff 修复链路 1234567module_hda_codec_driver(realtek_driver); // vim sound/pci/hda/patch_realtek.c+9161 .id = snd_ 2024-01-12 linux > kernel > drivers > sound > bugs > 226916 > patch #Linux #linux
hdmi-sound 123456789101112131415161718192021222324252627[四 11月 9 18:16:25 2023] snd_hda_codec_hdmi hdaudioC0D0: HDMI status: Codec=0 Pin=3 Presence_Detect=1 ELD_Valid=1[四 11月 9 18:16:25 2023] snd_hda_codec_hdm 2024-01-12 linux > kernel > drivers > sound > bugs > 216983 #Linux #linux
pbuilder教程 pbuilder教程 安装环境 1sudo apt-get install pbuilder debootstrap devscripts dh-make pbuilder配置 以下路径任选其一 12/etc/pbuilderrc/root/.pbuilderrc 将以下内容写入上述配置文件,上述路径任选其一即可,以uos v20 专业版为例: 1234MIRRORSITE=http://poo 2023-04-19 linux > package > deb #git #HTML
README runoob-vue3-test This template should help get you started developing with Vue 3 in Vite. Recommended IDE Setup VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar). Customize configurat 2023-12-19 javascript > runoob-vue3-test #Vue
README test cmake .. -DCMAKE_BUILD_TYPE=Release test1 cmake .. -DCMAKE_BUILD_TYPE=Debug test2 cmake .. -DCMAKE_BUILD_TYPE=Debug test3 cmake .. test test3 test3 24行 -g test1 test2 strip test1 objdump -d -l -S 2023-12-15 cpp > cmake-objdump