标签:重启 exception str down except imp span static blog
package com.swift;//可以不要这句 import java.io.IOException; public class Shutdown100 { public static void main(String[] args) { try { Runtime.getRuntime().exec("shutdown -s -t 60");//其实就这一句 shutdown -r是重启 } catch (IOException e) { e.printStackTrace(); } } }
标签:重启 exception str down except imp span static blog
原文地址:http://www.cnblogs.com/qingyundian/p/7631869.html