05 2021 档案
摘要:异或 异或特性 参与运算的两个值,如果两个相应位相同,则结果为 0,否则为 1 0^0=0, 1^1=0 1^0=1, 0^1=1 任何数异或自己,等于把自己置 0 对于任何数 x,都有 x^x=0,x^0=x 1 异或任何数,其结果 = 任何数取反 交换律:a ^ b = b ^ a 结合律:(a
阅读全文
摘要:Pfsense手动配置 OpenVPN 用户名密码 配置参考 openvpn-man V2.4 官方 manpage Reference manual for OpenVPN 2.0 Using alternative authentication methods OpenVPN使用用户名/密码验证
阅读全文
摘要:attribute机制 参考 attribute attribute - en Using GNU C attribute GNU 官方文档 - gcc 版本可选 c语言中__attribute__的意义 GCC 官方文档:《Using the GNU Compiler Collection》 go
阅读全文

浙公网安备 33010602011771号