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

搜索资源列表

  1. xmlRpc

    0下载:
  2. 这是几个关于远程过程调用的例子,有需要作web编程的可以参考一下-several of the Remote Procedure Call example, the need for web programming can make reference to
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8995
    • 提供者:tangtang
  1. test.rar

    0下载:
  2. java程序模拟鼠标,进行模拟鼠标事件,调用robot类来实现网页中的相关连接模拟点击,java program simulated mouse, to simulate a mouse event, call-type robot to realize the relevance of web pages to connect analog clicks
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:zhangjianhua
  1. soaproject

    0下载:
  2. SOA,网络服务计算的作业,模拟银行POS系统抽象出一些关键的业务流程,我们称为简单的银行账户管理程序。-SOA, Web services computing operations, the abstract simulation of the bank POS system a number of key business processes, what we call a simple bank account management process.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3569666
    • 提供者:ucvvf
  1. Java_3D_Source

    0下载:
  2. Java 3D是Java语言在三维图形领域的扩展,是一组应用编程接口(API)。利用Java 3D提供的API,可以编写出基于网页的三维动画、各种计算机辅助教学软件和三维游戏等等。利用Java 3D编写的程序,只需要编程人员调用这些API进行编程,而客户端只需要使用标准的Java虚拟机就可以浏览,因此具有不需要安装插件的优点。   JAVA 3D从高层次为开发者提供对三维实体的创建、操纵和着色,使开发工作变得极为简单。同时,JAVA 3D的低级API是依赖于现有的三维图形系统的,如Direc
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7875515
    • 提供者:
  1. CodeProjectClient

    0下载:
  2. You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge post
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:7589
    • 提供者:Joe
  1. callWebServiceUsingJavaScript

    0下载:
  2. Web Service的应用,使用Javascr ipt调用Web Service的示例代码,多多交流,互相学习。-Web Service applications, the use of Javascr ipt to call Web Service sample code, more exchanges, learn from each other.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:39651
    • 提供者:jshu
  1. httpclient

    0下载:
  2. 用java调用httpclient的方式获取网页内容,网上有很多例子是基于httpclient低版本做的,这个是基于最新版本,很多方法变化了-Java call using httpclient access Web content, online there is a lot of examples are based on low-httpclient version to do, which is based on the latest version, changed a lot of
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:1039470
    • 提供者:leason
  1. testWST3

    0下载:
  2. in liferay use java web start call osworkflow designer
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:825529
    • 提供者:wangkai
  1. google_search_api

    0下载:
  2. 本次介绍使用Axis通过Web Service调用Google SOAP Search API,实现Google搜索、Google快照、Google拼写这三项功能,包括示例源代码。-Axis on the use of the Web Service Call through the Google SOAP Search API, the realization of Google Search, Google snapshot, Google the spelling of these thr
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:10581
    • 提供者:tanxiaobo
  1. invertedreflectioninwater

    0下载:
  2. 利用Javascr ipt实现相册展示的倒影效果,含网页调用示范和全英文解说。本资源为国外下载,使用代码请用于非商业用途,-Photos show the use of Javascr ipt to achieve reflection effects, including web pages call the demonstrations and explanations in English. The resources for foreign download, please use th
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:170531
    • 提供者:sinoor
  1. NetGame

    0下载:
  2. 一款JAVA网络格斗游戏,分服务端和游戏端,通过这个源代码你可以了解到用JAVA编写网络服务端的实例,还可了解到JAVA游戏的显示类、游戏控制类、游戏界面绘制类和声音调用类等。-A JAVA network fighting games, points and game server side, through which the source code you can learn to prepare to use JAVA web server instance, but also lear
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:112145
    • 提供者:227
  1. 2_dbcomponent

    0下载:
  2. 说明: 此组件为操作数据库的组件,实现了jdbc的功能,还包含了一些分页功能,实现事务的功能等。 组件中有一些静态的方法,在这些方法中包含了开关数据库的操作,所以用户不需要实例化对象就可以用类名调用这个方法,同时实现对数据库的操作。 组件中非静态的方法则需要实例化对象才可以调用,在实例化过程中会调用构造方法,开启数据库,在最后还要调用关闭数据库的方法。 在测试例子中用了一个main()方法,用户只需将环境配好,运行一下main方法就可以看到结果。 环境搭建: 1.首
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1187550
    • 提供者:姜晓燕
  1. Tree-structure-components

    0下载:
  2. 环境的搭建: 1、新建一个Web工程 2、将Enviroument下的smart个文件夹拷贝到工程的src下面 3、将Enviroument下的CssLib,scr iptLib,Icon文件夹拷贝到工程的WebRoot下面 4、在工程的src下新建一个包smart.css.treeview 5、将Source下的类拷贝到新建的包smart.css.treeview里面 6、将Jsp下的页面拷贝到工程的WebRoot下面 7、运行工程就可以调用类tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:132188
    • 提供者:姜晓燕
  1. Video-conversion-processing

    0下载:
  2. 环境的搭建: 1、新建一个Web工程. 2、在工程的src下新建一个包smart.jrsoft.video. 3、将Source下的ChangeVideo类拷贝到新建的包smart.jrsoft.video里面. 4、将Enviroument里面的makeing.bat和encoder.bat文件放在c盘根目录下面. 5、将Enviroument里面的ffmpeg.exe文件放在windows-->system32下面. 6、运行ChangeVideo里面的main
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:2416602
    • 提供者:姜晓燕
  1. jQuery1.2.6

    0下载:
  2. jQuery 是一个快速的,简洁的 javascr ipt 库,使用户能更方便地处理 HTML documents、events、实现动画效果,并且方便地为网站提供 AJAX 交互。 jQuery 还有一个比较大的优势是,它的文档说明很全,而且各种应用也说得很详细,同时还有许多成熟的插件可供选择。 jQuery 能够使用户的 html 页保持代码和 html 内容分离,也就是说,不用再在 html 里面插入一堆js来调用命令了,只需定义 id 即可。 -jQuery is a fast, sim
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:66865
    • 提供者:Sing
  1. Web.fuwu.Java.kehutuan

    0下载:
  2. asp.net下开发的web服务。用java语言进行调用-asp.net web service under development. Call using java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1299896
    • 提供者:shenxiaobnop
  1. webservice

    0下载:
  2. WebService在cs后台程序中的调用 A、通过命名空间和类名直接调用 B、通过添加WEB引用的方式调用,首先添加WEB引用,通过URL指向WEBSERVICE,指定WEB引用名-Program in the background WebService call cs A, namespace and class name through direct calls to B, by adding a reference to the way WEB call, first add
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:3882
    • 提供者:刘彦生
  1. Modeling-Service-

    0下载:
  2. web服务开发与构建指南,包括如何调用web服务-web services development and construction guidelines, including how to call web services
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:2013864
    • 提供者:尹银
  1. java-call-map

    0下载:
  2. java调用地图   在网上查到可以使用Javascr ipt在网页中嵌入Google Map,并且能够通过各种服务向地图添加内容,从而在自己的网站上建立地图应用程序。-java Call map Found on the Internet can use Javascr ipt embedded in a web page, Google Map, and the ability to add content to the map through a variety of services,
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:2068044
    • 提供者:王子墨
  1. mr-web

    0下载:
  2. easyui的使用,easyui 调用后台方法-easyui use, easyui call back methods, etc.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1806432
    • 提供者:王文华
« 12 3 4 »
搜珍网 www.dssz.com