CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - ip地址

搜索资源列表

  1. ChatSystemBasedonjava

    0下载:
  2. 本例中聊天服务器默认于本地8000端口建立服务; 本例中聊天客户端默认连接59.64.7.48地址8000端口服务器;因为客户端没有提供服务器IP设置接口,所以必须在程序代码中修改服务器地址。-this case Chat Server default port 8000 in the establishment of local services; In this example, the default chat client connecting 59 .64.7.48 address
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:26561
    • 提供者:李志
  1. rolemanager

    0下载:
  2. java实现权限管理,用myeclipse可直接导入此工程,到http://javaframe.googlecode.com/files/role_manager-lib.rar下载JAR文件copy到WEB-INF/lib文件夹下然后发布到tomcat5.5+中可直接运行使用【http://ip:port/project_name】。 注意:配置数据库地址及创建db/role_db.sql文件中的表并且添加相应的数据到数据库中【此sql是mysql的脚本,用其他数据库时注意转换数据类
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2528668
    • 提供者:softnm
  1. URLtoIP

    0下载:
  2. 用于网页地址栏,可将URL转为IP,方便快速链接,节省时间。-For the web address bar, URL can be converted to IP, convenient and fast links, save time.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:542
    • 提供者:荒唐
  1. Telnet

    0下载:
  2. java语言编写的telnet功能,可以查找出ip的地址。-java telnet ip address
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:12057115
    • 提供者:刘华
  1. Sysinfo

    0下载:
  2. 获取电脑相关配置信息,比如网卡流量、cpu和内存使用率、ip和mac地址、操作系统等。但是只能获取本机,不能作为客户端的形式-Access to computer-related configuration information, such as LAN traffic, cpu and memory usage, ip and mac address, the operating system. But the only access to the machine, not as a cli
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:4153
    • 提供者:蓝影
  1. Analyzer

    0下载:
  2. 通过访问网页记录.log文件,输出最常访问IP,最常访问地址,是否有无效链接等。-By visiting the Web History. Log file, output most visited IP, the most visited address whether there are broken links, etc..
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:132282
    • 提供者:cry
  1. IPparse

    0下载:
  2. java代码根据IP获取用户所在地址信息,根据QQ地址信息获取-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:8824
    • 提供者:孙凯
  1. java-mac

    0下载:
  2. java_根据IP获取客户端Mac地址win7版-java_ Get the Mac address of the client based on the IP
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-26
    • 文件大小:7716
    • 提供者:王德涛
  1. lgin

    0下载:
  2. 登录程序实现显示上次登录时间和地址,使用listener-login,show last login time and ip,used listener
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:15216
    • 提供者:majun
  1. ConvertSubnetCIDR2IPv4

    0下载:
  2. 根据IP和子网掩码算出网络地址、广播地址、地址范围、主机数-Calculate the network address, broadcast address, address range, the number of hosts based on IP and subnet mask
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2033
    • 提供者:Jacky
  1. RemoteSupport

    0下载:
  2. 远程支持模块代码,采用java编写,主要是反弹启动服务端的ssh,并与指定的地址建立连接,然后远程支持就可以使用ssh连接到需要支持的服务端上,在ubuntu server下运行。-RemoteSupport codes.It is writed by java.It s main action is to auto connect server to client use the refined ip.It runs in ubuntu server.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-17
    • 文件大小:15532
    • 提供者:chenyong
  1. IpAddrSearch

    0下载:
  2. 根据所获得IP查找对应的地址,可以具体到街道,对重复验证很有帮助-According to the obtained find the corresponding IP address, can be specific to the street, very helpful for repeated verification
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:1285
    • 提供者:赵亮
  1. socket

    0下载:
  2. 可以实现窗口多人通话,并且显示IP地址,实时显示时间(Can realize the window multi person call, and display IP address, real-time display time)
  3. 所属分类:Java编程

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:油头坑神
  1. hostlookup

    0下载:
  2. 编写一个程序HostLookup.java,完成主机域名与IP地址的查询: (1)如果用户输入了域名,要求程序返回对应的IP地址 (2)如果用户输入了IP地址,要求程序返回其对应的域名 (3)编写一个方法,能够有效地检测输入的字符串是否是一个IP地址,并在HostLookup.java中调用验证。(Write a program HostLookup.java, complete the host domain name and IP address query: (1) i
  3. 所属分类:Java编程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:大奇
  1. sftp2java

    0下载:
  2. 如果知道服务器ip地址,端口号,服务器文件位置,可以使用sftp协议下载文件。(If you know server's IPaddress,port number,file directory,you can download files form server by sftp protocal.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:273408
    • 提供者:林纳斯
  1. VDARJV50

    0下载:
  2. 获取本机IP地址的源代码,不错的源码,很好用()
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:163840
    • 提供者:yonpugl
« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com