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 阅读全文
posted @ 2021-05-13 11:08 Brucegot9stars 阅读(132) 评论(0) 推荐(0)
摘要:Pfsense手动配置 OpenVPN 用户名密码 配置参考 openvpn-man V2.4 官方 manpage Reference manual for OpenVPN 2.0 Using alternative authentication methods OpenVPN使用用户名/密码验证 阅读全文
posted @ 2021-05-13 10:53 Brucegot9stars 阅读(1) 评论(0) 推荐(0)
摘要:attribute机制 参考 attribute attribute - en Using GNU C attribute GNU 官方文档 - gcc 版本可选 c语言中__attribute__的意义 GCC 官方文档:《Using the GNU Compiler Collection》 go 阅读全文
posted @ 2021-05-11 18:12 Brucegot9stars 阅读(504) 评论(0) 推荐(0)