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

搜索资源列表

  1. WeatherForecast

    0下载:
  2. java写的天气预报信息获取、提供,HttpURLConnection抓取信息,正则表达式提取。-the weather information access, delivery, HttpURLConnection crawls information, Regular expressions are extracted.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6001
    • 提供者:avant
  1. httppost

    0下载:
  2. Post方法一般是在网页的form表单提交的时候用的方法,是html的方法, 现在我必须在java类里面模拟这个post方法, 那我自然就想到了java.net.HttpURLConnection 来实现
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. 用JAVA写的简单爬虫,使用HttpURLConnection,需要的可以写入循环,然后用htmlparser解析出link。-Used to write simple JAVA reptiles, the use of HttpURLConnection, need to be written into the circle, and then resolve htmlparser out link.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2697
    • 提供者:方云
  1. Test

    0下载:
  2. 抓取页面内容,通过HttpURLConnection对指定路径的网站内容进行抓取-Crawl the page content, to crawl through the site content HttpURLConnection for the specified path
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:705
    • 提供者:wangyong
  1. HttpURLConnection

    0下载:
  2. android开发API-HttpURLConnection的小程序,主要解读了HttpURLConnection的使用方法,获取数据的方法,get和post方法的使用、区别,如何使用它来获取网络上的图片等资源-android development of API-HttpURLConnection program, the main interpretation of the HttpURLConnection to use, access to the data of the method,
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:63007
    • 提供者:李俏鹏
  1. HttpURLConnection_detail

    0下载:
  2. HttpUrlConnection类的使用详解,包括每个设置的解释!希望对你有帮助!-HttpUrlConnection class use explain, including the interpretation of each set. You want to help!
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:101880
    • 提供者:liranhome
  1. yuanma

    0下载:
  2. 使用HttpUrlConnection下载Web网站上的图片并保存在本地!快速,便捷-Use HttpUrlConnection downloading pictures on the Web site and save it locally! Fast and convenient! !
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:859
    • 提供者:舒杰
  1. test_asynctask

    0下载:
  2. Android断点续传及网格文件下载的Java实例源代码,支持在暂停下载后继续下载,现在很多下载软件普遍都使用的功能,在Android手机软件中应用断点续传技术也是很有必要的。通过这个Android源码可学习一下如何基于Java代码实现断点续传的应用,比如如何设置当前线程下载的起点、终点,设置断点续传的开始位置,设置User-Agent ,httpURLConnection.setRequestProperty("User-Agent","NetFox") 设置断点续传的开始位置,httpURL
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:63702
    • 提供者:俞斌
  1. WeatherForecast

    0下载:
  2. java写的天气预报信息获取、提供,HttpURLConnection抓取信息,正则表达式提取。-the weather information access, delivery, HttpURLConnection crawls information, Regular expressions are extracted.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6049
    • 提供者:rkingt
  1. URLConnectionClient

    0下载:
  2. An HttpClient based on HttpURLConnection.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:jengdanhang
  1. HttpURLConnectionImpl

    0下载:
  2. This subclass extends HttpURLConnection which in turns extends URLConnection This the actual class that "does the work", such as connecting, sending request and getting the content from the remote server. -This subclass extends HttpURLConnection wh
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:9965
    • 提供者:bonwaibiu
  1. HttpURLConnectionTest

    0下载:
  2. Tests for HTTPURLConnection class constructors and methods for Andriod.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2635
    • 提供者:lanjinsa
  1. HttpURLConnection

    0下载:
  2. abstract class HttpURLConnection extends URLConnection.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:7609
    • 提供者:qaixoucui
  1. volley

    0下载:
  2. 在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于AsyncTaskLoader,HttpURLConnection,AsyncTask,HTTPClient(Apache)等,今年的Google I/O 2013上,Volley发布了。Volley是Android平台上的网络通信库,能使网络通信更快,更简单,更健壮。
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:690472
    • 提供者:vliu
  1. HttpsURLConnection

    0下载:
  2. This abstract subclass of HttpURLConnection defines methods for managing HTTPS connections according to the descr iption given by RFC 2818.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1446
    • 提供者:wersiuren
  1. URLConnectionClient

    0下载:
  2. An HttpClient based on HttpURLConnection.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:pielengman
  1. HttpURLConnectionImpl

    0下载:
  2. This subclass extends HttpURLConnection which in turns extends.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:9974
    • 提供者:tansangu
  1. HttpURLConnectionTest

    0下载:
  2. Tests for HTTPURLConnection class constructors and methods.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2636
    • 提供者:jonderhan
  1. CrawlerDemo

    0下载:
  2. 利用socket,httpurlconnection,url爬取任意网页-crawle any html page by socket,httpurlconection,url
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:335143
    • 提供者:海天一色
  1. WebServer

    0下载:
  2. 基于android studio下的工程 使用HttpURLConnection访问WebService 使用多线程以及Handler更新UI 使用XmlPullParser解析xml文档数据 -HttpURLConnection WebService Handler UI XmlPullParser
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6502894
    • 提供者:王加
« 12 »
搜珍网 www.dssz.com