01 2020 档案
摘要:从一个面试题说起... 不借助第三个变量交换a,b两个变量值 一个很经典的答案是通过异或来解决 关键字 先决条件 0为假,1为真 "^":对应逻辑运算异或(XOR)。 重点在"异",只有[1]XOR[0]或[0]XOR[1]才为1;一真一假即真; a ^ a = 0 ; a ^ 0 = a ; 先决
阅读全文
摘要:引用解决方案 Well,Just worked it out. While having both installations we have two ORACLE_HOME directories and both have SQAORA32.dll files. While looking up
阅读全文