摘要:
❯ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be 阅读全文
摘要:
在我们日常开发中,运行一个服务,都是在 shell 或 cmd 下执行命令,像是使用 go run main.go 直接编译运行,或是 go build 编译生成可执行文件后,以 ./xxx 方式运行。 Go 支持交叉编译生成各平台的可执行文件。那有没有想过如何把你写的程序编译后跑在 Android 阅读全文
摘要:
原文 寄存器 Instruction Notation R(A) Register A (specified in instruction field A) R(B) Register B (specified in instruction field B) R(C) Register C (spe 阅读全文
摘要:
Packets and overflows 摘抄自 https://libusb.sourceforge.io/api-1.0/libusb_packetoverflow.html Packet abstraction The USB specifications describe how data 阅读全文