搜索资源列表
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
07141575http_post_in_c
- HTTP POST C语言代码,适合初学者阅读-HTTP POST C
HTTP
- C#编写的HTTP库,能够处理post和get请求,达到模拟点击的目的。-HTTP library written in C# can handle post and get requests to achieve the purpose of simulated click.
HttpRequest
- 本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol' s request message, including GET, POST method, compiled through the windows, you can run.
ffalinks
- Free For All Link Page v1.2 This scr ipt allows visitors to add links to your page in a specified category. It is quite easy to install -1.Open links.pl with a text editor. Change the url in line one, to the Perl program at your ser
FastDown1.1
- 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序
barckkccode
- OLEObject dom, http String Http_Name,result Http_Name = "http://... " dom = CREATE OLEObject http = CREATE OLEObject //messagebox调试看是否成功 messagebox( http ,http.ConnectToNewObject( "Msxml2.XMLHTTP ")) messagebox( dom ,dom.ConnectTo
Http-test
- 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
HTMLPOSTGETHelper
- C# 网页GET与POST源代码,可说明详细可自由修改,编码默认设置为UTF-8,如需要请自行改为ANICODE,包括正则功能,通过此代码已POST某个大网站上超过2000万个网页数据库,功能强大,不可错过-C# http GET POST
kaoshibazhuceji
- 第一次接触VC++模拟HTTP协议的POST方式提交表单。POST提交部分的代码是在网上找的现成的函数,里面使用的是MFC的CHttpConnection类。随便找了个没有验证码的注册页面(考试吧网站的注册页面),提交表单,抓到数据包后分析,模拟提交,测试成功!于是便写出了这个批量注册的程序。为以后写更强大的模拟提交表单程序打基础。利用这种模拟提交和获取数据的方法,完全可以把一个别人写好的现成的B/S架构客户端网页写成一个C/S架构的客户端软件。十分强大!还可以进行各种代替人工操作的模拟网页操作
CSharphttp-post-get
- http post get实例 实际代码显示post get-the source for c# http class
Saml_Source
- One of the common ways to pass SAML parameters is via an HTTP POST parameter. The .NET framework has all of the components necessary to accomplish this. There are also packages and components that you can purchase that literally does the same thing.
HttpDownload
- C#通过http发送post请求下载文件,包含一个测试下载的地址。有兴趣可以试一下-C# sent HTTP post request to download file that contains a test download address.Interested can try.
Curl
- curl http;https,post 请求(curl http;https,post)
Real-time_data_in_OxyPlot_charts_code
- The post is devoted to the Wpf application that shows (emulated) real-time data in charts. It could be used as base for monitoring application, when data service provide real data like, for example, number of http requests or CPU temperature
cpr.tar
- 用于c++发送post请求的封装库,底层调用libcurl,使用格式类似python rest,更加便捷(wrapper for C++ post request/libcurl)