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

搜索资源列表

  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. JobPortal

    0下载:
  2. Overview Enables job seekers to post resumes Enables job seekers to search for job postings Enables employers to enter profile of their company Enables employers to post one or more job postings ASP.NET Features used Forms based authentic
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:413180
    • 提供者:datatech
  1. Blog

    0下载:
  2. 一个网页,由简短且更新的Post所构成,这些张贴的文章都按年份和日期排列,Blog的内容和目的有很大的不同,有对其他网站的超链接和评论,有关于个人构思的,有新闻日志的,还有照片、诗歌、散文,甚至科幻小说的发表和张贴等-A web page, and updated by the Post as a short form, these articles are posted arranged by year and date, Blog content and very different pur
  3. 所属分类:CSharp

    • 发布日期:2017-05-22
    • 文件大小:6315775
    • 提供者:chen
  1. WindowsApplication4

    0下载:
  2. 进行的常用数据之转换的工具,可以在字节数组和Base64之间互换,字节数组和字符串互转,转发为网页的POST数据,还有网页的U字符转换等-Common data for the conversion tool, you can swap between byte array and Base64, byte arrays and strings conversion, forwarding POST data to web pages, as well as the U-character co
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:114184
    • 提供者:黎宏
  1. caipiao

    0下载:
  2. 说明: a. 开发的软件系统的名称:双色球信息网站 b.本系统采用B/S结构,服务器端采用Microsoft win7 为操作系统的工作站,是采用Microsoft SQL Server 2005的为开发软件的数据库服务程序; 开发工具使用Microsoft Visual Studio 2008软件开发工具; 还包括其他网页设计和功能实现方面的开发工具,后期详细介绍; -Descr iption: (a) the name of the developed softwar
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:938462
    • 提供者:王东阳
  1. how-to-use-C-Sharp-to-grab-web-content

    0下载:
  2. 介绍如何用C#实现抓取网页内容。包括1、抓取一般内容。2 抓取网页内容-图片。3、抓取网页内容-Post 数据。4、抓取网页内容-防止重定向。5、抓取网页内容-保持登录状态。-Describes how to use C# to grab web content. Including crawl the general content. Crawl Web content- pictures. 3, spider web content-Post data. 4, crawling web co
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:9616
    • 提供者:hjerw
  1. BaiduTieBaGrab

    0下载:
  2. 使用C#做的百度贴吧网页抓取程序,已包含了网页中Javascr ipt的处理和信息在SqlServer中的写入。-Baidu Post Bar Web crawler to use C# to do the Javascr ipt in the page processing and information is included in the SqlServer write.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:33423
    • 提供者:王嘉炜
  1. RestTest

    0下载:
  2. 基于wcf服务和rest服务的示例代码,针对get,post,put,delete的资源及uri设计,序列化和反序列化方法,silverlight通过web服务和数据库的连接-Wcf service based services and sample code rest, get, post, put, delete resources and uri design, serialization and de-serialization methods for, silverlight thro
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2576999
    • 提供者:徐佩
  1. HttpPostTest

    0下载:
  2. web api压力测试工具,模拟n个用户不断发post包进行测试-web api stress testing tool to simulate n users continue to send packets to test post
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:55514
    • 提供者:kiwi
  1. HttpHelperV1.9.0.6

    0下载:
  2. HttpHelper可以非常方便的实现Http协议的GET和POST请求、自动识 别编码、无视证书、优化Cookie、可以很方便的设置Cookie,Header,证书,代理等问题, 编码问题您不用做任何处理,因为类会自动为您识别网页的编码。 我相信不会有人比我更了解Httphelper了,因为它就是我写的,他的灵魂和精要我最了解! 现在,我将HttpHelper类改成一个类库,从收集、汇总、改写、优化、创新等方面进行全方位整合改编得到一个框架。 这就是我所 说的万能框架 [
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:68275
    • 提供者:water
  1. 数据上传接口规范例子代码ServiceTest

    0下载:
  2. 从数据库中读数据,通过HTTP的POST方法上传到一个网站(Read data from the database and upload it to a web site via the HTTP method of POST)
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:1471488
    • 提供者:tmx
搜珍网 www.dssz.com