久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術(shù)文章
文章詳情頁

Java獲取電腦真實IP地址的示例代碼

瀏覽:2日期:2022-08-23 16:45:06

/** * @author yins * @date 2018年8月12日下午9:53:58 */import java.net.Inet4Address;import java.net.InetAddress;import java.net.NetworkInterface;import java.net.SocketException;import java.util.Enumeration; /** * 獲取本地真正的IP地址,即獲得有線或者無線WiFi地址。 * 過濾虛擬機、藍牙等地址 * @author yins * @date 2018年8月12日 下午9:53:58 */public class GetRealLocalIP { /** * 獲取本地真正的IP地址,即獲得有線或者無線WiFi地址。 * 過濾虛擬機、藍牙等地址 * @author yins * @date 2018年8月12日下午9:56:35 * @return */ public static String getRealIP() { try { Enumeration<NetworkInterface> allNetInterfaces = NetworkInterface .getNetworkInterfaces(); while (allNetInterfaces.hasMoreElements()) {NetworkInterface netInterface = (NetworkInterface) allNetInterfaces .nextElement(); // 去除回環(huán)接口,子接口,未運行和接口if (netInterface.isLoopback() || netInterface.isVirtual() || !netInterface.isUp()) { continue;}if (!netInterface.getDisplayName().contains('Intel') && !netInterface.getDisplayName().contains('Realtek')) { continue;}Enumeration<InetAddress> addresses = netInterface .getInetAddresses();System.out.println(netInterface.getDisplayName());while (addresses.hasMoreElements()) { InetAddress ip = addresses.nextElement(); if (ip != null) { // ipv4 if (ip instanceof Inet4Address) { System.out.println('ipv4 = ' + ip.getHostAddress()); return ip.getHostAddress(); } }}break; } } catch (SocketException e) { System.err.println('Error when getting host ip address' + e.getMessage()); } return null; }}

此代碼中只要讀取到了WiFi或者有線地址其中之一立即return。

以上就是Java獲取電腦真實IP地址的示例代碼的詳細內(nèi)容,更多關(guān)于Java獲取IP地址的資料請關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標簽: Java
相關(guān)文章:
主站蜘蛛池模板: 午夜你懂得| 人人操日日干 | 欧美高清成人 | 国产成人综合网 | 国产99精品在线 | 久久综合久久综合久久综合 | 九草在线 | 精品免费国产一区二区三区 | 亚洲精品久久久久久久久久久 | 亚洲视频在线观看视频 | av日韩在线播放 | 国产大学生一区 | 性处破╳╳╳高清欧美 | 亚洲一二三 | 国产高清在线精品一区二区三区 | 精品国产91乱码一区二区三区 | 免费观看成人毛片 | 亚洲欧美日韩一区二区 | 91精品国产91久久久久久最新 | 亚洲国产二区 | 亚洲精品免费观看 | 中文字幕免费视频观看 | 色综合色综合网色综合 | 欧美一区二区三区电影 | 欧美free性| sis色中色| 91久久国产综合久久91精品网站 | 国产午夜精品在线 | 欧美日韩在线观看中文字幕 | 国产羞羞视频在线观看 | 日日操av | 中国大陆高清aⅴ毛片 | 亚洲一级黄色 | 91免费看片 | 亚洲视频在线免费观看 | 亚洲黄色免费观看 | 亚洲一区在线免费观看 | 一二三区精品 | 香蕉av777xxx色综合一区 | 色综合成人 | 亚洲高清在线观看 |