vault backup: 2026-01-24 15:10:10

This commit is contained in:
2026-01-24 15:10:10 +08:00
parent 34a9796c74
commit abb38ee810
2 changed files with 53 additions and 9 deletions

View File

@@ -23,4 +23,5 @@ sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other #填入
chmod +x mount_hgfs #增加执行权限
mv mount_hgfs /bin #移动到/bin路径下 以后使用 mount_hgfs 直接执行
```
- C语言`&&`运算符的左值为假时,右值不进行计算,同理`||`运算符左值为真右值不进行计算
- C语言`&&`运算符的左值为假时,右值不进行计算,同理`||`运算符左值为真右值不进行计算
- 按位异或`^a ^ b = c , a ^ c = b , b ^ c = a;`,可用于进行数的交换(省去中间值)