摘要: 1 public class TestOutOfBound { 2 public static void main(String[] args) { 3 4 System.out.println(Integer.MAX_VALUE-(-Integer.MAX_VALUE)); //内存溢出 ... 阅读全文
posted @ 2015-06-08 19:24 45°的视角 阅读(1557) 评论(0) 推荐(0)
摘要: 在sql server中执行下属语句 不会出错alter table grand_son add testCol varchar2(40) not nullDEFAULT '**';但是在oracle 里执行该语句时 提示ORA-30649: 缺少 DIRECTORY 关键字后发现语句 oracle... 阅读全文
posted @ 2015-05-17 19:45 45°的视角 阅读(393) 评论(0) 推荐(0)