搜索资源列表
http-java-applet.rar
- 这是我编译好的http-java-applet小程序,可以在linux下运行,方便使用.如在浏览器上看摄像头图象,good small programing .it use for embedded linux ,a http-java-applet
HTTP
- 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
miniserver4j-0.1
- 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
jAVA
- 实现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
RabbIT3-src.tar
- 一款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
HTTPServer
- 用java语言学习写的一个httpserver,有基本的功能,适合初学http server的参考-Java language learning to write with a httpserver, basic features, suitable for beginner reference http server
flickrapi-1.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
JavaTransmissionControlProtocol
- 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
ProxyJava
- 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
java-URL
- 创建一个简单的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
http
- 基于j2me平台的程序,实现了servlet+tomcate+j2meHTTP服务-J2me platform based on the procedure, to achieve a servlet+ tomcate+ j2meHTTP services
http
- 用servlet实现用户登入的功能,用do post方法-User login with a servlet implements the function, method of use do post
JavaTo-achieve-HTTP
- 许多用户可能会遇到这样的情况:在网站上发现一个很好的资源,但是这个资源是分成了很多个文件存放的,如果想把它保存到本地,只有靠用户点击另存来完成保存,如果资源分了几百甚至上千上万,那简直是个灾难。 在Internet上很多的资源分成多个文件存放时,它的文件命名是有一定的规则的;正因如此,我们就可以用程序来完成这个资源的完全下载。-On the Internet a lot of resources into multiple files are stored, the name of i
javax.servlet.jar
- java 里面很重要的一个jar包,servlet的源代码,值得一读,自己把后缀名去除掉哦-which is very important in a jar in java servlet source code, it is worth a read
http
- 基于Android的http解析测试样例,喜欢的朋友可以看看。-HTTP analytical test cases based on Android, like friends can have a look.
http-server-and-client
- 该程序是用java编写的一个http服务器和客户端程序,纯属原创,供大家参考和学习-The program is written in a java http server and client programs, is purely original, for your reference and learning
A-simple-jQuery-plugin-to-display-
- 一个简单的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
yeelink-HTTP-format
- 中国最大的物联网云平台Yeelink,为您提供传感器云服务 并通过实时数据处理, 为您提供安全可靠的状态监控。-Yeelink is a powerful platform for smart home
http
- 一个简单的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
Http
- java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode