摘要: public static long calSpeed(String ip) { Runtime runtime = Runtime.getRuntime(); // 获取当前程序的运行进对象 Process process = null; // 声明处理类对象 ... 阅读全文
posted @ 2014-11-21 11:03 RY一步一个脚印 阅读(352) 评论(0) 推荐(0)