-
import java.net.*; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.I
import java.net.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
public class NetTool {
InetAddress myIPaddress = null;
InetAddress myServer = null;
public static void main(String args[]) throws Exception{
NetTool mytool;
mytool = new NetTool();
System.out.println("Your host IP is: " +
mytool.getMyIP());
System.out.println("The Server IP is :"
+ mytool.getServerIP());
System.out.println("Your Mac Address is: " +
mytool.getMACAddress());
}
//取得
- 2022-04-14 11:19:19下载
- 积分:1
-
jsp shop
jsp shop
- 2022-04-19 21:30:51下载
- 积分:1
-
CarModel
赛车程序:先对赛道和赛车建立模型,再制作GUI和控制算法实现自动驾驶,最终进行统一的系统调度。(Racing procedure: first track and the car model, and then the production of GUI and control algorithm for automatic driving, and ultimately a unified system for scheduling.)
- 2008-06-23 18:54:50下载
- 积分:1
-
gn
说明: 社区发现的经典算法 GN算法的java测试(Java test of the classical algorithm GN algorithm for community detection
)
- 2016-10-20 08:58:03下载
- 积分:1
-
1510958741_94979_ym
主要是仓库管理系统的JSP+SQL的开发和结合。(The main interface of warehouse management)
- 2018-07-05 20:45:37下载
- 积分:1
-
用java做一个简单的通话程序,客户端与服务器端通话的过程
用java做一个简单的通话程序,客户端与服务器端通话的过程-Use java to make a simple call procedure, call the client and server-side process
- 2023-01-26 20:15:03下载
- 积分:1
-
面向对象程序设计(Java)实验2
说明: 北京理工大学面向对象教程的JAVA实验,包含实验内容和数据还有源码(JAVA Experiment of Object-Oriented Course in Beijing University of Technology)
- 2019-06-29 17:36:34下载
- 积分:1
-
To write a java socket using a radio messenger applet. For the use of java lover...
自己写的一个使用java socket的广播信使的一个小程序。供java爱好者使用!-To write a java socket using a radio messenger applet. For the use of java lovers!
- 2022-10-04 04:40:03下载
- 积分:1
-
window下使用j2ee的jms工具做的网络应用的一个架构程序
window下使用j2ee的jms工具做的网络应用的一个架构程序-window using the jms Providing the tools to do a network application framework procedures
- 2022-12-14 05:10:03下载
- 积分:1
-
一个java的应用程序,它能实现"电子时钟"的功能.
一个java的应用程序,它能实现"电子时钟"的功能.-a java application, it can achieve "electronic clock" functions.
- 2022-01-25 20:19:21下载
- 积分:1