06 2006 档案

摘要: System.StackOverflowException两个类互相调用,出现这个异常,不过这只是一种可能性,参考里是另一种,其他情况Googleclass A(){B() b = new B();...}class B(){A() a = new A();...}参考:StackOverflowException 因执行堆栈溢出错误引发,通常在存在非常深的递归或无界递归时发生。LocallocM...阅读全文
posted @ 2006-06-15 16:20 CooS 阅读(1128) | 评论 (0) 编辑
摘要: No size set for variable length data type: String when try to insert an empty string to oracle through .Net, it would through an error like this:No size set for variable length data type: String. It o...阅读全文
posted @ 2006-06-03 17:57 CooS 阅读(89) | 评论 (0) 编辑