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

搜索资源列表

  1. hi5360.lcsk.net(V1.3.1108)

    0下载:
  2. 本程序主要包括全国各地列车的站站查询、车站查询以及车次查询等功能;站站查询还提供了详尽的中转方案。 查询结果采用ASP伪静态模式显示,无任何广告,界面简洁!其中应用了列车时刻表查询接口URL: http://www.hi5360.com/open/iTrain1.0.asp,以get方式传入相应参数即可实现查询。 -the train chaxun
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:45286
    • 提供者:梁晓辉
  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. gupiao_xiaogou

    0下载:
  2. Android简单的股票查询例子,在windows和手机上均测试通过。原理是访问和讯股票网站,获得股票的价格等参数信息。 HttpClient client = new DefaultHttpClient() HttpGet get = new HttpGet( http://vol.stock.hexun.com/stock_quote.ashx?stocklist= + gup.getGpdm()) -Examples of simple stock inquiry via
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2178145
    • 提供者:eezoo
  1. lanbinglt_v1.0

    0下载:
  2. 蓝冰论坛开源版源码 这个是我以前使用过的论坛源码,很好,现在不弄了,免费送给大家使用 我对源码加入了防注入代码,提高了安全性,刚才处理了一下,拿处理奉献给大家 前台账号:蓝冰论坛 前台密码:lbhao.com 后台账号:蓝冰论坛 后台密码:lbhao.com 详情可以到蓝冰论坛官网查看:http://www.lbhao.com/index.html-Lanbing forum open source version of the source cod
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-07
    • 文件大小:1215755
    • 提供者:xxpudn67
  1. 圖形照片以及圖片比對

    0下载:
  2. This DSSIM program has been created by Philipp Klaus Krause based on Rabah Mehdi's C++ implementation of SSIM (http://mehdi.rabah.free.fr/SSIM). Originally it has been created for the VMV '09 paper "ftc - floating precision texture compressio
  3. 所属分类:编译

  1. gst-rtsp-0.10.7

    0下载:
  2. GstRTSP 类似RTSP的流媒体源码,在嵌入式开发环境中使用广泛,GSTreamer-GstRTSP is an RTSP server built on top of GStreamer (http://gstreamer.net). Currently there is no configuration tools for this server so any streamed files need to be hardcoded into the file: src
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-02
    • 文件大小:577513
    • 提供者:康定情使
  1. TCPClient

    0下载:
  2. HTTP Client 实现GET方法 能读取SerVer的返回值-HTTP Client realization GET method
  3. 所属分类:Web Server

    • 发布日期:2017-04-12
    • 文件大小:1057
    • 提供者:Yan
  1. Queue-master

    0下载:
  2. Linux: use cmake -DBUILT_32=ON .. to force 32-bit built, -DBUILT_64=ON for 64-bit-Queue - thread-safe - ability to define max number of elements - sort elements into queue - get in O(1), except when filtered (worst case O(n)) - put in O(1)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:11765
    • 提供者:ceaven
  1. nanohttp

    0下载:
  2. nanohttp.c: minimalist HTTP GET implementation to fetch external subsets. focuses on size, streamability, reentrancy and portability.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:11772
    • 提供者:puqeibq
  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. http_chunk_demo

    0下载:
  2. http回应包中大量使用gzip+chunked的格式,程序将这种格式的回应包先进行重组然后再解压缩,最后得到明文。-http extensive use gzip+chunked response packet format, the program will respond to the package in this format prior to restructure then decompressed, and finally get the plaintext.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:17794
    • 提供者:nevermore
  1. alipay_v1.1

    0下载:
  2. 只要是通过认证的支付宝帐户均可实现在线支付。方便快捷,设置好自己的帐户,就可以在线实时收款了。 使用方法: 在获得到对应的接口代码后 1、打开Config.asp 配置文件好您的支付宝帐号,注意!!!必须是要通过身份认证的方能使用,收款手续费千分之十。 2、把ASP代码发布到IIS 服务器中,直接访问index.asp文件为网银行直连,访问alipay.asp是直接到就可以到支付宝的收银台 3、对支付成功的订单信息,进行数据库的操作。 返回的机制有
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:181614
    • 提供者:xxpudn79
  1. hczwd_v1.0.1125

    0下载:
  2. Hi530火车正晚点查询.NET版(V1.0.1125) 本程序可查询某一特定车站最新的列车出发/到站前后的正晚点信息。 查询结果采用ASP伪静态模式显示,界面简洁!其中引用了“火车正晚点查询接口”URL: http://open.hi530.com/demo/hczwd.aspx?ver=v1.0&cz=A99,以get方式传入车站编号即可实现查询。-The Hi530 train is late for the.NET Version (V1.0.1125). This pr
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:9212
    • 提供者:zzpudn5
  1. sdasd

    0下载:
  2. Http客户端 Http客户端 Http客户端 Http客户端 Http客户端 Http客户端 -For understanding the HTTP protocol, the GET function to get information, you can quickly understand the HTTP protocol. So as to edit a client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:2638062
    • 提供者:李奥峰
  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. GETIP

    0下载:
  2. 获取网站上面免费的http代理,并且能验证IP是否可用。-Get a free site above http proxy, and can verify that the IP is available.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-26
    • 文件大小:148822
    • 提供者:wuwu
  1. 飞码API接口文档

    0下载:
  2. 飞码验证码平台接口文档 接口通过HTTP形式访问,GET请求,调用参数注意大小写, 编码统一gb2312
  3. 所属分类:编程文档

  1. SSD 8 Exercise 1

    0下载:
  2. The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-03-02
    • 文件大小:7225
    • 提供者:abkeyev
  1. csk3000vod

    0下载:
  2. 一.只要把网址http://csk3000.vicp.net/?user=你的用户名 发给QQ上的一个好友,观看电影影币就会增加2影币和10点魅力,两个就4影币,如果QQ上的好友成为付费会员,就可以得到10 的代理费用,同一个IP只加一点!支持代理探测功能,本站有丰富的收费电影网站经验,将全面对程序注册用户进行电影站收费模式技术支持!联系QQ248365-A. As long as the site http://csk3000.vicp.net/?user= your username sen
  3. 所属分类:Web Server

    • 发布日期:2017-05-24
    • 文件大小:7181539
    • 提供者:mcujc1110
« 1 2 ... 19 20 21 22 23 2425 26 27 28 »
搜珍网 www.dssz.com