摘要:
If number 511, DEC2BIN returns the #NUM! error value. 所以不能直接使用DEC2BIN函数。 可以使用以下方法,将BR2中的数据由十进制转换为二进制: =DEC2BIN(MOD(QUOTIENT(BR2,256^3),256),8)&DEC2BIN(MOD(QUOTIENT(BR2,256^2),256),8)&DEC2BIN(MOD(QU... 阅读全文
摘要:
点击阅读原文 I spent a little bit of time playing with Git today, specifically the way that the ^ (caret) and ~ (tilde) work and thought I'd document it her 阅读全文