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
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
ALC885_1-1 ALC885_1-1 6. 引脚描述 6.1 数字输入/输出 Table 1. Digital I/O Pins 数字输入/输出(Digital I/O)引脚是处理数字信号的引脚,用于输入和输出数字数据。总计:9个引脚。以下是ALC885音频编解码器的数字输入/输出引脚的描述和特征定义: RESET# (引脚类型: 输入, 引脚编号: 11):硬件复位信号,当为低电平时对芯片进行复位。特征 2023-12-05 linux > kernel > drivers > sound #git
hda_codec mv /usr/bin/pulseaudio /usr/bin/pulseaudio_bak mv /sbin/alsactl /sbin/alsactl_bak ps aux | grep -i alsactl ps aux | grep -i pulseaudio killall alsactl pulseaudio cd /sys/class/sound/hwC0D0 echo 1 > 2023-12-05 linux > kernel > drivers > sound