20090402的System.StackOverflowException 异常
摘要:
一般来说,这是因为你的程序里有死循环 最常见的一种情况是属性自己调用自己,导致栈溢出. 如: public class A { private int i = 0; //访问这个属性就出现问题。 public int I { ... 阅读全文
posted @ 2009-04-02 11:19 阿万 阅读(377) 评论(0) 推荐(0)
Be My Personal Best!
2009年4月2日 #
posted @ 2009-04-02 11:19 阿万 阅读(377) 评论(0) 推荐(0)