资源简介
恩..简单的scrapy简单的多层页面爬取程序,适用于初学者想尝试多层页面爬取又没有代码看的人,明天大概会写一篇博客分享大概的流程吧,到时候会有部分关键源码
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.OleDb;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Crawler
{
public class AddControl
{
//public static string Path = Environment.CurrentDirectory + @“\Miss.xlsx“;
private string xmlPath = Environment.CurrentDirectory + @“\Miss.xml“;
///
/// 将一个DataGridView填充数据,再返回给Form1
///
///
///
///
public DataGridView AddDataView()
{
DataGridView dataview = new DataGridView();
xmlToDataGridView(xmlPath dataview);
return dataview;
}
///
/// 加载xml数据以便detagridveiw使用
///
/// xml数据的 DataTable
public DataTable AddDataView2(string xmlPath1 string rootNode)
{
using (xmlControl xmlcon = new xmlControl(xmlPath1 rootNode))
{
DataTable dt = xmlcon.xmlToDataTable();
return dt;
}
}
///
/// 读取xml数据返回中间dt
///
/// xml文件路径
///
public DataTable xmlToDataGridView(string filePath DataGridView dgv)
{
xmlControl xmlcon = new xmlControl(xmlPath “task_table“);
DataTable dt = xmlcon.xmlToDataTable();
return dt;
//xmlControl xmlcon = new xmlControl(filePath “task_table“);
//DataTable dt = xmlcon.xmlToDataTable();
//dgv.DataSource = dt.DefaultView;
}
///
/// 新任务信息插入xml文件
///
///
/// 数据数组
public void InsertIntoxml(string filePath string[] datas string rootNode)
{
using (xmlControl xmlcon = new xmlControl(filePath rootNode))
{
xmlcon.xmlAddData(datas);
xmlcon.xmlSave();
}
}
///
/// 更新xml中任务数据
///
///
/// riptname“>任务脚本名称
/// 节点
///
public void UpdataIntoxml(string filePath string scriptname string nodename string data)
{
using (xmlControl xmlcon = new xmlControl(filePath “task_table“))
{
xmlcon.xmlUpdate(scriptname nodename data);
xmlcon.xmlSave();
}
}
///
/// 删除xml中任务信息
///
///
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 623 2018-06-18 12:03 爬虫new\爬虫\1117\.git\config
文件 73 2018-06-18 12:03 爬虫new\爬虫\1117\.git\desc
文件 23 2018-06-18 12:03 爬虫new\爬虫\1117\.git\HEAD
文件 177 2018-06-18 12:03 爬虫new\爬虫\1117\.git\hooks\README.sample
文件 9624 2018-06-18 12:04 爬虫new\爬虫\1117\.git\index
文件 113 2018-06-18 12:03 爬虫new\爬虫\1117\.git\info\exclude
文件 350 2018-06-18 12:04 爬虫new\爬虫\1117\.git\logs\HEAD
文件 350 2018-06-18 12:04 爬虫new\爬虫\1117\.git\logs\refs\heads\master
文件 150 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ms-persist.xm
文件 4027 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 200 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 193061 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 89 2018-06-18 12:03 爬虫new\爬虫\1117\.git\ob
文件 708 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 743 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 146455 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 702 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 621 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 1340 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 3563 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 1665 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 707 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 1548 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 1863 2018-06-18 12:03 爬虫new\爬虫\1117\.git\ob
文件 614 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 391678 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 751 2018-06-18 12:03 爬虫new\爬虫\1117\.git\ob
文件 2100 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 132393 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
文件 3952 2018-06-18 12:04 爬虫new\爬虫\1117\.git\ob
............此处省略506个文件信息
- 上一篇:计算机操作系统课后习题答案(第四版)
- 下一篇:雷达视觉融合检测
相关资源
- 用遗传算法求解旅行商问题
- SUCCESSFUL ALGORITHMIC TRADING()
- Successful Algorithmic Trading原书加代码
- license_plate.zip
- SVM学习笔记+伪码.pdf
- scrapy官方手册中文 高清完整.pdf版
- NetworkX安装教程及所有所需软件
- 决策树随机森林代码(莺尾花)
- ffmpeg-win32-v3.2.4.exe
- 精通Scrapy网络爬虫(完整版)274198
- 数据可视化之美中文版.pdf
- flask搭建微电影网站代码
- 新华书店图书数据
- Keras数据集-npz格式(minist boston_housi
- 基于Tensorflow的mnist完整样例
- phantomjs驱动
- RT-MDNet视频目标跟踪论文官方预训练网
- sklearn中文文档
- chromedriver_72.0.3626.7集合win32linux64mac6
- Pandas官方文档CHM格式
- Qt Designer 2019-09-27.dmg
- tensorflow-2.0.0-cp37-cp37m-win_amd64.whl
- 推荐系统实践-高清带目录版 zip解压
- OpenCV3计算机视觉
- 数学建模算法与程序 司守奎包括原数
- PyQt5All.rar
- tf_car_dataset
- EEG MI Data.zip
- 虎赢PostMan数据聚合工具官方版.rar
- 一个pygame实现的RPG游戏
评论
共有 条评论