phpQuery对数据信息的采集进一步学习
前提:需要下载:phpQuery/phpQuery.php
链接:http://www.cnblogs.com/wuheng1991/p/5145398.html
1.对于规则的部分
<?php
header('Content-Type:text/html;charset=UTF-8');
include './phpQuery/phpQuery.php';
set_time_limit(10000);
$id = isset($_GET['id']) ? intval($_GET['id']) : 1; if($id > 46){
echo "finish!";
exit;
}
// exit;
echo "当前 id=".$id;
echo "<br/>";
$url = "http://www.genetex.com/web/Search/SearchList.aspx?&Category=494&Page=".$id."&SpecialGroupID=240";
echo "当前的URL:";
echo $url."<br/>"; phpQuery::newDocumentFile($url); $artList = pq(".sear_list");
$count = count($artList);
// var_dump($count);
$i = 0;
foreach($artList as $li){
$url = '';
$tr = '';
$tr = pq($li)->eq(0)->find("li")->eq(1)->find("a")->attr('href');
$tr = trim($tr);
// var_dump($tr);
$url = "http://www.genetex.com/";
$arr = explode("/",$tr);
// exit;
$end = trim($arr[2]); $rel_url = $url.$end;
$rel_url = $rel_url."\r\n";
file_put_contents('url.txt',$rel_url,FILE_APPEND); //用于装载执行失败的数据
echo '<br/>'; } ?> <script>
function JumpUrl(){
location.href='?id=<?php echo ($id+1);?>';
}
setTimeout(JumpUrl,0);
</script>
2.对于不规则的部分。(通过产品链接,得到产品相关信息)
<?php
header('Content-Type:text/html;charset=UTF-8');
include './phpQuery/phpQuery.php';
set_time_limit(10000);
$id = isset($_GET['id']) ? intval($_GET['id']) : 0; $arr = file('./url.txt');
// var_dump($arr); if($id > 453){
echo "finish!";
exit;
} $curr_url = trim($arr[$id]);
unset($arr);
var_dump($curr_url);
echo '<br/>';
echo '<hr/>';
phpQuery::newDocumentFile($curr_url); $arrAll = array(); $artList = pq(".table_style_1");
$app = pq(".sear_list_2")->eq(0)->find("span")->eq(1)->html();
$app = trim($app);
echo "Application Information:".$app;
echo '<hr/>';
$arrAll['xing_num']= '';
$arrAll['reference'] = '';
// var_dump($artList);
foreach($artList as $key =>$li){ if($key == 0){ $tr1 = ''; #### Catalog Number,Full Name,Storage Buffer
$tr2 = ''; #### Catalog Number,Full Name,Storage Buffer 对应的属性值
$tr3 = ''; #### Product Name , Product Description,Storage Instruction
$tr4 = ''; #### Product Name , Product Description,Storage Instruction 对应的属性值
$tr5 = ''; #### Applications,Background, Notes
$tr6 = ''; #### Applications,Background, Notes 对应的属性值 $tr1 = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(0)->html();
$tr1 = trim($tr1);
$tr1 = str_replace("\r\n","",$tr1); $tr2 = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(1)->html();
$tr2 = trim($tr2); $tr2_a = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(1)->find(".recommend")->eq(0)->html();
$tr2_a = trim($tr2_a);
// $tr2_a = str_replace("\r\n","",$tr2_a); $tr2_xx = ''; ###星星
$tr2_xx = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(1)->find(".recommend")->eq(0)
->find("div")->eq(1)->html();
$tr2_xx = strip_tags($tr2_xx);
$tr2_xx = str_replace("\r\n","",$tr2_xx);
$tr2_xx = str_replace("(","",$tr2_xx);
$tr2_xx = str_replace(")","",$tr2_xx);
$tr2_xx = str_replace(" ","",$tr2_xx); $arrAll['xing_num'] = $tr2_xx; // echo "<hr/>";
// echo var_dump($tr2_xx);
// echo "<hr/>";
$tr2_yy = ''; ### refercence
$tr2_yy = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(1)->find(".recommend")->eq(0)
->find("div")->eq(2)->html();
$tr2_yy = strip_tags($tr2_yy);
$tr2_yy = str_replace("\r\n","",$tr2_yy);
$tr2_yy = str_replace("(","",$tr2_yy);
$tr2_yy = str_replace(")","",$tr2_yy);
$tr2_yy = str_replace(" ","",$tr2_yy); $arrAll['reference'] = $tr2_yy;
// echo "<hr/>";
// echo var_dump($tr2_yy);
// echo "<hr/>"; $tr2 = str_replace($tr2_a,"",$tr2);
$tr2 = strip_tags($tr2);
$tr2 = str_replace(" ","",$tr2);
$tr2 = str_replace("\r\n","",$tr2);
$tr2 = trim($tr2); $tr3 = pq($li)->eq(0)->find("tr")->eq(1)->find("td")->eq(0)->html();
$tr3 = trim($tr3);
$tr3 = str_replace("\r\n","",$tr3); if($key == 0){
$tr4 = pq($li)->eq(0)->find("tr")->eq(1)->find("td")->eq(1)->find('strong')->eq(0)->html();
}else{
$tr4 = pq($li)->eq(0)->find("tr")->eq(1)->find("td")->eq(1)->html();
}
// $tr4 = trim($tr4);
// $tr4 = str_replace(" ","",$tr4);
$tr4 = str_replace("\r\n","",$tr4);
$tr4 = trim($tr4); $tr5 = pq($li)->eq(0)->find("tr")->eq(2)->find("td")->eq(0)->html();
$tr5 = trim($tr5);
$tr5 = str_replace("\r\n","",$tr5); $tr6 = pq($li)->eq(0)->find("tr")->eq(2)->find("td")->eq(1)->html();
$tr6 = str_replace(" ","",$tr6);
$tr6 = str_replace("\r\n","",$tr6);
$tr6 = trim($tr6); // echo $tr1." ; ".$tr2." ; ".$tr3." ; ".$tr4." ; ".$tr5." ; ".$tr6;
// echo '<hr/>';
// echo '<br/>';
}
// exit;
} $arrAll['Application_Information'] = $app;
$arrAll['catalog_number'] = $tr2;
$arrAll['product_name'] = $tr4;
$arrAll['applications'] = $tr6; $arrAll['position_controls'] = ""; $art = pq("#tab1 table");
// var_dump($art);
foreach($art as $k =>$v){ if($k == 0){
// var_dump($v);
for($ii = 0;$ii < 5;$ii ++){
$a_1 = '';
$a_1 = pq($v)->eq(0)->find("tr")->eq(7+$ii)->find("td")->eq(0)->html();
$a_1 = trim($a_1);
if($a_1 == "Positive Controls"){ $a_2 = pq($v)->eq(0)->find("tr")->eq(7+$ii)->find("td")->eq(1)->html();
$a_2 = trim($a_2);
$arrAll['position_controls'] = $a_2; } } // var_dump($a_1);
// exit;
} } // var_dump($arrAll);
$arrAll['full_name'] = '';
$arrAll['product_description'] = '';
$arrAll['synonyms'] = '';
$arrAll['host'] = '';
$arrAll['clonality'] = ''; $arrAll['isotype'] = '';
$arrAll['species_reactivity'] = '';
$arrAll['conjugation'] = ''; // echo '<br/>';
// echo '<hr/>'; foreach($artList as $key =>$li){ if($key == 1){ $tr1 = ''; #### Catalog Number,Full Name,Storage Buffer
$tr2 = ''; #### Catalog Number,Full Name,Storage Buffer 对应的属性值
$tr3 = ''; #### Product Name , Product Description,Storage Instruction
$tr4 = ''; #### Product Name , Product Description,Storage Instruction 对应的属性值
$tr5 = ''; #### Applications,Background, Notes
$tr6 = ''; #### Applications,Background, Notes 对应的属性值 $tr1 = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(0)->html();
$tr1 = trim($tr1);
$tr1 = str_replace("\r\n","",$tr1); $tr2 = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(1)->html();
$tr2 = trim($tr2); $tr2_a = pq($li)->eq(0)->find("tr")->eq(0)->find("td")->eq(1)->find(".recommend")->eq(0)->html();
$tr2_a = trim($tr2_a);
// $tr2_a = str_replace("\r\n","",$tr2_a); $tr2 = str_replace($tr2_a,"",$tr2);
$tr2 = strip_tags($tr2);
// $tr2 = str_replace(" ","",$tr2);
$tr2 = str_replace("\r\n","",$tr2);
$tr2 = trim($tr2); $tr3 = pq($li)->eq(0)->find("tr")->eq(1)->find("td")->eq(0)->html();
$tr3 = trim($tr3);
$tr3 = str_replace("\r\n","",$tr3); if($key == 0){
$tr4 = pq($li)->eq(0)->find("tr")->eq(1)->find("td")->eq(1)->find('strong')->eq(0)->html();
}else{
$tr4 = pq($li)->eq(0)->find("tr")->eq(1)->find("td")->eq(1)->html();
}
// $tr4 = trim($tr4);
// $tr4 = str_replace(" ","",$tr4);
$tr4 = str_replace("\r\n","",$tr4);
$tr4 = trim($tr4); for($jj = 0;$jj < 3;$jj ++){
$tr5 = '';
$tr5 = pq($li)->eq(0)->find("tr")->eq(2+$jj)->find("td")->eq(0)->html();
$tr5 = str_replace("\r\n","",$tr5);
$tr5 = trim($tr5);
if($tr5 == "Synonyms"){ $tr6 = pq($li)->eq(0)->find("tr")->eq(2+$jj)->find("td")->eq(1)->html();
// $tr6 = str_replace(" ","",$tr6);
$tr6 = str_replace("\r\n","",$tr6);
$tr6 = trim($tr6);
$arrAll['synonyms'] = $tr6;
} } #### host ##### for($jj = 0;$jj < 4;$jj ++){
$tr7 = '';
$tr7 = pq($li)->eq(0)->find("tr")->eq(3+$jj)->find("td")->eq(0)->html();
$tr7 = str_replace("\r\n","",$tr7);
$tr7 = trim($tr7);
if($tr7 == "Host"){ $tr8 = pq($li)->eq(0)->find("tr")->eq(3+$jj)->find("td")->eq(1)->html();
// $tr6 = str_replace(" ","",$tr6);
$tr8 = str_replace("\r\n","",$tr8);
$tr8 = trim($tr8);
$arrAll['host'] = $tr8;
} } ##### clonality ####
for($jj = 0;$jj < 4;$jj ++){
$tr9 = '';
$tr9 = pq($li)->eq(0)->find("tr")->eq(4+$jj)->find("td")->eq(0)->html();
$tr9 = str_replace("\r\n","",$tr9);
$tr9 = trim($tr9);
if($tr9 == "Clonality"){ $tr10 = pq($li)->eq(0)->find("tr")->eq(4+$jj)->find("td")->eq(1)->html();
// $tr6 = str_replace(" ","",$tr6);
$tr10 = str_replace("\r\n","",$tr10);
$tr10 = trim($tr10);
$arrAll['clonality'] = $tr10;
} } #### isotype ######
for($jj = 0;$jj < 4;$jj ++){
$tr11 = '';
$tr11 = pq($li)->eq(0)->find("tr")->eq(5+$jj)->find("td")->eq(0)->html();
$tr11 = str_replace("\r\n","",$tr11);
$tr11 = trim($tr11);
if($tr11 == "Isotype"){ $tr12 = pq($li)->eq(0)->find("tr")->eq(5+$jj)->find("td")->eq(1)->html();
// $tr6 = str_replace(" ","",$tr6);
$tr12 = str_replace("\r\n","",$tr12);
$tr12 = trim($tr12);
$arrAll['isotype'] = $tr12;
} } #### species_reactivity ##### for($jj = 0;$jj < 6;$jj ++){
$tr13 = '';
$tr13 = pq($li)->eq(0)->find("tr")->eq(6+$jj)->find("td")->eq(0)->html();
$tr13 = str_replace("\r\n","",$tr13);
$tr13 = trim($tr13);
if($tr13 == "Species Reactivity"){ $tr14 = pq($li)->eq(0)->find("tr")->eq(6+$jj)->find("td")->eq(1)->html();
// $tr6 = str_replace(" ","",$tr6);
$tr14 = str_replace("\r\n","",$tr14);
$tr14 = trim($tr14);
$arrAll['species_reactivity'] = $tr14;
} } ######## conjugation ######
for($jj = 0;$jj < 6;$jj ++){
$tr15 = '';
$tr15 = pq($li)->eq(0)->find("tr")->eq(7+$jj)->find("td")->eq(0)->html();
$tr15 = str_replace("\r\n","",$tr15);
$tr15 = trim($tr15);
if($tr15 == "Conjugation"){ $tr16 = pq($li)->eq(0)->find("tr")->eq(7+$jj)->find("td")->eq(1)->html();
// $tr6 = str_replace(" ","",$tr6);
$tr16 = str_replace("\r\n","",$tr16);
$tr16 = trim($tr16);
$arrAll['conjugation'] = $tr16;
} } // echo $tr1." ; ".$tr2." ; ".$tr3." ; ".$tr4." ; ".$tr5." ; ".$tr6;
// echo '<hr/>';
// echo '<br/>';
}
// exit;
} $arrAll['full_name'] = $tr2;
$arrAll['product_description'] = $tr4;
$arrAll['researchArea'] = ""; // echo '<br/>';
// echo '<hr/>'; foreach($artList as $key =>$li){
if($key == 2){ $tr17 = pq($li)->eq(0)->find("tr")->eq(3)->find("td")->eq(0)->html();
$tr17 = trim($tr17);
$tr17 = str_replace("\r\n","",$tr17); $tr18 = pq($li)->eq(0)->find("tr")->eq(4)->find("td")->eq(0)->html(); $tr18 = strip_tags($tr18);
$tr18 = str_replace("More Hide","",$tr18);
$tr18 = str_replace("\r\n","",$tr18);
$tr18 = trim($tr18);
// echo $tr18;
// echo '<br/>';
// echo '<hr/>';
}
} // echo '<br/>';
// echo "★★★★☆";
// echo '<br/>';
$arrAll['researchArea'] = $tr18;
$arrAll['url'] = $curr_url;
var_dump($arrAll); $html = "";
$html .= $arrAll['Application_Information']."\t".$arrAll['catalog_number']."\t".$arrAll['product_name']."\t";
$html .= $arrAll['applications']."\t".$arrAll['position_controls']."\t".$arrAll['full_name']."\t";
$html .= $arrAll['product_description']."\t".$arrAll['synonyms']."\t".$arrAll['host']."\t";
$html .= $arrAll['clonality']."\t".$arrAll['isotype']."\t".$arrAll['species_reactivity']."\t";
$html .= $arrAll['conjugation']."\t".$arrAll['researchArea']."\t".$arrAll['xing_num']."\t";
$html .= $arrAll['reference']."\r\n"; echo $html;
echo '<br/>';
// file_put_contents('info.txt',$html,FILE_APPEND); //用于装载执行失败的数据
$fp = fopen('file.csv', 'a');
fputcsv($fp,$arrAll); unset($arrAll);
unset($artList);
?>
<script>
function JumpUrl(){
location.href='?id=<?php echo ($id+1);?>';
}
setTimeout(JumpUrl,0);
</script>
3.对知识点的补充
a.使用phpQuery采集数据,实际上是通过链接地址,找到源码,再将源码转换为jQuery语法。然后通过jQuery语法获得数据
b.对于规则的部分,采集数据较容易。
c.对于不规则的部分,需要进行判断,较为复杂些,不过如果jQuery学的好,这也不是难事。
d.对函数:fputcsv() 的学习总结。如:
$fp = fopen('file.csv', 'a');
fputcsv($fp,$arrAll);
其中,$arrAll是一维数组。fputcsv(),会将函数的值写入到csv文件中,一次写一行,如果数组为空,则不会写入,一旦数组中的元素不为空,就可以写入。
参看:http://php.net/manual/zh/function.fputcsv.php
phpQuery对数据信息的采集进一步学习的更多相关文章
- OCM_第十三天课程:Section6 —》数据库性能调优 _结果缓存 /多列数据信息采集统计/采集数据信息保持游标有效
注:本文为原著(其内容来自 腾科教育培训课堂).阅读本文注意事项如下: 1:所有文章的转载请标注本文出处. 2:本文非本人不得用于商业用途.违者将承当相应法律责任. 3:该系列文章目录列表: 一:&l ...
- vue学习记录:vue引入,validator验证,数据信息,vuex数据共享
最近在学习vue,关于学习过程中所遇到的问题进行记录,包含vue引入,validator验证,数据信息,vuex数据共享,传值问题记录 1.vue 引入vue vue的大致形式如下: <temp ...
- legend2---开发日志12(vue如何进一步学习)
legend2---开发日志12(vue如何进一步学习) 一.总结 一句话总结:还是得找教程(比如视频),自己摸索太浪费时间,也容易踩坑和抓不住重点 还是得找教程(比如视频),自己摸索太浪费时间,也容 ...
- abp学习(四)——根据入门教程(aspnetMVC Web API进一步学习)
Introduction With AspNet MVC Web API EntityFramework and AngularJS 地址:https://aspnetboilerplate.com/ ...
- [免费下载应用]iNeuKernel.Ocr 图像数据识别与采集原理和产品化应用
目 录 1..... 应用概述... 2 2..... 免费下载试用... 2 3..... 视频介绍... 2 4..... iNeuLink.Ocr图像数据采集应用... 2 5... ...
- Tsar 服务器系统和应用信息的采集报告工具
Tsar介绍 Tsar是淘宝的一个用来收集服务器系统和应用信息的采集报告工具,如收集服务器的系统信息(cpu,mem等),以及应用数据(nginx.swift等),收集到的数据存储在服务器磁盘上,可以 ...
- 大数据应用日志采集之Scribe演示实例完全解析
大数据应用日志采集之Scribe演示实例完全解析 引子: Scribe是Facebook开源的日志收集系统,在Facebook内部已经得到大量的应用.它能够从各种日志源上收集日志,存储到一个中央存储系 ...
- 大数据应用日志采集之Scribe 安装配置指南
大数据应用日志采集之Scribe 安装配置指南 大数据应用日志采集之Scribe 安装配置指南 1.概述 Scribe是Facebook开源的日志收集系统,在Facebook内部已经得到大量的应用.它 ...
- [Python爬虫] 之一 : Selenium+Phantomjs动态获取网站数据信息
本人刚才开始学习爬虫,从网上查询资料,写了一个利用Selenium+Phantomjs动态获取网站数据信息的例子,当然首先要安装Selenium+Phantomjs,具体的看 http://www.c ...
随机推荐
- 导出oracle 到 mysql的解决办法
导出oracle 到 mysql的解决办法 使用sqluldr2 命令如下sqluldr2 USER=weibh/1234@dydb file=c:\1.txt sql=sql.sql FORMA ...
- 关于app更新安装闪退和EditText长按出现的水滴颜色设置问题
关于app应用内更新安装后闪退的问题,解决办法如下: private void updateApp(File body) { Intent intent = new Intent(Intent.ACT ...
- 2019pycharm破解大法
通过激活码激活Pycharm 1 先找到你的hosts文件: Windows电脑:c:\windows\system32\drivers\etc Linux/Mac电脑:/etc 2 编辑hosts文 ...
- python小写转大写金额
python小写转大写金额 摘自:http://shine-it.net/index.php?topic=14575.0 def _rmb_upper(self, value): "&quo ...
- 经常使用的 WEB server
对于刚開始学习的人来说,或许自己能够写出一些简单的演示样例DEMO,但却纠结于不知道应该怎样才干訪问自己的页面,这里进行了一些简单的WEBserver总结.便于新朋友配置使用 静态HTML页面 对于静 ...
- c++11 学习
#include <iostream> // std::cout #include <functional> // std::ref #include <thread&g ...
- docker build 的 cache 机制
cache 机制注意事项 可以说,cache 机制很大程度上做到了镜像的复用,降低存储空间的同时,还大大缩短了构建时间.然而,不得不说的是,想要用好 cache 机制,那就必须了解利用 cache 机 ...
- linuxubuntu升级.net core版本到2.0
直接看这里 https://www.microsoft.com/net/core#linuxubuntu
- PHPCMS V9使用中的一些心得体会
官方演示站:http://v9.demo.phpcms.cn/ 在线帮助文档:http://v9.help.phpcms.cn/ 案例展示:互联网 http://www.i-busi.com 1. ...
- 把一个base64编码的图片绘制到canvas (canvas的图片在转成dataurl)
把一个base64编码的图片绘制到canvas 需要引入jquery. <canvas id="myCanvas" width="800" height= ...