搜索资源列表
HTTP.rar
- 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
HTTP
- HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
获取一个http响应的数据
- 通过socket编程,向一个ip地址发去一个请求,获取一个http响应的数据。-Get a http response data.
http
- http协议详解,对网络编程方面非常有用处-Detailed http protocol for network programming is very useful
RFC2616(HTTP)
- Symbian RFN(http) 编程-Symbian RFN(http)programming
Http
- http协议,学习web编程的必备知识,有助于你的web基础知识的巩固。-A rfc of HTTP.
GuID_http
- mobile HTTP编程源码-failed to translate
HTTP-MIDlet
- 一个HTTP MIDlet编程例子,非常经典,来自J2ME in a Nutshell一书-An HTTP MIDlet programming examples, very classic, from J2ME in a Nutshell book
vc.multi.threaded.HTTP.protocol.download.code
- vc编程HTTP协议多线程下载经典代码vc programming multi-threaded HTTP protocol to download classic code -vc programming multi-threaded HTTP protocol to download classic code
HTTPEngine
- symbian http 编程 - - 适用于初学者 ,-symbian http Apllication
HTTP-server-examples
- VC++编程,实现http网络服务器实例,获取有关网络设置-VC++ programming, http web server instance, information about network settings
http-and-Embedded
- 嵌入式学习入门+http教程,初步学习嵌入式系统和HTTP编程-Embedded learning portal+ http tutorial, preliminary study and HTTP programming embedded systems
CSharpwangluobiancheng-9-HTTP
- 这是C#网络编程的第9章内容,讲解的是HTTP编程的知识,适合初学的学习-This is a C# Network Programming Chapter 9 explain the the HTTP programming knowledge, suitable for beginners learning
HTTP
- 基于C#的HTTP编程,能实现GETPOT功能。对于初学者来说,很不错。-Based on C# HTTP programming, to achieve GETPOT functions. For starters, very good.
http
- 这是QT下的http编程,刚入门的朋友可以下载看一下最基本的东西-This is the http QT programming, friends just getting started can be downloaded to look at the most basic things
简单的HTTP服务器(bubble httpd)
- 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
寒江独钓——Windows内核安全编程(随书光盘)
- 全光盘学习资料 非常经典的书籍教程 欢迎大家下载观看(is downon http://www.pudn.com/Download/upload.html)
java网络编程http socket
- java网络编程http socket,实例练习,对应语言程序设计系列书中的例子
图解HTTP 彩色版@www.java1234.com
- 图解HTTP彩色版 网络编程基础知识学习(HTTP protocol introduction)
http-call
- http协议,对HTTP协议进行解释说明,以及如何进行编程(HTTP protocol, interpretations of the HTTP protocol, and how to program)