亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

java怎么獲取用戶客戶端mac地址

瀏覽:118日期:2023-11-17 15:38:13

問題描述

怎么在java中獲取到用戶客戶端MAC地址,試過很多方法獲取到的都是獲取服務器端MAC地址,并且也要考慮用戶有多個網卡的情況,如果有多個網卡就會有多個mac地址,需要獲取聯網的網卡的mac地址,系統沒有使用反向代理。java怎么獲取用戶客戶端mac地址

問題解答

回答1:

用java.net.NetworkInterface

Enumeration<NetworkInterface> nets = NetworkInterface.getNetworkInterfaces();for (NetworkInterface netint : Collections.list(nets)) { System.out.printf('Name: %sn', netint.getName()); for (InetAddress inetAddress : Collections.list(inetAddresses)) {System.out.printf('InetAddress: %sn', inetAddress); } System.out.printf('Hardware address: %sn', Arrays.toString(netint.getHardwareAddress())); ...}回答2:

你的這段代碼在哪運行就拿到的是哪的mac地址如果你是web應用,除非你的客戶端和你的應用服務器在同一個局域網,否則你拿不到的如果你是c/s應用,那就在c端獲取,在報文里傳給s端具體原因,可以看下OSI7層網絡模型

回答3:

聲明本答案轉載,如需刪除,請告知。http://blog.csdn.net/yfkiss/a...

import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.net.InetAddress;import java.net.NetworkInterface;/** * 與系統相關的一些常用工具方法. * * @author lvbogun * @version 1.0.0 */public class SystemTool { /** * 獲取當前操作系統名稱. return 操作系統名稱 例如:windows xp,linux 等. */ public static String getOSName() {return System.getProperty('os.name').toLowerCase(); } /** * 獲取unix網卡的mac地址. 非windows的系統默認調用本方法獲取. * 如果有特殊系統請繼續擴充新的取mac地址方法. * * @return mac地址 */ public static String getUnixMACAddress() {String mac = null;BufferedReader bufferedReader = null;Process process = null;try { // linux下的命令,一般取eth0作為本地主網卡 process = Runtime.getRuntime().exec('ifconfig eth0'); // 顯示信息中包含有mac地址信息 bufferedReader = new BufferedReader(new InputStreamReader( process.getInputStream())); String line = null; int index = -1; while ((line = bufferedReader.readLine()) != null) {// 尋找標示字符串[hwaddr]index = line.toLowerCase().indexOf('hwaddr');if (index >= 0) {// 找到了 // 取出mac地址并去除2邊空格 mac = line.substring(index + 'hwaddr'.length() + 1).trim(); break;} }} catch (IOException e) { e.printStackTrace();} finally { try {if (bufferedReader != null) { bufferedReader.close();} } catch (IOException e1) {e1.printStackTrace(); } bufferedReader = null; process = null;}return mac; } /** * 獲取widnows網卡的mac地址. * * @return mac地址 */ public static String getWindowsMACAddress() {String mac = null;BufferedReader bufferedReader = null;Process process = null;try { // windows下的命令,顯示信息中包含有mac地址信息 process = Runtime.getRuntime().exec('ipconfig /all'); bufferedReader = new BufferedReader(new InputStreamReader( process.getInputStream())); String line = null; int index = -1; while ((line = bufferedReader.readLine()) != null) {System.out.println(line);// 尋找標示字符串[physicalindex = line.toLowerCase().indexOf('physical address');if (index >= 0) {// 找到了 index = line.indexOf(':');// 尋找':'的位置 if (index >= 0) {System.out.println(mac);// 取出mac地址并去除2邊空格mac = line.substring(index + 1).trim(); } break;} }} catch (IOException e) { e.printStackTrace();} finally { try {if (bufferedReader != null) { bufferedReader.close();} } catch (IOException e1) {e1.printStackTrace(); } bufferedReader = null; process = null;}return mac; } /** * windows 7 專用 獲取MAC地址 * * @return * @throws Exception */ public static String getMACAddress() throws Exception {// 獲取本地IP對象InetAddress ia = InetAddress.getLocalHost();// 獲得網絡接口對象(即網卡),并得到mac地址,mac地址存在于一個byte數組中。byte[] mac = NetworkInterface.getByInetAddress(ia).getHardwareAddress();// 下面代碼是把mac地址拼裝成StringStringBuffer sb = new StringBuffer();for (int i = 0; i < mac.length; i++) { if (i != 0) {sb.append('-'); } // mac[i] & 0xFF 是為了把byte轉化為正整數 String s = Integer.toHexString(mac[i] & 0xFF); sb.append(s.length() == 1 ? 0 + s : s);}// 把字符串所有小寫字母改為大寫成為正規的mac地址并返回return sb.toString().toUpperCase(); } /** * 測試用的main方法. * * @param argc 運行參數. * @throws Exception */ public static void main(String[] argc) throws Exception {String os = getOSName();System.out.println(os);if (os.equals('windows 7')) { String mac = getMACAddress(); System.out.println(mac);} else if (os.startsWith('windows')) { // 本地是windows String mac = getWindowsMACAddress(); System.out.println(mac);} else { // 本地是非windows系統 一般就是unix String mac = getUnixMACAddress(); System.out.println(mac);} }}

標簽: java
相關文章:
主站蜘蛛池模板: 国产一级理仑片日本 | 日韩不卡视频在线 | 欧美黑人c黑人做人爱视频 欧美黑人vs亚裔videos | 国产日产精品_国产精品毛片 | yy6080久久亚洲精品 | 国产精品第8页 | 欧美日韩综合网在线观看 | 日韩在线免费视频 | 日韩精品免费在线观看 | 国产特级毛片aaaaaa | 国产精品美乳免费看 | 亚洲一区不卡 | 五月天婷婷网站 | 午夜激情在线观看 | a极毛片 | 日韩欧美一区二区三区久久 | 国产91中文剧情在线观看 | 中日韩精品视频在线观看 | 国产精品久久久久亚洲 | 免费观看爱爱视频 | 亚洲欧美日韩精品久久亚洲区 | 久久久美女| 又做又爱高清免费观看 | 777福利 | 亚洲一级理论片 | 一本大道香蕉中文日本不卡高清二区 | 国产伦精品一区二区三区精品 | 免费一级黄色片 | 国产网站麻豆精品视频 | 亚洲第一a亚洲 | 综合九九 | 久久日本精品国产精品白 | 免费自拍视频 | 国产成人高清亚洲一区91 | 国产精品成人aaaaa网站 | 国产精品夜间视频香蕉 | 国产在线观看成人免费视频 | 天天色影院 | 欧美任你躁免费精品一区 | 欧美一级黄色带 | 尤物视频在线观看网址 |