CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - java 远程

搜索资源列表

  1. IntallAppProject

    0下载:
  2. 一个远程部署的工程,支持windows和linux自动安装mysql和memcache-A remote deployment of the engineering, supports Windows and Linux installed automatically mysql and memcache
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:43549696
    • 提供者:伏丹
  1. ipCamera

    0下载:
  2. 网络视频录制功能,包括上传视频流到server上,然后客户端在远程访问-Network video recording capabilities, including uploading video streaming server, and then the remote access client
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2308143
    • 提供者:jason
  1. elfinder-1.2

    0下载:
  2. elFinder是基于Web的开源文件管理器,用Javascr ipt编写,使用了jQuery UI,灵感来自 Mac OS X 的 Finder 程序。 elFinder的主要目标是让你管理远程文件,像管理本地文件一样方便。它支持常用的本地操作方式,比如拖曳、移动、热键等。-elFinder is a Web-based open source file manager written in Javascr ipt, to use the jQuery UI, inspired by t
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:554175
    • 提供者:Stasi
  1. JAVA

    0下载:
  2. java 实现远程文件的读取,可以实现两台机器间文件的读取-java Implementation of remote file read
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:7055
    • 提供者:zhangqianghua
  1. BlazeDS-developer-guide

    0下载:
  2. BlazeDS是一个基于服务器的Java远程调用(remoting)和Web消息传递(messaging)技术,使得后台的Java应用程序和运行在浏览器上的Flex应用程序能够相互通信。 -BlazeDS is responsible for the communication of java application proggram and flex application proggram
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:275617
    • 提供者:tom
  1. 3-Java-RMI

    0下载:
  2. durham大学的RMI(远程方法调用)教程,主要讲解了有关JAVA环境下RMI的使用方法。-durham university RMI (Remote Method Invocation) tutorial, the main JAVA environment to explain about the use of RMI. Cheng.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2460265
    • 提供者:zz
  1. HL20090918006[1]

    0下载:
  2. 本文档大致描述采用Java的JMF框架实现视频远程监控功能-This document describes the general framework using Java, JMF for video remote monitoring
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1823063
    • 提供者:martin-liu
  1. remote_control-java

    0下载:
  2. Java编写的远程协助系统,直接可以拿来用的-Remote Assistance system written in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:434937
    • 提供者:wangxiaoyu
  1. PCAnyWhere

    0下载:
  2. java远程控制 controlled.bat 启动被控端,不显示控制台,用任务管理器关闭 controlled_cmd.bat 启动被控端,显示控制台 JPcAnyWhereControlled.java main.bat 启动主控端,不显示控制台 main_cmd.bat 启动主控端,显示控制台 JPcAnyWhere.java -java remote control controlled.bat start a host, does not show t
  3. 所属分类:Applet

    • 发布日期:2017-11-15
    • 文件大小:90919
    • 提供者:zhangat
  1. java-Remote-monitoring

    0下载:
  2. 介绍如何使用Java Robot对象实现远程服务器的控制,并给出了相应的Java源代码-Describes how to use the Java Robot object to control the remote server and gives the corresponding Java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:245898
    • 提供者:pqp
  1. CallManager

    0下载:
  2. 话费查询系统,分布式对象课程上老师派发的例子(西安电子科技大学课件例子)java 远程调用-Telephone Call Query
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:88276
    • 提供者:宋彦霖
  1. java_remote_call_sh

    0下载:
  2. java远程调用脚本工具类含源码和第三方包,已经封装好的工具类。可以直接使用其api。-java remote call scr ipting tools including source code and third-party package, has a good package tools. You can directly use their api.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:223211
    • 提供者:lee
  1. tianqi

    0下载:
  2. java 远程调用webservice实现天气预报功能,需要的可以-java 远程调用webservice实现天气预报功能,需要的可以看看
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:283499
    • 提供者:阿大
  1. RMI

    0下载:
  2. Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。 Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:741009
    • 提供者:罗广镇
  1. Tender

    0下载:
  2. java远程监控,局域网中可监视对方的屏幕-java remote monitoring, LAN can monitor each other' s screens
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5857918
    • 提供者:李俊华
  1. java

    1下载:
  2. 这个软件是一个类似QQ的聊天软件,服务器设置在局域网内,使用户的局域网聊天,安排你可以聊天的远程用户在互联网上。支持群聊和私聊。-This software is a similar QQ chat software, the server is arranged within the LAN, enabling users to chat LAN, arranged on the internet you can chat for remote users. Support group cha
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:883250
    • 提供者:苟于华
  1. RemoteControl

    0下载:
  2. Java远程控制的一个简单Java窗体程序-Form a simple Java program Java remote control
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:14080
    • 提供者:周志臻
  1. create_direct_pay_by_user-JAVA-GBK

    0下载:
  2. 支付宝纯网关接口(create_direct_pay_by_user) 需要配置的文件是: alipay_config.java alipayapi.jspreturn_url.jsp notify_url.jsp 本代码示例(demo)中模拟获取远程HTTP信息使用的是commons-httpclient-3.0版本的第三方架包、及支付宝的httpClient封装类。 如果您不想使用该方式实现模拟获取远程HTTP功能,那么可以用其他方式代替,此时需您自行编写代码。
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:1023541
    • 提供者:Shaofing
  1. java-web

    0下载:
  2. java web myeclipse社区医院远程挂号系统-java web myeclipse Community Hospital remote registration system
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-26
    • 文件大小:9717858
    • 提供者:
  1. UDP

    0下载:
  2. 使用UDP协议,利用JAVA图形界面,在绑定端口和对方IP地址后实现远程通信。(with the usage of UDP protocol and JAVA programming,after bond IP and port in the other computer , different computer can communicate with each other in the windows)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:10240
    • 提供者:ghost_880
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com