平台 论坛 博客 文库 | |
查看:
3701
|
回复:
9
|
指定JAVA程序只使用某个IP与外部网络通信 [复制链接] |
|
20可用积分
最佳答案package src;import java.io.*;public class getMac {public static void main(String[] args) {try {Process process = Runtime.getRuntime().exec("ipconfig /all");InputStreamReader ir = new InputStreamReader(process.getInputStream());LineNumberReader input = new LineNumberReader(ir);String line;while ((line = input.readLine()) != null)if (line.indexOf("Physical Address") > 0) {String MACAddr = line.subst ...
| |
|
||
|
回复 #1 helpid 的帖子
| |
|
||
|
| |
|
||
|
| |
|
||
|
| |
|
||
|
| |
|
||
|
回复 #5 caojiqun 的帖子
| |
|
||
|
|
|
|
|
| |
|
||
北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员 联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处
清除 Cookies - ChinaUnix - Archiver - WAP - TOP |