08 2016 档案
摘要:当我们用 select sysdate+number from dual ;我们得到的是,当前的时间加上number天后的时间。从这里我们也可以看出,使用这种方式进行时间计算的时候,计算的单位是天,那么,如果我们如果要获取系统时间加上几个小时候的时间,我们应该怎么算呢?很容易,以此类推我们可以写成如
阅读全文
摘要:在Eclipse中使用Maven添加模块时报错:The parent project must have a packaging type of POM 在Eclipse中使用Maven添加模块时报错:The parent project must have a packaging type of
阅读全文
摘要:String t = "\u53d6"; try { String gbk=URLEncoder.encode(t,"GBK"); System.out.println(gbk); } catch (UnsupportedEncodingException e) { e...
阅读全文
摘要:一、异常{ ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: 10.190.121.
阅读全文

浙公网安备 33010602011771号