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

搜索资源列表

  1. SMTP-java

    0下载:
  2. SMTP邮件客户端的java源码实现,其中实现最为主要的的post ,get等功能函数。-SMTP mail client to achieve the java source code, which achieve most of the main post, get function and other functions.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5682
    • 提供者:李鹏
  1. GetNpost

    0下载:
  2. 本例介绍了如何使用MIDlet和Servlet进行数据通信,并演示了两种常用的方法POST和GET,这是开发联网应用程序最应该掌握的内容。请注意在联网过程中应该在新线程中操作。 -the cases on how to use the Servlet MIDlet and data communications, and demonstration of two commonly used methods POST and GET, which is the development of n
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9186
    • 提供者:阿通
  1. vchttppost

    0下载:
  2. post 提交用户输入的方式是隐含提交,在ASP端用request.getform()来获取输入域的值; get 提交用户输入的方式是显式提交,提交时在浏览器的地址栏里可以看见 用户输入的内容(你在Google中输入Java搜索,你按查找后可以在地址栏里看到java), 在ASP端用request.getquery()来获取输入域的值;
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2503
    • 提供者:贺桀
  1. webgetpost

    0下载:
  2. ASP.NET 利用.NET内置对象进行GET和POST的源代码
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2011
    • 提供者:huanan
  1. cgl-1.2.tar

    0下载:
  2. CGL是一个很轻量级的CGI C库,提供了一些接口,让用户能很容易的操作动态网页,比如读取Session, Get, Post等变量。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:24902
    • 提供者:渡渡鸟
  1. demo

    0下载:
  2. 本代码主要实现封装curl。 将curl统一成一个固定的类文件(PHP5) 方便开发者开发小偷程序和模拟浏览器进行访问。 支持POST、GET方法。 支持随HTTP302自动跳转功能。 支持文件上传。 支持代理。 支持SSL验证。 可以让你很方便地使用PHP的CURL功能。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4606
    • 提供者:wasiuk
  1. ajaxCounter

    0下载:
  2. ajax打造的动态计数器,首次使用了交互的原理,原创作品,市面上相同的插件代码很少见哦~~~~ 1.以当前文件的文件名为统计基础。 2.ajax发送方式可以是get/post,调用非常简单: 写在window.onload里是为了页面加载完成后才开始统计。 3.返回结果为纯数字,即当前页面的访问次数 4,单个页面对某一用户一天只记数一次(通过cookie方式实现) 注:如果客户端禁止了cookie,则通过服务器端进行判断,确保一个页面一天只记
  3. 所属分类:其它源码

    • 发布日期:2008-10-13
    • 文件大小:4431
    • 提供者:ZN
  1. ajax

    0下载:
  2. ajax实现异步无刷新提交,简单而实用的!
  3. 所属分类:其它源码

  1. lqq_util

    0下载:
  2. 常用工具类,包括文件下载,类型安全转换,POST,GET模拟实现等.-Commonly used tools, including file downloads, type-safe conversions, POST, GET simulation be realized.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:573087
    • 提供者:lqq
  1. samlpeget-post

    0下载:
  2. 用 GET 或者 POST 来与Java servlet通讯的例子. 对初学者可能有用,来自JavaCore编程。-Use GET or POST to communicate with a Java servlet. The servlet will search a database for the balance of an account.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-26
    • 文件大小:3610
    • 提供者:dogdig
  1. ajaxDemo

    0下载:
  2. 函数名: ajaxDemo(清风ajax简易函数) 作者: 清风 版本: 1.00 开发日期: 2009-11-6 修改日期: 2009-11-6 Email: wangjiashuy@hotmail.com QQ: 670435718 函数参数介绍: ajaxMethod:传递方式,可选"post","get" ajaxSubmitPage:处理页地址 ajaxArr:需要处理的表单,为数组类型,可以同时处理多个表单项 ajaxShowDiv:
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:2784
    • 提供者:清风
  1. JHttpserver

    0下载:
  2. An Http sevrer who support method Get and Head and Post.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1025385
    • 提供者:Houadef Adel
  1. 5

    0下载:
  2. This example shows how to sent a POST request to a server with attached parameters. Two parameters are sent in the example code below, width and height. We use the URL and URLConnection classes to open the connection to the destination. Then the ou
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:736
    • 提供者:Nandini
  1. TestGetPost

    1下载:
  2. 程序示范了如何向Web站点发送GET请求、POST请求,并从Web站点取得响应的示例-Program demonstrates how to send a GET request to the Web site, POST request and response obtained from the sample Web site
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1409
    • 提供者:李萌
  1. JavaHttpClient

    0下载:
  2. 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-20
    • 文件大小:6083775
    • 提供者:陈一
  1. MyCurl

    0下载:
  2. curl链接使用类,能够方便的实现数据post个get的功能,并且可显示头信息。-curl link the use of class, to facilitate the realization of the data post get the function, and can display the header information....
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:937
    • 提供者:jinxing
  1. MoAspEnginer_v1.161

    0下载:
  2. 一款运行asp环境的MVC框架,部分功能参考了ThinkPHP,可提升ASP项目的开发速度。MoAspEnginer优势:   1、单文件入口,M/A模式   2、核心大部分Jscr ipt开发,   3、将POST、GET进行可读写化操作,所有数据通过F.post或F.get进行读写   4、支持CURL操作,扩展assign到Model和Record   5、支持模板的跨模块、跨模板调用   6、编译缓存、类库缓存,提高代码效率   7、支持严格编译
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:240013
    • 提供者:ypudn1
  1. MoAspEnginer

    0下载:
  2. 一款运行asp环境的MVC框架,部分功能参考了ThinkPHP,可提升ASP项目的开发速度。MoAspEnginer优势:   1、单文件入口,M/A模式   2、核心大部分Jscr ipt开发,   3、将POST、GET进行可读写化操作,所有数据通过F.post或F.get进行读写   4、支持CURL操作,扩展assign到Model和Record   5、支持模板的跨模块、跨模板调用   6、编译缓存、类库缓存,提高代码效率 -MVC framewor
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:245581
    • 提供者:gpudn89
  1. postget

    0下载:
  2. Java语言实现网页接口自动化测试,主要为post,get两种请求方式。-Java language web-based automated testing, mainly for the post, get two request mode.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:527580
    • 提供者:何云海
  1. curl

    0下载:
  2. curl封装方便页面发送请求直接使用或模拟post、get请求向api接口发送请求等(curl post get sprider url geturl sendurl)
  3. 所属分类:WEB开发

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