Thread actress = new Thread(new Actress(),"Ms.Runnable");
No enclosing instance of type Actor is accessible. Must qualify the allocation with an enclosing instance of type Actor (e.g. x.new A() where x is an instance of Actor).
这个错误是什么意思呢?
No enclosing instance of type Actor is accessible. Must qualify the allocation with an enclosing instance of type Actor (e.g. x.new A() where x is an instance of Actor).
这个错误是什么意思呢?
2014-12-01
旗标和interrupt联合使用,解决满负载阻塞队列中,旗标带来的无限等待的问题,同时整洁的处理死亡的线程。
2014-11-27