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

搜索资源列表

  1. UDP_P2P

    0下载:
  2. 一个模拟p2p聊天的过程的源代码,过程很简单,p2pserver运行在一个拥有公网ip的计算机上,p2pclient运行在两个不同的nat后(注意,如果两个客户端运行在一个nat后,本程序很可能不能运行正常,这取决于你的nat是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网ip来解决,但是这个代码只是为了验证原理,并没有处
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:132778
    • 提供者:允锋
  1. main.c

    0下载:
  2. 简单的实现get,post,head功能的http代理服务器-http proxy
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:3499
    • 提供者:WhieHou
  1. SMO

    1下载:
  2. SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn-SMO algorithm Matlab, spent a lot of time and energy only get out! And to share with you! More on the home page I visit it : http://huangbo929.blog.edu.cn-http://huangbo929.b
  3. 所属分类:书籍源码

    • 发布日期:2017-04-23
    • 文件大小:1179
    • 提供者:likeyu
  1. httpcomponents-client-4.3-bin

    0下载:
  2. 1、GET方式 第一步、创建一个客户端,类似于你用浏览器打开一个网页 HttpClient httpClient = new HttpClient() 第二步、创建一个GET方法,用来获取到你需要抓取的网页URL GetMethod getMethod = new GetMethod("http://www.baidu.com") 第三步、获得网址的响应状态码,200表示请求成功 int statusCode = httpClien
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:4121611
    • 提供者:dingscott
  1. tom

    0下载:
  2. 实现smtp协议。根据HTTP协议的会话过程,本实例中实现了GET请求的Web服务器程序的方法-Smtp protocol to achieve. HTTP protocol session in accordance with the process, the example of a GET request in the Web server program method
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:3298
    • 提供者:onhatgr
  1. winff

    0下载:
  2. Winff - graphical video and audio batch converter using ffmpeg Copyright © 2006-2011 Matthew Weatherford <matt@biggmatt.com> http://www.winff.org This program is free software: you can redistribute it and/or modify it under the t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:2757632
    • 提供者:kameni
  1. tv

    0下载:
  2. 在线TV源码,将程序传至FTP根目录,或者重新建立个文件夹传送至文件夹里面. 管理访问路径以程序安装目录为准. 管理访问路径:http://www.xxxx.com/index.asp?GGwl=AdMIn (注意:不能更改大小写访问) 密码在index.asp里改,用记事本打开 找到123456 改掉就可以了 程序演示地址:http://www.860722.org/sztv.php 免费提供,请勿将程序进行倒卖-Onlin
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-08
    • 文件大小:214683
    • 提供者:123
  1. testhttp

    0下载:
  2. 代码详尽的描述了http的post和get方式传送数据!非常简单实用! -Code detailed descr iption of the http post and get transmission of data! Very simple and practical!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:14691
    • 提供者:深山苦行僧
  1. PowerProxy

    0下载:
  2. 一个小巧的强大代理程序(编译后压缩大约5K),工作模式是多线程的,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP) --A small powerful agents (compiled compression about 5 k), work mode is multithreaded, at the same time support three kinds of commonly used
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:7381
    • 提供者:十三哥
  1. 自动下载整站2004-11-8

    0下载:
  2. 一个可以取得一个网站所有链接图片的程序。。。只要输入网址和所存放的文件jia ,瞬间一个大型网站的所有图片将尽收眼底 http://www.8asp.com 程序如有什么问题请来我网站讨论-a website can get a picture of all the links procedures. . . And as long as the address stored in document jia, a major websites moment of all panoramic pi
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2596
    • 提供者:raticfo
  1. goahead-master

    0下载:
  2. 是一个可嵌入式的、跨平台的小型 HTTP 服务器的实现,实现了基本的 GET 和 POST 方法,支持 x86 (Windows/Linux), ARM, MIPS 和其他 POSIX 平台。支持嵌入式和独立运行两种模式。-Is an embeddable, cross-platform implementation of the HTTP server for small to achieve the basic GET and POST methods support x86 (Window
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2598179
    • 提供者:zhj
  1. exercise1

    1下载:
  2. http客户端,服务器,多线程,可实现简单的get命令,包含完整的报头。-http client, server, multi-threaded, you can get simple commands, including complete header.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:4612
    • 提供者:niu
  1. java_http_get

    0下载:
  2. http协议GET方式获取图片,精选学习源码,很好的参考资料。-Get a picture HTTP protocol in GET mode, select learning source code, a good reference.
  3. 所属分类:android

    • 发布日期:2017-05-20
    • 文件大小:5746429
    • 提供者:糟熘鱼片
  1. UnicodeConvert

    0下载:
  2. HTTP上传下载运用POST和GET方法-HTTP UPLoad download
  3. 所属分类:.net

    • 发布日期:2017-04-09
    • 文件大小:2489190
    • 提供者:yangliu
  1. 01-httppost

    0下载:
  2. 本例是android方面实现HTTP POST和GET网络编程,用到了tomcat容器。- This case is android achieving HTTP POST and GET network programming, using the tomcat container.
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:658302
    • 提供者:蔡涛
  1. LoginPPHP

    0下载:
  2. It is VB Login with PHP Source. I get source in "http://cafe.naver.com/gogoomas", Who Make? "Nan NeuRyeo" DB Set : id/pw/nick/expire/expire2/expire3/block/account/join_ip/login_ip/lastlogin And Be Careful. You can get attack server(PHP Source i
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:11380
    • 提供者:Kmosue
  1. TestCurl

    0下载:
  2. 使用curl实现http客户端的一个实例,分别实现了post和get的功能-An example of using curl http client to achieve, namely to achieve a post and get the function
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-08
    • 文件大小:1900461
    • 提供者:陈杰
  1. cars3

    0下载:
  2. Vehicle detection, its an opensource code and works well with opencv and boost, === === === === === === === ==== = multi-target tracking method by Wongun Choi === === === === === === === ==== Compile * Require opencv and boost library to b
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:15139
    • 提供者:Khushwant
  1. Qt-read-write-Excel-with-QAxObject

    0下载:
  2. Qt的windows商业版本提供了ActiveQt这个framework,使用这个组件我们可以在Qt中使用ActiveX控件。 这个代码提供了基本的Excel操作范例:打开 关闭 读写 另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。 可以供进一步开发参考之用。 QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。 配套说明详见
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-24
    • 文件大小:6438
    • 提供者:张宇
  1. proxylab-handout

    0下载:
  2. 一个简单的代理服务器,只支持了HTTP/1.0的GET。不过你可以在这个程序上面继续该。-A simple proxy server which only supports HTTP/1.0 GET.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:57226
    • 提供者:
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 27 28 »
搜珍网 www.dssz.com