摘要:
【结论】 位运算稍快一点点。 【代码】 package com.hy.lab.bitcalc; public class Test { public static void main(String[] args){ final int max=1000000000; int oddCnt=0; lo 阅读全文
摘要:
【错误描述】 ORA-12505,TNS:listener does not currently know of sid given in connect descriptor. 【出错原因】 老的url写法不适用于新的数据库。 之前程序url和dirver是这样写的: public static 阅读全文