naibo 3e7abd6273 Update BrightData 1 月之前
..
123proxy.png 0003041dab Add AD 2 月之前
BrightData.png 3e7abd6273 Update BrightData 1 月之前
Koala-IP.png 32df9d5060 Update Poster 1 月之前
Picture.png 6cfe946b59 Update Readme 1 年之前
Picture1.png 3646513d5b New version 2 年之前
Picture10.png 3646513d5b New version 2 年之前
Picture11.png 3646513d5b New version 2 年之前
Picture12.png 3646513d5b New version 2 年之前
Picture13.png 3646513d5b New version 2 年之前
Picture14.png 3646513d5b New version 2 年之前
Picture15.png 3646513d5b New version 2 年之前
Picture16.png 3646513d5b New version 2 年之前
Picture17.png 3646513d5b New version 2 年之前
Picture18.png 3646513d5b New version 2 年之前
Picture2.png 3646513d5b New version 2 年之前
Picture4.png 3646513d5b New version 2 年之前
Picture5.png 3646513d5b New version 2 年之前
Picture6.png 3646513d5b New version 2 年之前
Picture7.png 3646513d5b New version 2 年之前
Picture8.png 3646513d5b New version 2 年之前
Picture9.png 3646513d5b New version 2 年之前
Picture90.png 3646513d5b New version 2 年之前
Picture91.png 3646513d5b New version 2 年之前
Proxy302.jpg c25f80c175 New AD 2 月之前
QRCODES.png 0ed3818eaf 增加一直滚动直到页面内容不变,单个元素循环默认行为增加页面内容不变退出循环选项 1 年之前
animation_en.gif 9a4277b6a0 Update Animation 10 月之前
animation_en_old.gif 0551d2282b Update Animation 10 月之前
animation_zh.gif d81efd4454 Update Animation 10 月之前
animation_zh_old.gif 0551d2282b Update Animation 10 月之前
capsolver.gif fe2a3ee87a Update Readme 9 月之前
capsolver.jpg 7d9ae708b2 Update Readme 7 月之前
features_CN.png 8c9cf4c023 Rename para to param 10 月之前
features_EN.png 32f65d80d4 Readme Update 10 月之前
official.png cd20030db3 Update Official Website 1 年之前
patent.png e9d0caea95 beta 0.1.0 1 年之前
readme_back.md b73a2a9954 English Version 1 年之前

readme_back.md

Copyright Declaration 版权声明

This tool/software has been granted a patent for invention by the State Intellectual Property Office of the People's Republic of China, and thus the intellectual property is protected by Chinese law. In the spirit of openness in research and open source community, the code of this tool is open and available for free use by researchers and other related persons with the authorization of Zhejiang University and related persons. However, if you need to use it commercially, please contact the author or the person in charge of Zhejiang University by email.

该工具/软件已获得中华人民共和国国家知识产权局授权发明专利证书,因此知识产权受中国法律保护。本着科研和开源社区的开放精神,经浙江大学和相关人员授权,该工具代码公开且可供科研人员和其他相关人员免费使用。但如需商业使用,请通过邮件联系作者或浙江大学相关负责人。

Main Inventor Information:

专利主要发明人信息:

Wang: Ph.D. student at National University of Singapore, personal homepage: https://naibo.wang

王: 新加坡国立大学在读博士生,个人主页:https://naibo.wang

Yin: Professor of College of Computer Science and Technology of Zhejiang University, deputy dean, personal page: < https://person.zju.edu.cn/0001038 >

尹: 浙江大学计算机学院教授,副院长,个人主页:https://person.zju.edu.cn/0001038

可能的错误

界面截图

软件界面示例

pic

块和子块及表单定义

pic

已选中和待选择示例

pic

京东商品块选择示例:

pic

京东商品标题自动匹配选择示例

pic

分块选择所有子元素示例

pic

同类型元素自动和手动匹配示例

pic

四种选择方式示例

pic

输入文字示例

pic

循环点击58同城房屋标题以进入详情页采集示例

pic

采集元素文本示例

pic

流程图界面介绍

pic

循环选项示例

pic

循环点击下一页示例

pic

条件分支示例

pic

完整采集流程图示例

pic

完整采集流程图转换为常规流程图示例

pic

服务信息示例

pic

服务调用示例

pic

58 同城房源信息采集服务部分采集结果展示

pic

服务包装手动版程序结构

Chrome插件部分

  • Extension/app内的文件

后台流程图部分

  • ServiceGrid/frontEnd/FlowChart.html
  • ServiceGrid/frontEnd/FlowChart_Deprecated.js
  • ServiceGrid/frontEnd/FlowChart.css
  • ServiceGrid/frontEnd/logic.css

服务展示部分

  • 服务列表:ServiceGrid/frontEnd/serviceList.html
  • 服务信息:ServiceGrid/frontEnd/serviceInfo.html
  • 新服务:ServiceGrid/frontEnd/newTask.html
  • 调用服务:ServiceGrid/frontEnd/invokeService.html

C#部分

  • C#/内的文件

后台服务页面

  • Django后台:ServiceGrid/backEnd/*

服务执行

  • ExcuteStage/ServiceWrapper_ExcuteStage.py