A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

© MrDevil 中级黑马   /  2016-5-31 10:39  /  341 人查看  /  0 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

import java.io.IOException;

public class Demo2_Runtime {

        /**
         * @param args
         * @throws IOException
         */
        public static void main(String[] args) throws IOException {
                Runtime r = Runtime.getRuntime();                        //获取运行时对象
                //r.exec("shutdown -s -t 300");
                r.exec("shutdown -a");
        }

}

评分

参与人数 1黑马币 +6 收起 理由
222222222222 + 6 很给力!

查看全部评分

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马