azreallem 发布的文章
材料杜邦线、九针串口线公头和公头的接法二三交叉,五五相连。主板上(J10 ND_UART)的三角形△位置编号为1。公头和母头的接法不需要进行交叉。(公头编号相反)
挂载盘符的uuid不正确lsblk -f
sudo vim /etc/fstab # 将UUID修改为正确的值驱动问题要保证编译后的vmlinux和lib/modules/*里的驱动一致。su...
TSN调度算法优化CBS算法优化负载平衡:负载平衡涉及跨多条路径分配流量,降低拥塞风险并确保及时发送关键的实时流量。拥塞控制:拥塞控制技术可用于防止网络拥塞,确保实时流量传输无延迟或丢失。动态带...
操作系统Ubuntushortcutsnotes<WS-Arrow_key>将当前窗口移动到另一个屏幕软件vscodeshortcutsnotespycharmshortcutsno...
Linux Kernel buildbuild/.configls arch/loongarch/boot/dts/loongson
./arch/loongarch/boot/dts/loon...
ifconfighost1 configifconfig enp0s3f0 192.168.1.3/24host2 configifconfig enp0s3f1 192.168.1.4/24test
session操作tmux new # 创建默认名称的会话
tmux new -s mysession # 创建名为mysession的会话
tmux ls # 显示会话列表
...
enums Start At 0It will start at 0 and increment up along the way.linux kernelprintk("file %...
常用命令# 2>&1 其中2表示错误输出,输入到标准输出1中。
ls readme.txt 1.txt >out.log 2>&1
ls -alt ./
du ...
git branch 和 git checkout 分支git branch -a
git checkout `remotes/origin/branch-name` -b `origin/br...
notes<C-L> # clear screen
(gdb) p /x *p@100 # print array of length...
Client配置sudo vim /etc/ssh/sshd_config添加配置ClientAliveInterval 30
ClientAliveCountMax 6ClientAliveI...
全局设置 oh-my-zsh 不读取文件变化信息git config --global --add oh-my-zsh.hide-dirty 1
git config --global -add...
terminalvim open multi windows and filesvim file1 file2
vim -On file1 file2 # 垂直打开 :vsp
vim -on f...
optimize function方法一: 只针对1个function__attribute__((optimize("O0")))
int add (int a, int ...
Memory Layout of C Programs 这篇文章主要讲C程序中的内存布局。mainA typical memory representation of a C program c...
Linux ate my arm!
硬链接在文件系统里,每一个文件都会有一个 索引节点(Inode Index) ,这个索引节点用来标识这个文件,硬链接就是通过这个索引节点进行链接。只有在同一文件系统中的文件之间才能创建硬链接,不...
题目00112223467899由以上数字组成7个数(如 08 , 12, 29等)要求最大的数字不超过35且至少有2个数不超过15,并且不能重复,请列出所有组合。算法思想关于组合问题的求解,可...
- « 前一页
- 1
- 2
- 3
- 后一页 »