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

搜索资源列表

  1. CatchWebInfo

    0下载:
  2. 苏飞HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理。是初学者学习抓包的好材料。-Su Fei HttpHelper class that implements Http access, Post or Get methods, direct access, etc. with Cookie s, with a certificate, you can set the proxy. Ethereal is a goo
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-27
    • 文件大小:8171
    • 提供者:handlertang
  1. android-async-http-master

    0下载:
  2. 网络异步获取上传的工具类,异步获取网络数据,还有上传文件,下载文件的功能。-AsyncHttpClient net get post,file upload and download,it s very good
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:543848
    • 提供者:口水
  1. web

    0下载:
  2. Web类实现HTTP协议的大部分功能,支持windows密码验证,可GET或POST,通过WEB类可以让您的软件联上Internet,提供了几个非常有用的函数,如OpenURL,Excute等。-Web class implements most of the functionality of the HTTP protocol, support windows password authentication, can GET or POST, you can make your softwar
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7055
    • 提供者:张小龙
  1. HttpUtil

    0下载:
  2. 我们项目中常用的Java的Http网络通信模块,包括get请求和post请求,简单易用。-We project the Java Http commonly used network communication modules, including get requests and post requests, easy to use.
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:wangyuchao
  1. 1-aplikasi-penjualan

    0下载:
  2. Yeah I actually fixed it by moving a bunch of stuff to onResume(). There are also a number of other bugs I found in this code posted here (which was based on even buggier code) that I will post as soon as I get them all fixed. The first one th
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:452805
    • 提供者:Donni
  1. FPS_image

    0下载:
  2. kinect获取连续每帧彩色图片,用于后期合成视频。-kinect get continuous color pictures of each frame, for post-production video.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14584223
    • 提供者:章婷
  1. HTTPrequest

    1下载:
  2. VC++ HTTP Get/Post请求。可以作为学习使用POST提交表单的学习资料参考!-VC++ HTTP Get/Post request. You can learn to use POST to submit the form as learning materials reference!
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-25
    • 文件大小:65803
    • 提供者:张道军
  1. 48__SPI

    0下载:
  2. The other night I was able to get my STM32F4DISCOVERY board to read and write files on an SD card formatted with the FAT filesystem. While I haven t done extensive testing of my code, I m comfortable enough to share what I have with the world. Writin
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-07
    • 文件大小:1044185
    • 提供者:Alex
  1. HttpJson

    0下载:
  2. 利用IdHTTP进行Http服务的数据交互,交互数据格式采用Json,实现Get和Post方式的交互-Http use IdHTTP perform data exchange services, interactive data format using Json, interact Get and Post methods
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:331145
    • 提供者:Aiky
  1. getapost

    0下载:
  2. 以get和post两种方式向服务端获取数据。比较简单实用。-And post two ways to get access to data to the server. Relatively simple and practical.
  3. 所属分类:android

    • 发布日期:2017-04-13
    • 文件大小:1915
    • 提供者:jack
  1. 2048

    0下载:
  2. 这个代码是实现了近期比较火爆的游戏2048的功能,其中只用了三百多行的代码就搞定了,其中包含有一些算法,所以在此贴出来,希望可以和大家一块学习进步-This code is to achieve a relatively recent popular 2048 game features, which only took over three hundred lines of code to get, which provides some algorithms, so in this post
  3. 所属分类:Console

    • 发布日期:2017-05-30
    • 文件大小:12636386
    • 提供者:iammxl
  1. colafile

    0下载:
  2. 迅雷会员账号获取工具例程 利用post和超级列表框 获取网页内容-Thunder members account acquisition tool routine use of post and super listbox get web content
  3. 所属分类:ELanguage

    • 发布日期:2017-04-07
    • 文件大小:541130
    • 提供者:蛋烧的饼干
  1. httptest

    0下载:
  2. 网络编程lua脚步测试http协议是否可以发送http和https请求,以post或get方式进行。-Network Programming lua pace test whether http protocol http and https requests can be sent to post or get manner.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6326
    • 提供者:小娃
  1. Desktop

    0下载:
  2. 在一个平面上有n(1<=n<=100000)个村庄,每个村庄通过坐标(xi,yi)标示位置,-10^9<=xi,yi<=10^9。现在想要建一个邮局,使得到各个村庄的距离之和最短。 在这个问题中,距离定义为曼哈顿距离,即点i和点j的距离等于|xi-xj|+|yi-yj| 输入: 输入第一行为n,表示村庄的数量 接下来n行每行有两个整数,表示一个村庄的坐标 输出: 输出一个数字,表示建立的邮局到各个村庄的和
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1307
    • 提供者:
  1. HttpHelper-.net4.0-2015-09-08

    0下载:
  2. HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理-HttpHelper class that implements Http access, Post or Get methods, direct access with Cookie s, with a certificate, you can set the proxy
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6509
    • 提供者:连廷辉
  1. stm32_w5500_machtalk_temperature

    0下载:
  2. w5500网络芯片的stm32应用源码,包含dhcp和dns源码,get/post示例-W5500 network chip STM32 application source code, including DHCP and DNS source code, get/post sample
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:727956
    • 提供者:
  1. http

    0下载:
  2. 一个在vc上运行的http类,实现http put、get、post三种方法-A http class run on vc, achieve http put, get, post three methods
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-04-14
    • 文件大小:3189
    • 提供者:陈江
  1. VCPP-HTTP-GetPost

    0下载:
  2. VC++ HTTP get post 通信程序-C++ HTTP get post communication program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:55650
    • 提供者:anglog
  1. httpServer

    0下载:
  2. c#编程实现一个简单的http服务器,包括get和post方法-c# programming to implement a simple http server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:47409
    • 提供者:袁世凯
  1. NavigeX

    0下载:
  2. Navigator Support HTTP/HTTPS Get OR POST
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:greenhunter2
« 1 2 ... 8 9 10 11 12 1314 15 16 »
搜珍网 www.dssz.com