Welcome![Sign In][Sign Up]
Location:
Search - HttpURLConnection

Search list

[OS programWeatherForecast

Description: java写的天气预报信息获取、提供,HttpURLConnection抓取信息,正则表达式提取。-the weather information access, delivery, HttpURLConnection crawls information, Regular expressions are extracted.
Platform: | Size: 6001 | Author: avant | Hits:

[JSP/Javahttppost

Description: Post方法一般是在网页的form表单提交的时候用的方法,是html的方法, 现在我必须在java类里面模拟这个post方法, 那我自然就想到了java.net.HttpURLConnection 来实现
Platform: | Size: 1579 | Author: 贺桀 | Hits:

[Sniffer Package captureWeatherForecast

Description: java写的天气预报信息获取、提供,HttpURLConnection抓取信息,正则表达式提取。-the weather information access, delivery, HttpURLConnection crawls information, Regular expressions are extracted.
Platform: | Size: 6144 | Author: | Hits:

[JSP/Javahttppost

Description: Post方法一般是在网页的form表单提交的时候用的方法,是html的方法, 现在我必须在java类里面模拟这个post方法, 那我自然就想到了java.net.HttpURLConnection 来实现-Post method is generally in the form page when the form submission method used, the method is html, and now I have to type in java methods inside the simulation of this post, I naturally thought of java.net.HttpURLConnection to achieve
Platform: | Size: 1024 | Author: 贺桀 | Hits:

[JSP/JavaTest

Description: 用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.
Platform: | Size: 3072 | Author: 方云 | Hits:

[JSP/JavaTest

Description: 抓取页面内容,通过HttpURLConnection对指定路径的网站内容进行抓取-Crawl the page content, to crawl through the site content HttpURLConnection for the specified path
Platform: | Size: 1024 | Author: wangyong | Hits:

[androidHttpURLConnection

Description: 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, get and post method to use, except how to use it to get the pictures on the network resources
Platform: | Size: 63488 | Author: 李俏鹏 | Hits:

[Program docHttpURLConnection_detail

Description: HttpUrlConnection类的使用详解,包括每个设置的解释!希望对你有帮助!-HttpUrlConnection class use explain, including the interpretation of each set. You want to help!
Platform: | Size: 101376 | Author: liranhome | Hits:

[JSP/Javayuanma

Description: 使用HttpUrlConnection下载Web网站上的图片并保存在本地!快速,便捷-Use HttpUrlConnection downloading pictures on the Web site and save it locally! Fast and convenient! !
Platform: | Size: 1024 | Author: 舒杰 | Hits:

[JSP/Javatest_asynctask

Description: Android断点续传及网格文件下载的Java实例源代码,支持在暂停下载后继续下载,现在很多下载软件普遍都使用的功能,在Android手机软件中应用断点续传技术也是很有必要的。通过这个Android源码可学习一下如何基于Java代码实现断点续传的应用,比如如何设置当前线程下载的起点、终点,设置断点续传的开始位置,设置User-Agent ,httpURLConnection.setRequestProperty("User-Agent","NetFox") 设置断点续传的开始位置,httpURLConnection.setRequestProperty("RANGE","bytes=4096") 如何使用java中的RandomAccessFile 对文件进行随机读写操作,如何自动去调用onProgressUpdate方法,传递下载进度,当一个下载任务成功下载完成的时候回来调用onPostExecute方法,这里的result参数就是doInBackground方法的返回值。-Android HTTP and grid files downloadable Java source code examples to support continued after pausing a download download now download software generally use a lot of features, the Android phone software applications HTTP technology is also necessary . Through this Android source code can learn how to code based on Java HTTP applications, such as how to set the current thread download start, end, set the start position HTTP, set the User-Agent, httpURLConnection.setRequestProperty (" User-Agent " ," NetFox " ) Set HTTP starting position, httpURLConnection.setRequestProperty (" RANGE " ," bytes = 4096 " ) RandomAccessFile how to use java in random read and write operations on the file, how to automatically go call onProgressUpdate method, passing the download progress, when a download task completed successfully downloaded back when calling onPostExecute method, where the result parameter is the doInBackground method' s return value.
Platform: | Size: 63488 | Author: 俞斌 | Hits:

[Internet-NetworkWeatherForecast

Description: java写的天气预报信息获取、提供,HttpURLConnection抓取信息,正则表达式提取。-the weather information access, delivery, HttpURLConnection crawls information, Regular expressions are extracted.
Platform: | Size: 6144 | Author: rkingt | Hits:

[JSP/JavaURLConnectionClient

Description: An HttpClient based on HttpURLConnection.
Platform: | Size: 1024 | Author: jengdanhang | Hits:

[JSP/JavaHttpURLConnectionImpl

Description: 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 which in turns extends URLConnection This is the actual class that "does the work", such as connecting, sending request and getting the content from the remote server.
Platform: | Size: 10240 | Author: bonwaibiu | Hits:

[Linux-UnixHttpURLConnectionTest

Description: Tests for HTTPURLConnection class constructors and methods for Andriod.
Platform: | Size: 3072 | Author: lanjinsa | Hits:

[JSP/JavaHttpURLConnection

Description: abstract class HttpURLConnection extends URLConnection.
Platform: | Size: 7168 | Author: qaixoucui | Hits:

[androidvolley

Description: 在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于AsyncTaskLoader,HttpURLConnection,AsyncTask,HTTPClient(Apache)等,今年的Google I/O 2013上,Volley发布了。Volley是Android平台上的网络通信库,能使网络通信更快,更简单,更健壮。
Platform: | Size: 690176 | Author: vliu | Hits:

[Linux-UnixHttpsURLConnection

Description: This abstract subclass of HttpURLConnection defines methods for managing HTTPS connections according to the description given by RFC 2818.
Platform: | Size: 1024 | Author: wersiuren | Hits:

[Linux-UnixURLConnectionClient

Description: An HttpClient based on HttpURLConnection.
Platform: | Size: 1024 | Author: pielengman | Hits:

[Linux-UnixHttpURLConnectionImpl

Description: This subclass extends HttpURLConnection which in turns extends.
Platform: | Size: 10240 | Author: tansangu | Hits:

[Linux-UnixHttpURLConnectionTest

Description: Tests for HTTPURLConnection class constructors and methods.
Platform: | Size: 3072 | Author: jonderhan | Hits:
« 12 »

CodeBus www.codebus.net