Sugo

          Goof off ? no way: never
          posts - 20, comments - 8, trackbacks - 73, articles - 1
            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理
               獲取網卡物理地址:
                   String cmd="ipconfig /all";
                   Process p=Runtime.getRuntime().exec(cmd);
                   BufferedReader bis=new BufferedReader(new InputStreamReader(p.getInputStream()));
                   String line="";
                   while((line=bis.readLine())!=null){
                     if(line.indexOf("Physical Address")!=-1){
                       Pattern ptn=Pattern.compile("((\\w{2})|(\\d{2})|(\\w+\\d+)|(\\d+\\w+))-.*");
                        Matcher m=ptn.matcher(line.trim());
                        while(m.find()){
                          System.out.println("get mac  "+m.group());
                        }
                     }
                    }

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 桦川县| 新巴尔虎左旗| 梧州市| 新余市| 陵水| 定兴县| 启东市| 临朐县| 德州市| 合肥市| 尤溪县| 静乐县| 天津市| 扶绥县| 湖南省| 左云县| 定日县| 泗阳县| 二连浩特市| 玛沁县| 兴国县| 咸阳市| 盘锦市| 光山县| 长顺县| 富蕴县| 温州市| 阳信县| 平利县| 遵化市| 义乌市| 南京市| 贞丰县| 贵阳市| 吐鲁番市| 旬阳县| 仁布县| 余庆县| 茶陵县| 山东省| 旌德县|