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

搜索资源列表

  1. http-java-applet.rar

    0下载:
  2. 这是我编译好的http-java-applet小程序,可以在linux下运行,方便使用.如在浏览器上看摄像头图象,good small programing .it use for embedded linux ,a http-java-applet
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:28213
    • 提供者:阳光
  1. HTTP

    0下载:
  2. 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:7727
    • 提供者:linchao
  1. miniserver4j-0.1

    0下载:
  2. miniServer4J 是一个简洁小巧的 HTTP WEB 应用服务器。 其底层基于 JRE6.0 Networking 模块的 com.sun.net.httpserver 工具包提供对 HTTP 协议层提供支持, 在此基础上对上层应用程序提供标准的 Java Servlet 支持。-miniServer4J is a simple and compact HTTP WEB application server. Based on its bottom JRE6.0 Networking t
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:1239019
    • 提供者:1111
  1. jAVA

    0下载:
  2. 实现http的多项功能,post功能,多线程功能,错误检测机制等等。实现Ftp上传下载数据的功能 能够与FTP服务器建立连接 商量通信端口 上传和下载数据 权限的控制 -Http implementation of a number of functions, post functions, multi-threaded functions, error detection mechanisms and so on. Implementation Ftp upload dow
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:554471
    • 提供者:陈猪猪
  1. RabbIT3-src.tar

    0下载:
  2. 一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed o
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:376055
    • 提供者:leichi
  1. HTTPServer

    0下载:
  2. 用java语言学习写的一个httpserver,有基本的功能,适合初学http server的参考-Java language learning to write with a httpserver, basic features, suitable for beginner reference http server
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:8300813
    • 提供者:steed
  1. flickrapi-1.2

    0下载:
  2. java的flickr API的实现,可以自动的根据标签或者关键字进行图片下载-This is a Java API which wraps the REST-based Flickr API (information available at http://www.flickr.com/services/api/). This API has been tested with JDK 1.4 and JDK 1.5. The default distribution is b
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:759702
    • 提供者:lipiji
  1. JavaTransmissionControlProtocol

    0下载:
  2. JAVA传输控制协议 Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。-JAVA Transmission Control Protocol Http client program has been integrated into the Java language, you can cal
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:214191
    • 提供者:yangjie
  1. ProxyJava

    0下载:
  2. A web proxy server is an intermediate agent forwarding HTTP messages between two computers - a client and a server. Both of them have no idea about the existence of the proxy as it is transparent to them. They send their requests and responses th
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:14604
    • 提供者:Herman Chan
  1. java-URL

    0下载:
  2. 创建一个简单的HTTP客户程序,它访问由命令行参数(即main方法的参数)指定的一个网页并把得到的HTTP响应结果保存到本地文件系统的一个文件中。要求使用客户端协议处理框架编写。-Create a simple HTTP client, it is access from the command line parameters (the main 方法 the argument) specifies a Web page and which gain the HTTP Xiangying res
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7395
    • 提供者:zhang liang
  1. http

    0下载:
  2. 基于j2me平台的程序,实现了servlet+tomcate+j2meHTTP服务-J2me platform based on the procedure, to achieve a servlet+ tomcate+ j2meHTTP services
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:24359
    • 提供者:wwwwudiwudi
  1. http

    0下载:
  2. 用servlet实现用户登入的功能,用do post方法-User login with a servlet implements the function, method of use do post
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:2871
    • 提供者:tiger
  1. JavaTo-achieve-HTTP

    0下载:
  2. 许多用户可能会遇到这样的情况:在网站上发现一个很好的资源,但是这个资源是分成了很多个文件存放的,如果想把它保存到本地,只有靠用户点击另存来完成保存,如果资源分了几百甚至上千上万,那简直是个灾难。 在Internet上很多的资源分成多个文件存放时,它的文件命名是有一定的规则的;正因如此,我们就可以用程序来完成这个资源的完全下载。-On the Internet a lot of resources into multiple files are stored, the name of i
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3587
    • 提供者:jjdjjf
  1. javax.servlet.jar

    0下载:
  2. java 里面很重要的一个jar包,servlet的源代码,值得一读,自己把后缀名去除掉哦-which is very important in a jar in java servlet source code, it is worth a read
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-21
    • 文件大小:98563
    • 提供者:quant
  1. http

    0下载:
  2. 基于Android的http解析测试样例,喜欢的朋友可以看看。-HTTP analytical test cases based on Android, like friends can have a look.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:46371
    • 提供者:numans.w
  1. http-server-and-client

    0下载:
  2. 该程序是用java编写的一个http服务器和客户端程序,纯属原创,供大家参考和学习-The program is written in a java http server and client programs, is purely original, for your reference and learning
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:3465
    • 提供者:wenjian
  1. A-simple-jQuery-plugin-to-display-

    0下载:
  2. 一个简单的jQuery插件,通过拖曳显示或隐藏图像,演示地址:http://www.jq22.com/jquery-info478-A simple jQuery plugin to display or hide the image by dragging the demo Address:http://www.jq22.com/jquery-info478
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:526346
    • 提供者:li qilei
  1. yeelink-HTTP-format

    0下载:
  2. 中国最大的物联网云平台Yeelink,为您提供传感器云服务 并通过实时数据处理, 为您提供安全可靠的状态监控。-Yeelink is a powerful platform for smart home
  3. 所属分类:JavaScript

    • 发布日期:2017-04-23
    • 文件大小:14528
    • 提供者:Andy
  1. http

    1下载:
  2. 一个简单的http客户端和简单的http服务器,命令行输出和接收参数,并将返回内容存到本地。client可以实现向主机的get请求;服务器可以响应get、put请求-A simple http client and a simple http server command line output and receiver parameters and returns the content stored locally. client can request to get the host t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:10618
    • 提供者:孙明鑫
  1. Http

    0下载:
  2. java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1834
    • 提供者:沈小兵
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com