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
vexpress vexpress.img虚拟磁盘 制作虚拟磁盘 1dd if=/dev/zero of=vexpress.img bs=512 count=$((2*1024*48)) 1qemu-img create -f raw vexpress.img 48M 这两种方法任选一种执行就可以,目的就是生成一个vexpress.img的虚拟镜像文件,为了更好的兼容性选择 raw 格式的镜像。 虚拟磁盘中创建分区 2023-12-05 linux > kernel > qemu #Linux #qemu #linux #HTML
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