看來this是從您main一個return status code的一種方式。 但我想知道這個int去哪了?我在eclipse上試過,但是我沒有在控制檯上看到它。 我怎麼了status code public static void main(String[] args){
int status = 123;
System.exit(status);
}
我目前正在開發一款需要大量電池才能支持背景GPS跟蹤的應用程序。我的經驗表明,當人們不再需要跟蹤時,人們只會忘記在後臺運行的應用程序。因此我設置了一些應該在4小時後關閉應用程序的代碼。 public class SelfDestructor {
private static SelfDestructor instance;
private final long IDLE_T