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());
                        }
                     }
                    }

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


          網站導航:
          博客園   IT新聞   Chat2DB   C++博客   博問  
           
          主站蜘蛛池模板: 龙泉市| 福贡县| 连江县| 色达县| 长寿区| 乌兰察布市| 买车| 鄂尔多斯市| 耒阳市| 沙雅县| 天峻县| 博湖县| 盐源县| 监利县| 合山市| 广昌县| 集安市| 酉阳| 沙湾县| 获嘉县| 沙河市| 鹤峰县| 房产| 福清市| 米脂县| 安丘市| 措勤县| 寿阳县| 曲阜市| 民勤县| 饶河县| 都昌县| 开远市| 彰化市| 承德市| 新巴尔虎左旗| 水富县| 晴隆县| 娄底市| 金门县| 镇江市|