搜索资源列表
cgi-in-c-comhdr
- cgi in c get ,post ,parse data-cgi in c get, post, parse data
c++_http
- 一个c++的http发送类 SendHTTP.c by Jeff Heaton(heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol
httpPost
- 通过发送post请求的方式得到网站返回的数据,简单的几个.c文件来实现。 调用方便。 也可以将其中的文件单独编译成一个库或者dll。 有vs工程。
TDDOWNLOAD_http_POST.rar
- 国外网站上下的,实现跨平台的HTTP POST方法的C++源码,简单明了,适合初学者学习HTTP协议的细节,Abroad website from top to bottom, cross-platform implementation of the HTTP POST method of C++ source code, simple and clear, suitable for beginners to learn the details of HTTP protocol
wordtube.zip
- wordTube是一款可以让您在您的 WordPress 博客上实现插入视频和音频等文件功能的插件。以此将您的博客变成播客。 在后台中,您可以设置媒体文件的相关信息,而且它也拥有一套比较完整的文件管理系统。您可以通过后台程序直接上传媒体文件,或者直接对其他服务器中的文件进行链接。以 1.53 版为蓝本进行中文化。在使用的过程中注意一下几点: 首先,媒体文件尽量不要使用中文名,在后台上传中文名文件时会报错。 其次,文件名中尽量不要有特殊符号或空格,以避免上传后的文件名与原始文件名不一致。导致
chttp.rar
- Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。,Linux C HTTP
http_post_in_c
- 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
httpclient.tar
- linux下用C实现模拟http客户端,支持get、post及上传文件等-under linux using C analog http client, support for get, post and upload documents, etc.
HttpSend
- C# Windows Mobile 5.0 HTTP POST方式无线通讯 -C# Windows Mobile 5.0 HTTP POST mode wireless communication
testHttpPost
- C++ 以POST方式向网页提交数据,向http://current.sinaapp.com/post.php发送数据,实现向PHP页面发送数据,代码有明晰易懂,一看就明白-C++ POST to submit data to a web page, send data to http://current.sinaapp.com/post.php
http
- 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
http_Post_Get
- 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
http_post
- * This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win -* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can
完成URL编码的C++类
- 本文的目的是设计一个完成URL编码的C++类。在我曾经的项目中,我需要从VC++ 6.0应用程序中POST数据,而这些数据需要进行URL编码。我在MSDN中查找能根据提供的字符串生成URL编码的相关类或API,但我没有找到,因此我必须设计一个自己的URLEncode C++类。-The purpose of this paper is to design a complete URL-encoded C++ classes. I have a project, I need VC++ 6.0 a
felt-3.06-devel.src.tar
- C 开发的有限元软件,界面还可以,不错,可以试试。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. I
DataStructure[C++]
- 清华大学C++版本的数据结构习题集,带有参考答案与解题思路说明,是学习数据结构或参加研究生考试人员不象的资料-Tsinghua University, C++ Version of the data structure of exercises set, with reference to the answer with the problem-solving ideas that is a data structure or to participate in learning post-gr
post
- C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
POST
- POST程序,用于从固定IP获取信息的程序,附带源码(Memories, beautiful very hurt, memories, memories of the past but can not go back.)
cpr.tar
- 用于c++发送post请求的封装库,底层调用libcurl,使用格式类似python rest,更加便捷(wrapper for C++ post request/libcurl)
C++ Post请求发送文件遇到的问题
- 老板要求用C++上传文件给服务器,调试的时候服务器收到了由C++编写的客户端的请求,但是没有收到内容。调试了一个星期,终于找到了问题的原因。