-
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
-
java jstl 页面开发包
资源描述/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included wit
- 2023-03-28 00:35:04下载
- 积分:1
-
《Java Swing图形界面开发与案例详解》源代码
《Java Swing图形界面开发与案例详解》源代码 是开发java图形界面的好助手
- 2022-02-11 23:17:05下载
- 积分:1
-
Two Number Add
导入静态;java.lang.System系统;
- 2022-01-28 17:01:50下载
- 积分:1
-
完整的servlet项目
学习怎么运行servlet
此项目提供了一个完整的servlet运行的例子
环境tomcat 6 或者 tomcat7
JDK 1.7
- 2022-03-11 09:20:34下载
- 积分:1
-
spring jdbc工具
spring jdbc工具,简化了spring的开发,dao层采用了注解,代理,方便开发,sql文件更是采用了sql存储方式,语法高亮方便开发
- 2022-03-15 12:24:43下载
- 积分:1
-
JSMS图书馆
应用背景送 ; ; ; JSMs JSMS图书馆使用;有效。 ; ; ; ;关键技术Java J2SE核心Java,XML,网络,3G调制解调器,GSM & nbsp;
- 2022-07-04 14:26:41下载
- 积分:1
-
Hello World
这是用JSF打印helloworld的示例项目。面向Java服务器的良好体系结构
- 2022-07-26 23:20:25下载
- 积分:1
-
cas 之自定义登录
资源描述之前项目需要多个项目整合实现单点登录,并且保留各自的登录界面,搜索整个网站并没有找到其相关源码,本例自己修改源代码之后编写的cas 自定义登录demo,包含部署的tomcat 启动tomcat就能用。拒绝标题党。良心之作。献给有需要的人。
- 2022-01-25 18:37:41下载
- 积分:1
-
敌对搜索
对抗性搜索
- 2022-05-12 19:53:05下载
- 积分:1