搜索资源列表
NetWorldConnection
- 手机获取网页源代码,由于知识掌握有限,对于html的获取比较有限-phone access to the website source code, master limited knowledge, html more limited access
GetHtmlText
- 获取网页html文件的源代码,可以自由下载 绝非copy版。-access the source code, free to download version is not copy.
5.3.4--URL提高(动态获取网页代码)
- 本实例介绍如何通过给定的url解析url,并获得url的信息及如何在java中获取网页源代码-examples of how this through to the url analytic url, url and receive the information and how to obtain the java website source code
crawler
- java语言实现简单crawler程序,可以获取网页的内容和超链接等功能-java language simple crawler program, you can access the page content and hyperlinks and other features
ZhiZhuSpider
- 用Java实现的网页爬虫程序,改程序主要针对某一具体网站进行数据的获取,但爬虫的思想和方法已尽数体现。-Implemented using Java web crawler programs, changing programs targeted at a specific site data acquisition, but the reptiles of the ideas and methods have been listed out in full expression.
httpclient
- 用java调用httpclient的方式获取网页内容,网上有很多例子是基于httpclient低版本做的,这个是基于最新版本,很多方法变化了-Java call using httpclient access Web content, online there is a lot of examples are based on low-httpclient version to do, which is based on the latest version, changed a lot of
Role
- java写的屏幕尺,一般可以用在网页设计中,可以方便的获取网页组件的大小-java to write a screen ruler, generally can be used in web design, you can easily obtain the components of the size of the page
xianmu
- 获取网页信息,通过正则表达式来获得特定内容的一个项目-Access to web information, through the regular expression to get the specific content of a project
javaNetPachong
- 本实例介绍如何通过给定的url解析url,并获得url的信息及如何在java中获取网页源代码-This example describes how a given url parse url, and get url of information and how to get web page source code java
2
- JAVA获取网页有效邮箱地址.txt -JAVA for Web page valid email address. TxtJAVA get page valid email address. Txt
html-coding-package-cpdetector_1.0.8_binary
- html编码包,获取网页html编码的必须用到的包,cpdetector_1.0.8.jar-html coding package, access to web page html coding to be used in the package, cpdetector_1.0.8.jar
NetDemo_9
- java获取网页信息的源代码,请需要的朋友取用-java source code for Web information, make a friend in need access to! ! ! ! ! ! ! ! ! ! ! ! ! !
javacode
- java+通过指定的URL可以获取网页的源代码-java+ by specifying the URL can access the source code of web page
JAVAgetHtmlCode
- 获取网页源码,对于想取得网页编码的同志们来说是个不错的源码-get html code
DataSearch
- 分析网页,获取网页数据,然后根据条件检索-Analysis of web pages, access the web page data, and then retrieved based on a condition
htmlunit-2.10-src
- 模拟Web登录方式,通过htmlunit工具,模拟Web方式获取网页信息-Simulate the Web Log analog of Web through htmlunit tools, access to web information
JAVA-access--website-URL-and-link
- 通过指定URL,获取网页上所有的“链接URL”和“链接文字”。-Access to all of the web page " link URL and link text by specifying the URL.
JsoupTest
- 根据利用jsoup工具包解析url或html获取网页数据-According to utilize jsoup toolkit for parsing url or html web page data. .
httpclient
- httclient 获取网页请求提交post请求 需有apache 的httpclient的jar包-httclient post requests for Web page requests submitted by the need for apache' s httpclient jar package
httpcomponents-client-4.3-bin
- 1、GET方式 第一步、创建一个客户端,类似于你用浏览器打开一个网页 HttpClient httpClient = new HttpClient() 第二步、创建一个GET方法,用来获取到你需要抓取的网页URL GetMethod getMethod = new GetMethod("http://www.baidu.com") 第三步、获得网址的响应状态码,200表示请求成功 int statusCode = httpClien