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

搜索资源列表

  1. dotnetAlbum

    0下载:
  2. 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } 并在Web.C
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:616085
    • 提供者:xhy
  1. 19870123class

    0下载:
  2. 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:475042
    • 提供者:快乐
  1. 封装了HTTP操作的类,支持代理服务

    0下载:
  2. 一个将Http操作进行封装的类!使该类操作更加方便-to operate a package for the class! To make such operations more convenient
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:17220
    • 提供者:高泽虎
  1. TabSheet

    0下载:
  2. /*********************************************************************** * 本类名称:属性对话框编程调用类库(VC++版) * 支持功能:动态添加、移除属性页;动态修改属性页标题;设置活动属性页;获取属性页的属性等。 * 编写人员:Coderui * 编写日期:2009年02月03日 * 最后更新:2009年02月09日 * 联系邮箱:coderui@163.com * 作者博客:
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:21774
    • 提供者:coderui
  1. vs_fetion

    0下载:
  2. php实现飞信功能,转载自http://www.zendstudio.net/archives/php-fetion-class-source-download/-php function to achieve Fetion, reproduced from http://www.zendstudio.net/archives/php-fetion-class-source-download/
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:8762
    • 提供者:kenny
  1. libfsnet-0.0.1-src.tar

    0下载:
  2. 包含SMTP,POP3,FTP,HTTP...通讯协议实现的库,以及socket的api。-The libFSNetwork library contains network classes for protocols like SMTP,POP3,FTP,HTTP...etc. and a wrapped socket-api-class
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:378880
    • 提供者:zhang wei
  1. HTTPClass

    0下载:
  2. This HTTP Class for Visual Basic 6-This is HTTP Class for Visual Basic 6
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2148
    • 提供者:Jacek k.
  1. http

    0下载:
  2. 易语言网页操作类易语言网页操作类-Easy language website operator class
  3. 所属分类:其他小程序

    • 发布日期:2017-04-16
    • 文件大小:147494
    • 提供者:张思
  1. WininetHttpClient

    0下载:
  2. Simple http client class using MFC CInterneSession and CHttConnection
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7007
    • 提供者:iibarz
  1. HTTP_RELEASE_1.2005.0225

    0下载:
  2. HTTP下载类_RELEASE_1.2005.0225.rar 提供使用HTTP下载时 常用的功能和接口-HTTP download using HTTP to download class _RELEASE_1.2005.0225.rar provide commonly used functions and interfaces
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-31
    • 文件大小:4917
    • 提供者:张奇
  1. http

    0下载:
  2. C#写的用httpwebrequest下载一张图片的代码-How to Use HttpWebRequest Class to download a file
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:39304
    • 提供者:neo
  1. Http

    0下载:
  2. 功能强大的VC访问HTTP类。 实现了HTTP的GET、POST和图片下载方法。能自动提取和保存返回的cookies,在发送数据包时能自动添加保存好的cookies。能自动识别网站的编码,在接收数据后,自动将编码转换。在发送数据时,自动转换为网站需要的编码。 使用此类,能方便地开发HTTP客户端模拟工具。-Powerful VC access to the HTTP classes. Implements the HTTP GET, POST and pictures dow
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-11-05
    • 文件大小:3862
    • 提供者:张三
  1. CSharphttp-post-get

    0下载:
  2. http post get实例 实际代码显示post get-the source for c# http class
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:29517
    • 提供者:CCoding
  1. FTP--HTTP-multithreaded-HTTP

    0下载:
  2. 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main technology is multi-threaded an
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-29
    • 文件大小:69663
    • 提供者:张雨
  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. http_debug_tools

    0下载:
  2. 这是一个HTTP的测试程序,用的一个HTTP的类,非常好用。-this is a http testing program,it used a http class,very good to use.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:62001
    • 提供者:whc
  1. qq

    0下载:
  2. 易语言监视QQ上线源码例程程序调用HTTP类的API函数实现监视QQ上线。 -Easy language monitor QQ online source routine procedures call HTTP class API function to achieve on-line monitoring QQ.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:41984
    • 提供者:zhch2o
  1. HttpClient

    1下载:
  2. c++封装的一个http的类,特别好用。(A HTTP class of c++ packages,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:鐘点
  1. ApiService

    0下载:
  2. http请求工具类,支持GET、POST请求等,直接使用,便于开发(HTTP requests the tool class, supports GET, POST requests, and so on. It is used directly and is easy to develop.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:codernull
  1. com.yt.tools.http

    0下载:
  2. 为http的功能类,maven方式构建的,封装了文件,json,string,byte等获取方式,同时提供了多种延伸的方式,简单易用。(For the function class of HTTP, the way of Maven is built, which encapsulates the way of obtaining files, JSON, string, byte and so on. At the same time, it provides a variety of ext
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:37888
    • 提供者:Ruien
« 12 3 4 5 »
搜珍网 www.dssz.com