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

搜索资源列表

  1. WebserverAndWebClient

    0下载:
  2. 一个简单的HTTP服务器和HTTP客户端程序 HTTP客户端(即浏览器)只支持显示标准HTML,只支持get命令 HTTP服务器也是如此-a simple HTTP server and HTTP client HTTP client (browser) only support display standard HTML, get orders only support HTTP server is also the case
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:173225
    • 提供者:KOF
  1. MyEclipse6.5SVN

    0下载:
  2. 一、安装方法: 方法一、如果可以上网可在线安装 1. 打开Myeclipse,在菜单栏中选择Help→Software Updates→Find and Install 2. 选择Search for new features to install,点击Next进入下一步 3. 点击"New Remote Site"按钮,在弹出的对话框中输入: name:SVN url:http://subclipse.tigris.or
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:4496
    • 提供者:rujainzhi
  1. HTTP

    0下载:
  2. 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:7727
    • 提供者:linchao
  1. 200582312425051

    0下载:
  2. elcome to the Java-Chess project! As you might know, we aim at creating a fully functional chess program written in Java 2. You can always get the latest results of our efforts at http://www.java-chess.de If you are interested in the top
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:489625
    • 提供者:李鹏
  1. ssd8_ex1

    0下载:
  2. HTTP/1.0 Client HTTP/1.0 Server -Your server need only respond successfully to requests that use the GET and PUT methods, but your server should respond to all requests with a valid response.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5385
    • 提供者:liumingjun
  1. Network-p2

    0下载:
  2. Network project assignment get set http
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:7112
    • 提供者:fatma
  1. 10

    0下载:
  2. 根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下: 界面设计简洁、友好、美观大方,保证直接上手便可游戏 操作简单、快捷方便 规则简单,方便游戏者进行游戏 实现智能规则判断 支持大型Web服务器,以Http协议通讯。 向PC端开发靠拢,为以后PC与手机互联奠定基础-According to the descr iption of needs analysis and communication with users is to develop systems to
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:436884
    • 提供者:叶落
  1. web

    0下载:
  2. 该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:4821
    • 提供者:欧阳馨
  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. 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. 15.Http

    0下载:
  2. Android 网络编程,关于http协议的传送与获取,包括直接获取,GET方式和POST方式-Android network programming on the http protocol to send and acquisition, including direct access to or, GET and POST
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:173950
    • 提供者:何穗强
  1. Http

    0下载:
  2. 建立Http连接 获取连接 显示文本的TextBox对象 字符串缓冲 获取输入流-To establish Http connection to get connected display text TextBox object string buffer obtain input stream
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:1012
    • 提供者:杨都
  1. Http

    0下载:
  2. java 模拟http请求类,实现get,post二种模式-java simulate http request class, achieve get, post two modes
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:马洪利
  1. http

    1下载:
  2. 一个简单的http客户端和简单的http服务器,命令行输出和接收参数,并将返回内容存到本地。client可以实现向主机的get请求;服务器可以响应get、put请求-A simple http client and a simple http server command line output and receiver parameters and returns the content stored locally. client can request to get the host t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:10618
    • 提供者:孙明鑫
  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. Http

    0下载:
  2. java发送http请求的一个小例子 包含get和post两种请求方式-A small example of java send http request contains two request get and post mode
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1834
    • 提供者:沈小兵
  1. ssd8_exe1_code

    0下载:
  2. SSD8 exercise1 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. There are five steps for us to implement such a experiment: 1.Practice Manual HTTP T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:13599
    • 提供者:徐传佳
  1. android-http

    0下载:
  2. 网络请求相关, 网络请求相关-http get/post 7 ,http get/post 7
  3. 所属分类:Java Develop

    • 发布日期:2017-06-09
    • 文件大小:16251222
    • 提供者:扈亚军
  1. httpcmparser

    0下载:
  2. 通过连接http,得到返回的数据,并将返回的数据,解析出来,生成csv文件(By connecting HTTP, get the returned data, and parse out the returned data to generate the CSV file)
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:54272
    • 提供者:wdnxcm
  1. mina-http-2.0.7.jar

    0下载:
  2. java 支持http访问,支持get、post等方式(httpcore,java,http,information)
  3. 所属分类:Java编程

    • 发布日期:2018-04-28
    • 文件大小:595968
    • 提供者:ranishe
« 12 »
搜珍网 www.dssz.com