o's Avatar

o

10 篇文章

gcc

-E 预处理 -S 编译 -C 汇编
2025-08-08 13:13

7-3

show
2025-07-16 13:20

Altium快捷键

shift+空格 接线角度
2025-06-26 14:13

6-4

sing fox wolf eagle giraffe penguin care take care of sandwich snake scary neck guest shark whale show shoe speak club save
2025-06-24 12:17

gpio

推挽:数据寄存器1时p-mos导通。0时n-mos导通 开漏:p-mos无效。1时n-mos断开。0时n-mos导通
2025-06-23 22:22

6-3

aunt shoe swim dance chess tell join story store write take
2025-06-19 11:10

tmux

新建 tmux new -s vpn 重连 tmux attach -t 名
2025-06-16 16:34

v2ray-core

服务器 { "inbounds": [ { "port": 自定义端口, "protocol": "vmess", "settings": { "clients": [
2025-06-16 16:18

6-2

twelth hour history boring lesson skirt history lesson skirt April third twentieth thirteen busy favorite
2025-06-09 23:27

指针实现多个输入输出

#include<stdio.h> void d(const int* a, int* b, int* c) { int i; for (i = 0; i < 2; i++) { if (i < 1) { *b = *b + *a; } else if (i >=1)
2025-06-09 18:19