CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - post method

搜索资源列表

  1. cgi post method

    0下载:
  2. CGI Post方法测试,通过测试-CGI Post method to test, testing
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1447
    • 提供者:王心杰
  1. c2008_HTTP.rar

    0下载:
  2. C#里System.Web空间下提供了一个叫做WebClient的对象,使用此对象就可以使C#直接对服务器发送WEB客户端的请求。那么我们要对服务器提交POST方法那么就必须使用其UploadData()方法才行。首先把要请求的信息先转换为字节(因为POST提交的是字符的流数据),然后再做为UploadData()的参数。使用UploadData()进行数据提交,最后返回,POST的回馈信息。如下: ,C# Lane System.Web to provide a space called t
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:8177
    • 提供者:lanzyer
  1. TDDOWNLOAD_http_POST.rar

    0下载:
  2. 国外网站上下的,实现跨平台的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
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:4945
    • 提供者:jayshaw
  1. vc-HTTP-POST-PHP

    0下载:
  2. vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
  3. 所属分类:File Operate

    • 发布日期:2017-03-21
    • 文件大小:127942
    • 提供者:henny chen
  1. asd

    0下载:
  2. webbrowser的使用,简单的浏览器,含有POST发送数据方法-webbrowser to use, simple browser, send data with POST method
  3. 所属分类:Browser Client

    • 发布日期:2017-05-04
    • 文件大小:1351466
    • 提供者:super
  1. qwe

    0下载:
  2. 向网页发送数据。用POST与SOCKET-Send data to the web page. Add SOCKET connection with the POST method
  3. 所属分类:Hook api

    • 发布日期:2017-05-16
    • 文件大小:4211932
    • 提供者:super
  1. webqq

    0下载:
  2. 可以用post方法登录webqq,实现QQ的网页登陆-Can use the post method to login webqq, QQ landing pages
  3. 所属分类:Communication

    • 发布日期:2017-11-04
    • 文件大小:20929
    • 提供者:
  1. iframeTest

    0下载:
  2. 通过POST方式,向ifr a me传递参数的例子-Example by the POST method to pass parameters to ifr a me
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:159807
    • 提供者:godroad
  1. guanshui

    0下载:
  2. 在论坛里面大量的贴出没有任何意义的文章,这种做法在网络上叫做“灌水”,实际上这是一种信息垃圾,大量的垃圾发送到论坛上面就形成了信息炸弹,所以灌水机具有一定的攻击性,它的基本编程思路和上面的内容类似,是一种演变出来的工具。不过于上面的漏洞扫描器不同的是:灌水机需要使用POST方法、而不是GET方法向服务器发送请求。 -Many at the forum which posted the article makes no sense, such an approach on the networ
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:2048
    • 提供者:张磊
  1. POSTMethodLogin

    0下载:
  2. Ajax实现POST方式注册登录,自己编写demo-Ajax POST Method Login
  3. 所属分类:Ajax

    • 发布日期:2017-05-02
    • 文件大小:745820
    • 提供者:sunmingyang
  1. XMLProxy

    0下载:
  2. 基于MSXML的xmlhttp代理,分为同步和异步两种-A proxy base on MSXML s xmlhttp use post method(as default) or get method support async and sync mode rewrite onGetResponse method to do your own work in async mode in Parameter isAsync (false is default) method (post is
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-02
    • 文件大小:1472
    • 提供者:梁兆麟
  1. winapi

    0下载:
  2. Delphi WIN API using example. it connects to a chat using POST method and sends POST data to this chat (murclub.ru, this program is some kind of bot for it) this is source code on Delphi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:6431
    • 提供者:errorneo
  1. post

    0下载:
  2. 基于post方法做的http request 程序 代码简洁明了-Based on post method to do http request process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:69211
    • 提供者:紫霞
  1. PostSocket

    0下载:
  2. this a good example to how to do POST method with Winsock2-this is a good example to how to do POST method with Winsock2
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:1385
    • 提供者:abelix
  1. HttpRequest

    1下载:
  2. 本程序用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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1899
    • 提供者:lijuan
  1. HttpRequestProxy

    0下载:
  2. 获取源码,包含GET和POST提交方式,对初学者很有帮助-Access to source code, GET and POST method to submit
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1917
    • 提供者:杨林
  1. post

    0下载:
  2. C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:7234
    • 提供者:sunkai
  1. HTTPClient

    0下载:
  2. httpClient.it can send HTTP requert by get/post method.
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:38941
    • 提供者:a
  1. POST

    0下载:
  2. 易语言POST登录官方论坛,学习POST的方法。使用的模块已打包。-The Yi languages ​ ​ POST visit the official forum, learn the POST method. The module has been packaged.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:84606
    • 提供者:陈陆军
  1. web server post

    0下载:
  2. how to post data on web server
  3. 所属分类:WEB源码

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com