搜索资源列表
Simple_Web_Client
- 一个简单的web客户端,实现了http协议的功能!-a simple web client to achieve the http protocol functions!
httpDownExample
- 用多线程下载URL定位的文件,主要供学习java多线程的人和http协议的人参考-using multithreading download URL positioning documents, primarily for the study of java multithreading and the http protocol reference
MTdownload
- 自己编写的一个在Java中通过http协议多线程下载的一个程序例子。通过http请求先得到文件长度,一般切成5块后分别下载。本人在Jbuilder9中调试通过!开发环境JBuilder9-themselves in the preparation of a Java through http protocol multithreaded download a procedural example. http request prior document length, cut into five
Web_Server_20070101
- 简易WEB服务器,JAVA SOCKET编程,http协议相关-simple Web servers, Java Socket Programming, http protocol related
asp多文件上传源代码
- 选择多个文件上传,显示上传速度,进度条,纯正的FLASH代码,使用的是http协议,所以客户端,服务端都不需要安装任何组件 因为是模仿FORM表单提交,所以支持所有的网页动态语言:ASP PHP ASP.NET JSP等 下载包中已经有 ASP PHP 源码范例 更新内容添加了对等待上传文件最大个数控制,参数为 fileNum 添加了上传数据总量控制,参数为 UpSize,本地判断用户可传输的流量,最大限度的节省了服务器流量浪费 ,Select multiple file upload, sh
javaQQ
- JAVA 版QQ源代码 使用WEBQQ协议http协议。可登陆,获取好友,收发消息。-JAVA version of the QQ protocol source code WEBQQ http protocol. Can be found, for friends, send and receive messages.
ckplayer5.8
- 网页播放器,支持http协议下的flv、f4v、mp4,还支持rtmp视频流-Web player, support for http protocol, flv, f4v, mp4, also supports rtmp video streams
DownloadSoftwareW
- 支持断点传续功能,java多线程下载,基于http协议的下载工具-Support the tradition breakpoint function, java multithreaded downloads, download the tools based on http protocol
http
- 用JAVA语言实现基于http协议的数据截获与还原,能够用java编写的源码截获http协议数据并对其进行还原。 首先:用Jpcap对http协议数据进行截获。其次、通过分析http协议和数据还原得到http协议数据。 -JAVA language with http-based data intercepted and Restore can be used to prepare the source java intercepted http protocol data and
Code
- 本光盘是《Servlet/JSP深入详解》一书的配套光盘,包含的内容主要有五个部分:(1)Java教学视频;(2)HTML语言速成教学视频;(3)http协议详解教学视频;(4)Eclipse开发工具介绍教学视屏;(5)书中的实例代码。 Code目录下是书中实例的代码。-This CD is a "Servlet/JSP Detailed in depth," a book supporting the CD, contains the main content of five parts:
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
net_harddisk
- 本网络硬盘用ASP.NET编程实现以上功能。通过IIS(Internet信息服务)建立虚拟目录,实现服务器的建立。以Web网页的形式呈现,通过http协议,URL访问,即上网登陆的方式实现网络硬盘的功能。 -The network hard disk using ASP.NET programming to achieve the above functionality. Through IIS (Internet Information Services) to create a virt
jpcapdump
- 本程序用来实现对网络流量的获取及分析功能。可以分离出tcp/udp报文,http协议,ftp协议,snmp协议等。-This procedure used to achieve access and network traffic analysis. Can be isolated from tcp/udp packet, http protocol, ftp protocol, snmp agreement.
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
http
- 关于http协议的讲解,对那些web开发者来讲比较有用,没有面面俱到,但很实用。-Explained on the http protocol, web developers in terms of those more useful, not exhaustive, but very practical.
http
- http协议详细介绍, 带你快速了解真实的http协议-http protocol details with you to quickly understand the real http protocol
15.http
- Android 网络编程,关于http协议的传送与获取,包括直接获取,GET方式和POST方式-Android network programming on the http protocol to send and acquisition, including direct access to or, GET and POST
protocol-analysis
- 根据给定 http 上载文件协议规范以及根据该规范生成的文件,解析出上载的文件内容并输出。 输入: Web 服务器生成的临时文件,文件名为“ input.in ”。 输出: 上载的原始文件的内容。将其输出到当前目录下output.out文件中。 -protocol analysis According to a given upload files over http protocol specification documents generated unde
http
- Constants and static helpers related to the http protocol.
httpUploadFile
- 使用socket模仿http协议上传文件,加深对http协议的了解(uploading files : Using socket to mimic http protocol)