From ed0768ca514b4e26232a7f044834a38626185f5e Mon Sep 17 00:00:00 2001 From: naibo Date: Wed, 20 Dec 2023 14:08:32 +0800 Subject: [PATCH] Official Version of 0.6.0 --- .../Code/easyspider_executestage.py | 146 +++++++++++++---- .../EasySpider_windows_x64/Code/utils.py | 152 +++++++++++++++++- .../execution_instances/0.json | 2 +- .../execution_instances/1.json | 2 +- .../execution_instances/10.json | 1 - .../execution_instances/11.json | 1 - .../execution_instances/12.json | 1 - .../execution_instances/13.json | 1 - .../execution_instances/14.json | 1 - .../execution_instances/15.json | 1 - .../execution_instances/16.json | 1 - .../execution_instances/17.json | 1 - .../execution_instances/18.json | 1 - .../execution_instances/19.json | 1 - .../execution_instances/2.json | 2 +- .../execution_instances/20.json | 1 - .../execution_instances/21.json | 1 - .../execution_instances/22.json | 1 - .../execution_instances/23.json | 1 - .../execution_instances/24.json | 1 - .../execution_instances/25.json | 1 - .../execution_instances/26.json | 1 - .../execution_instances/27.json | 1 - .../execution_instances/28.json | 1 - .../execution_instances/3.json | 1 - .../execution_instances/4.json | 1 - .../execution_instances/5.json | 1 - .../execution_instances/6.json | 1 - .../execution_instances/7.json | 1 - .../execution_instances/8.json | 1 - .../execution_instances/9.json | 1 - .../EasySpider_windows_x64/tasks/149.json | 2 +- .../EasySpider_windows_x64/tasks/213.json | 2 +- .../EasySpider_windows_x64/tasks/296.json | 2 +- .../EasySpider_windows_x64/tasks/8.json | 2 +- .temp_to_pub/compress.py | 1 + ElectronJS/EasySpider_en.crx | Bin 211416 -> 211416 bytes ElectronJS/EasySpider_zh.crx | Bin 211417 -> 211417 bytes ElectronJS/clean_and_release_win32.cmd | 1 + ElectronJS/clean_and_release_win64.cmd | 1 + ElectronJS/main.js | 8 +- ElectronJS/package_linux64.sh | 1 + ElectronJS/package_macos.sh | 1 + ElectronJS/src/taskGrid/FlowChart.html | 2 +- ElectronJS/src/taskGrid/FlowChart_CN.html | 2 +- ElectronJS/src/taskGrid/executeTask.html | 2 +- ExecuteStage/.vscode/launch.json | 2 +- ExecuteStage/easyspider_executestage.py | 4 +- ExecuteStage/utils.py | 4 + 49 files changed, 298 insertions(+), 69 deletions(-) delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/10.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/11.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/12.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/13.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/14.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/15.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/16.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/17.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/18.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/19.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/20.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/21.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/22.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/23.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/24.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/25.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/26.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/27.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/28.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/3.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/4.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/5.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/6.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/7.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/8.json delete mode 100644 .temp_to_pub/EasySpider_windows_x64/execution_instances/9.json diff --git a/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py b/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py index 1bb8b52..c71bdb0 100644 --- a/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py +++ b/.temp_to_pub/EasySpider_windows_x64/Code/easyspider_executestage.py @@ -6,8 +6,8 @@ import platform import shutil import string import undetected_chromedriver as uc -from utils import detect_optimizable, download_image, get_output_code, isnotnull, lowercase_tags_in_xpath, myMySQL, new_line, \ - on_press_creator, on_release_creator, readCode, replace_field_values, send_email, write_to_csv, write_to_excel, write_to_json +from utils import detect_optimizable, download_image, extract_text_from_html, get_output_code, isnotnull, lowercase_tags_in_xpath, myMySQL, new_line, \ + on_press_creator, on_release_creator, readCode, replace_field_values, send_email, split_text_by_lines, write_to_csv, write_to_excel, write_to_json from myChrome import MyChrome from threading import Thread, Event from PIL import Image @@ -47,10 +47,11 @@ import requests from ddddocr import DdddOcr from urllib.parse import urljoin from lxml import etree, html + import onnxruntime onnxruntime.set_default_logger_severity(3) # 隐藏onnxruntime的日志 -# import pandas as pd +import pandas as pd # import numpy # import pytesseract # import uuid @@ -295,9 +296,13 @@ class BrowserThread(Thread): except: pass try: - node["parameters"]["recordASField"] += param["recordASField"] + node["parameters"]["recordASField"] = param["recordASField"] except: - node["parameters"]["recordASField"] += 1 + node["parameters"]["recordASField"] = 1 + try: + splitLine = int(param["splitLine"]) + except: + param["splitLine"] = 0 if param["contentType"] == 8: self.print_and_log( "默认的ddddocr识别功能如果觉得不好用,可以自行修改源码get_content函数->contentType == 8的位置换成自己想要的OCR模型然后自己编译运行;或者可以先设置采集内容类型为“元素截图”把图片保存下来,然后用自定义操作调用自己写的程序,程序的功能是读取这个最新生成的图片,然后用好用的模型,如PaddleOCR把图片识别出来,然后把返回值返回给程序作为参数输出。") @@ -333,6 +338,10 @@ class BrowserThread(Thread): except: node["parameters"]["exitElement"] = "//body" node["parameters"]["quickExtractable"] = False # 是否可以快速提取 + try: + skipCount = node["parameters"]["skipCount"] + except: + node["parameters"]["skipCount"] = 0 # 如果(不)固定元素列表循环中只有一个提取数据操作,且提取数据操作的提取内容为元素截图,那么可以快速提取 if len(node["sequence"]) == 1 and self.procedure[node["sequence"][0]]["option"] == 3 and (int(node["parameters"]["loopType"]) == 1 or int(node["parameters"]["loopType"]) == 2): try: @@ -347,6 +356,8 @@ class BrowserThread(Thread): node["parameters"]["quickExtractable"] = False # 如果是iframe,那么不可以快速提取 else: node["parameters"]["quickExtractable"] = True # 先假设可以快速提取 + if node["parameters"]["skipCount"] > 0: + node["parameters"]["quickExtractable"] = False # 如果有跳过的元素,那么不可以快速提取 for param in params: optimizable = detect_optimizable(param, ignoreWaitElement=False, waitElement=waitElement) try: @@ -463,21 +474,51 @@ class BrowserThread(Thread): self.print_and_log( "Already read input parameters from Excel and overwrite the original input parameters.") + def removeDuplicateData(self): + try: + removeDuplicateData = self.service["removeDuplicate"] + except: + removeDuplicateData = 0 + if removeDuplicateData == 1: + self.print_and_log("正在去除重复数据,请稍后……") + self.print_and_log("Removing duplicate data, please wait...") + if self.outputFormat == "csv" or self.outputFormat == "txt" or self.outputFormat == "json" or self.outputFormat == "xlsx": + file_name = "Data/Task_" + \ + str(self.id) + "/" + self.saveName + \ + '.' + self.outputFormat + if self.outputFormat == "csv" or self.outputFormat == "txt": + df = pd.read_csv(file_name) + df.drop_duplicates(inplace=True) + df.to_csv(file_name, index=False) + elif self.outputFormat == "xlsx": + df = pd.read_excel(file_name) + df.drop_duplicates(inplace=True) + df.to_excel(file_name, index=False) + elif self.outputFormat == "json": + df = pd.read_json(file_name) + df.drop_duplicates(inplace=True) + df.to_json(file_name, orient="records", force_ascii=False) + elif self.outputFormat == "mysql": + self.mysql.remove_duplicate_data() + self.print_and_log("去重完成。") + self.print_and_log("Duplicate data removed.") + def run(self): # 挨个执行程序 for i in range(len(self.links)): - self.print_and_log("正在执行第", i + 1, "/ ", len(self.links), "个链接") + self.print_and_log("正在执行第", i + 1, "/", len(self.links), "个链接") self.print_and_log("Executing link", i + 1, - "/ ", len(self.links)) + "/", len(self.links)) self.executeNode(0) self.urlId = self.urlId + 1 files = os.listdir("Data/Task_" + str(self.id) + "/" + self.saveName) # 如果目录为空,则删除该目录 - if not files: - os.rmdir("Data/Task_" + str(self.id) + "/" + self.saveName) + # if not files: + # os.rmdir("Data/Task_" + str(self.id) + "/" + self.saveName) self.print_and_log("Done!") self.print_and_log("执行完成!") self.saveData(exit=True) + self.removeDuplicateData() if self.outputFormat == "mysql": self.mysql.close() try: @@ -1115,10 +1156,18 @@ class BrowserThread(Thread): if node["parameters"]["exitCount"] == 0: # newBodyText = self.browser.find_element(By.XPATH, node["parameters"]["exitElement"], iframe=node["parameters"]["iframe"]).text # 用find_elements获取所有匹配到的文本 - exitElements = self.browser.find_elements(By.XPATH, node["parameters"]["exitElement"], iframe=node["parameters"]["iframe"]) - newBodyText = "" - for exitElement in exitElements: - newBodyText += exitElement.text + try: + exitElements = self.browser.find_elements(By.XPATH, node["parameters"]["exitElement"], iframe=node["parameters"]["iframe"]) + newBodyText = "" + for exitElement in exitElements: + newBodyText += exitElement.text + except Exception as e: + self.print_and_log(f"设定的退出循环元素:{node['parameters']['exitElement']}的文本无法获取,本次循环将不再检测元素文本是否变化,将会继续执行,为解决此问题,您可以修改检测元素文本不变的元素为其他元素,或者将循环次数设定为固定次数大于0的值。") + self.print_and_log(f"The text of the exit loop element set: {node['parameters']['exitElement']} cannot be obtained, this loop will no longer check whether the text of the element has changed, and will continue to execute. To solve this problem, you can modify the element whose text does not change to other elements, or set the number of loops to a fixed number greater than 0.") + self.print_and_log(e) + exitElements = [] + # newBodyText为随机文本,保证一直执行 + newBodyText = str(random.random()) if node["parameters"]["iframe"]: # 如果标记了iframe iframes = self.browser.find_elements( By.CSS_SELECTOR, "iframe", iframe=False) @@ -1200,9 +1249,15 @@ class BrowserThread(Thread): if len(elements) == 0: self.print_and_log("Loop element not found: ", xpath) - self.print_and_log("找不到循环元素: ", xpath) + self.print_and_log("找不到循环元素:", xpath) index = 0 + skipCount = node["parameters"]["skipCount"] while index < len(elements): + if index < skipCount: + index += 1 + self.print_and_log("跳过第" + str(index) + "个元素") + self.print_and_log("Skip the " + str(index) + "th element") + continue try: element = elements[index] element_text = element.text @@ -1250,7 +1305,7 @@ class BrowserThread(Thread): index = index + 1 except NoSuchElementException: self.print_and_log("Loop element not found: ", xpath) - self.print_and_log("找不到循环元素: ", xpath) + self.print_and_log("找不到循环元素:", xpath) except Exception as e: raise elif int(node["parameters"]["loopType"]) == 2: # 固定元素列表 @@ -1258,7 +1313,13 @@ class BrowserThread(Thread): paths = node["parameters"]["pathList"].split("\n") # for path in node["parameters"]["pathList"].split("\n"): index = 0 + skipCount = node["parameters"]["skipCount"] while index < len(paths): + if index < skipCount: + index += 1 + self.print_and_log("跳过第" + str(index) + "个元素") + self.print_and_log("Skip the " + str(index) + "th element") + continue path = paths[index] try: path = replace_field_values( @@ -1295,7 +1356,7 @@ class BrowserThread(Thread): index, element = self.handleHistory(node, path, thisHistoryURL, thisHistoryLength, index, element=element) except NoSuchElementException: self.print_and_log("Loop element not found: ", path) - self.print_and_log("找不到循环元素: ", path) + self.print_and_log("找不到循环元素:", path) index += 1 continue # 循环中找不到元素就略过操作 except Exception as e: @@ -1314,7 +1375,14 @@ class BrowserThread(Thread): if len(textList) == 1: # 如果固定文本列表只有一行,现在就可以替换变量 textList = replace_field_values( node["parameters"]["textList"], self.outputParameters, self).split("\n") + skipCount = node["parameters"]["skipCount"] + index = 0 for text in textList: + if index < skipCount: + index += 1 + self.print_and_log("跳过第" + str(index) + "个文本") + self.print_and_log("Skip the " + str(index) + "th text") + continue text = replace_field_values(text, self.outputParameters, self) # self.recordLog("当前循环文本|Current loop text:", text) for i in node["sequence"]: # 挨个执行操作 @@ -1340,11 +1408,14 @@ class BrowserThread(Thread): if len(urlList) == 1: # 如果固定网址列表只有一行,现在就可以替换变量 urlList = replace_field_values( node["parameters"]["textList"], self.outputParameters, self).split("\n") - # urlList = [] - # for url in tempList: - # if url != "": - # urlList.append(url) + skipCount = node["parameters"]["skipCount"] + index = 0 for url in urlList: + if index < skipCount: + index += 1 + self.print_and_log("跳过第" + str(index) + "个网址") + self.print_and_log("Skip the " + str(index) + "th url") + continue url = replace_field_values(url, self.outputParameters, self) # self.recordLog("当前循环网址|Current loop url:", url) for i in node["sequence"]: @@ -1392,7 +1463,7 @@ class BrowserThread(Thread): self.history["handle"] = self.browser.current_window_handle self.scrollDown(node["parameters"]) - # 打开网页事件 + # 打开网页操作 def openPage(self, param, loopValue): time.sleep(1) # 打开网页后强行等待至少1秒 if len(self.browser.window_handles) > 1: @@ -1457,7 +1528,7 @@ class BrowserThread(Thread): self.history["index"] = 0 self.scrollDown(param) # 控制屏幕向下滚动 - # 键盘输入事件 + # 键盘输入操作 def inputInfo(self, param, loopValue): time.sleep(0.1) # 输入之前等待0.1秒 try: @@ -1509,7 +1580,7 @@ class BrowserThread(Thread): xpath + ", please try to set the wait time before executing this operation") self.print_and_log("找不到输入框元素:" + xpath + ",请尝试在执行此操作前设置等待时间") - # 点击元素事件 + # 点击元素操作 def clickElement(self, param, loopElement=None, clickPath="", index=0): try: maxWaitTime = int(param["maxWaitTime"]) @@ -1525,7 +1596,10 @@ class BrowserThread(Thread): clickPath, self.outputParameters, self) xpath = replace_field_values( param["xpath"], self.outputParameters, self) - if param["useLoop"]: # 使用循环的情况下,传入的clickPath就是实际的xpath + if xpath.find("point(") >= 0: # 如果xpath中包含point(),说明是相对坐标的点击 + index = 0 + path = "//body" + elif param["useLoop"]: # 使用循环的情况下,传入的clickPath就是实际的xpath if xpath == "": path = clickPath else: @@ -1557,9 +1631,21 @@ class BrowserThread(Thread): try: newTab = int(param["newTab"]) except: - newTab = 1 + newTab = 0 try: - if click_way == 0: # 用selenium的点击方法 + if xpath.find("point(") >= 0: # 如果xpath中包含point(),说明是相对坐标的点击 + point = xpath.split("point(")[1].split(")")[0].split(",") + x = int(point[0]) + y = int(point[1]) + # try: + # actions = ActionChains(self.browser) # 实例化一个action对象 + # actions.move_to_element(element).perform() + # actions.move_by_offset(x, y).perform() + # actions.click().perform() + # except Exception as e: + script = "document.elementFromPoint(" + str(x) + "," + str(y) + ").click();" + self.browser.execute_script(script) + elif click_way == 0: # 用selenium的点击方法 try: actions = ActionChains(self.browser) # 实例化一个action对象 if newTab == 1: # 在新标签页打开 @@ -1693,7 +1779,11 @@ class BrowserThread(Thread): download_image(self, content, "Data/Task_" + str(self.id) + "/" + self.saveName + "/", element) else: # 普通节点 - content = element.text + if p["splitLine"] == 1: + text = extract_text_from_html(element.get_attribute('outerHTML')) + content = split_text_by_lines(text) + else: + content = element.text elif p["contentType"] == 1: # 只采集当期元素下的文本,不包括子元素 if p["nodeType"] == 2: if element.get_attribute("href") != None: @@ -1830,7 +1920,7 @@ class BrowserThread(Thread): self.outputParameters[key] = "" self.recordLog("清空输出参数|Clear output parameters") - # 提取数据事件 + # 提取数据操作 def getData(self, param, loopElement, isInLoop=True, parentPath="", index=0): parentPath = replace_field_values( parentPath, self.outputParameters, self) diff --git a/.temp_to_pub/EasySpider_windows_x64/Code/utils.py b/.temp_to_pub/EasySpider_windows_x64/Code/utils.py index 7cd2d1a..528df1c 100644 --- a/.temp_to_pub/EasySpider_windows_x64/Code/utils.py +++ b/.temp_to_pub/EasySpider_windows_x64/Code/utils.py @@ -7,8 +7,11 @@ import sys import re import time import uuid +from bs4 import BeautifulSoup # import keyboard from openpyxl import Workbook, load_workbook +# import pandas as pd +# import xlsxwriter import requests from urllib.parse import urlparse import pymysql @@ -69,6 +72,22 @@ def is_valid_url(url): def lowercase_tags_in_xpath(xpath): return re.sub(r"([A-Z]+)(?=[\[\]//]|$)", lambda x: x.group(0).lower(), xpath) +# 提取HTML中的文本内容 +def extract_text_from_html(html_content): + soup = BeautifulSoup(html_content, 'lxml') # 使用lxml作为解析器 + for script in soup(["script", "style"]): # 去除脚本和样式内容 + script.extract() + for p_tag in soup.find_all("p"): + p_tag.append(soup.new_tag("br")) # 在每个p标签后添加br标签 + p_tag.append("\n") # 在每个p标签后添加换行符 + text = soup.get_text() + return text + +# 将文本按照行分割并去除额外空白 +def split_text_by_lines(text): + lines = text.splitlines() + lines = [line.strip() for line in lines if line.strip()] # 去除空行和首尾空格 + return "\n".join(lines) def on_press_creator(press_time, event): def on_press(key): @@ -137,7 +156,11 @@ def on_release_creator(event, press_time): # time.sleep(1) # 每秒检查一次 def detect_optimizable(param, ignoreWaitElement=True, waitElement=""): - if param["beforeJS"] == "" and param["afterJS"] == "" and param["contentType"] <= 1: + try: + splitLine = param["splitLine"] + except: + param["splitLine"] = 0 + if param["beforeJS"] == "" and param["afterJS"] == "" and param["contentType"] <= 1 and param["splitLine"] == 0: if param["nodeType"] <= 2: if ignoreWaitElement or waitElement == "": return True @@ -336,11 +359,115 @@ def write_to_json(file_name, data, types, record, keys): def write_to_excel(file_name, data, types, record): + # 首先,检查文件是否存在来决定是否处理第一行 + # first = not os.path.exists(file_name) + + # # 准备新数据 + # new_data = pd.DataFrame(data) + + # # 如果不是第一行(即文件已存在),对数据应用类型转换 + # if not first: + # for i, col_type in enumerate(types): + # if col_type == "int" or col_type == "bigInt": + # try: + # new_data[i] = pd.to_numeric(new_data[i], errors='coerce').astype(int) + # except: + # new_data[i] = pd.to_numeric("0", errors='coerce').astype(int) + # elif col_type == "double": + # try: + # new_data[i] = pd.to_numeric(new_data[i], errors='coerce')(0.0) + # except: + # new_data[i] = pd.to_numeric("0.0", errors='coerce').astype(float) + # # 根据 record 筛选列 + # new_data = new_data.loc[:, record] + + # # 如果文件存在,则读取现有数据并追加新数据 + # if first: + # combined_data = new_data + # else: + # # 使用 Pandas 读取现有数据 + # existing_data = pd.read_excel(file_name) + # # 合并现有数据与新数据 + # combined_data = pd.concat([existing_data, new_data], ignore_index=True) + + # # 将合并后的数据写入 Excel + # combined_data.to_excel(file_name, index=False, engine='openpyxl') + + # existing_data = [] + # first = True + # # 检查文件是否存在 + # if os.path.exists(file_name): + # # 使用 openpyxl 读取现有数据 + # workbook = load_workbook(file_name, read_only=True) + # sheet = workbook.active + # # 读取已有行数 + # num_rows = sheet.max_row + # if num_rows > 5000: + # print("Excel文件中的数据行数超过5000行,过多的行数将会导致追加模式写入数据速度变慢,建议更换为CSV文件或MySQL数据库存储数据。正在读取数据,请稍等...") + # print("The number of rows in the Excel file exceeds 5000, too many rows will cause the speed of writing data in append mode to slow down, it is recommended to replace it with CSV file or MySQL database to store data. Reading data, please wait...") + # # existing_data = [[sheet.cell(row=i, column=j).value for j in range(1, sheet.max_column + 1)] for i in range(1, sheet.max_row + 1)] + # for i in range(1, sheet.max_row + 1): + # row_data = [] + # if num_rows > 5000 and i % 500 == 0: + # print(f"正在读取第{i}/{num_rows}行的数据...") + # print(f"Reading data of row {i}/{num_rows}...") + # for j in range(1, sheet.max_column + 1): + # cell = sheet.cell(row=i, column=j).value + # if cell is None: + # cell = "" + # row_data.append(cell) + # existing_data.append(row_data) + # first = False # 如果文件存在,首行不再是标题行 + + # # 使用 xlsxwriter 创建新文件 + # workbook = xlsxwriter.Workbook(file_name) + # worksheet = workbook.add_worksheet() + + # # 写入现有数据 + # for row_num, row_data in enumerate(existing_data): + # for col_num, cell in enumerate(row_data): + # worksheet.write(row_num, col_num, cell) + + # # 写入新数据 + # row = len(existing_data) + # for line in data: + # to_write = [] + # for i in range(len(line)): + # value = line[i] + # if not first: # 如果不是第一行,需要转换数据类型 + # if types[i] == "int" or types[i] == "bigInt": + # try: + # value = int(value) + # except ValueError: + # value = 0 + # elif types[i] == "double": + # try: + # value = float(value) + # except ValueError: + # value = 0.0 + # if record[i]: + # to_write.append(value) + # first = False # 更新 first 以跳过数据类型转换 + # for col, item in enumerate(to_write): + # worksheet.write(row, col, item) + # row += 1 + + # # 关闭工作簿 + # workbook.close() + first = False if os.path.exists(file_name): # 加载现有的工作簿 wb = load_workbook(file_name) + # 行数读取 + num_rows = wb.active.max_row + if num_rows > 1000: + print("Excel文件中的数据行数已超过1000行,过多的行数将会导致追加模式写入数据速度变慢,建议增大任务保存对话框中的“每采集多少条数据保存一次”选项的值以提升采集速度,或者更换为CSV文件或MySQL数据库存储数据。正在读取数据,请稍等...") + print("The number of rows in the Excel file already exceeds 1000, too many rows will cause the speed of writing data in append mode to slow down, it is recommended to increase the value of the 'Save every how many data' option in the task save dialog to improve the collection speed, or replace it with CSV file or MySQL database to store data. Reading data, please wait...") ws = wb.active + if num_rows > 1000: + print("读取数据完成,正在追加数据...") + print("Reading data completed, appending data...") else: # 创建新的工作簿和工作表 wb = Workbook() @@ -433,6 +560,10 @@ class myMySQL: sql = "CREATE TABLE " + table_name + \ " (_id INT AUTO_INCREMENT PRIMARY KEY, " for item in parameters: + try: + recordASField = item["recordASField"] + except: + item["recordASField"] = True if item["recordASField"]: name = item['name'] if item['type'] == 'int': @@ -546,6 +677,25 @@ class myMySQL: # 关闭游标和连接 self.cursor.close() + def remove_duplicate_data(self): + self.cursor = self.conn.cursor() + # 删除重复数据 + fields = self.field_sql.replace("(", "").replace(")", "") + sql = f"CREATE TABLE {self.table_name}_temp AS " + \ + f"SELECT MIN(_id) AS _id, " + fields + \ + f" FROM {self.table_name} GROUP BY " + fields + ";" + self.cursor.execute(sql) + sql = f"DELETE FROM {self.table_name};" + self.cursor.execute(sql) + sql = f"INSERT INTO {self.table_name} SELECT * FROM {self.table_name}_temp;" + self.cursor.execute(sql) + sql = f"DROP TABLE {self.table_name}_temp;" + self.cursor.execute(sql) + # 提交到数据库执行 + self.conn.commit() + # 关闭游标和连接 + self.cursor.close() + def close(self): try: self.conn.close() diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json index a6a8c69..e42e574 100644 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json +++ b/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json @@ -1 +1 @@ -{"id":0,"name":"【海鸥怎么样】海鸥口碑好不好_缺点_优点_点评_易车","url":"https://dianping.yiche.com/haiou/koubei/","links":"https://dianping.yiche.com/haiou/koubei/","create_time":"12/15/2023, 4:48:41 PM","update_time":"12/15/2023, 4:49:02 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://dianping.yiche.com/haiou/koubei/","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://dianping.yiche.com/haiou/koubei/","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://dianping.yiche.com/haiou/koubei/"},{"id":1,"name":"loopTimes_1","nodeId":4,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n \n \n \n \n \n \n 经典的布偶1620\n \n \n \n 车主\n \n \n \n 2023-10-12\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 海鸥 2023款 305km 活力版\n \n \n \n \n \n 4.57\n \n 裸车价\n 7.38万元\n \n \n \n \n 购车时间\n 2023-09\n \n \n \n \n \n \n \n \n 今年9月份,我家里新购入的这辆海鸥就是给我爸开的,指导价7.38万的活力版,白外蓝内,官方续航305km,全款办下来7.5万左右,保险四千,政府补贴两千,4s店还送了3M的玻璃膜和小米的车载吸尘器,我觉得价格方面挺满意的。\n\n说说购车经历吧,我爸从2013年开始,就一直着开一辆铃木的北斗星,1.0排量手动挡,开到2023年十年时间才跑了三万多公里,就在小县城里纯代步,所以公里数特别的少,北斗星这小车吧,皮实是真皮实,十年时间除了正常保养,从来没修过,能装也是真能装,后排座椅一放倒,连餐桌都能拉的下,但就是不好开,毕竟1.0排量,还是手动挡,像我这种十年老\n 查看完整点评>>\n \n \n \n \n \n \n \n \n \n \n 共9 张\n \n \n \n \n \n "}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://dianping.yiche.com/haiou/koubei/","links":"https://dianping.yiche.com/haiou/koubei/","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":3,"index":2,"parentId":2,"type":1,"option":8,"title":"循环采集数据","sequence":[3],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[6]/div[1]/div[4]/div","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[1]/div[4]/div[1]","//div[contains(., '')]","//DIV[@class='cm-content-moudle']","/html/body/div[last()-5]/div[last()-3]/div[last()-2]/div[last()-19]"]}},{"id":5,"index":3,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"\n \n \n \n \n \n \n 经典的布偶1620\n \n \n \n 车主\n \n \n \n 2023-10-12\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 海鸥 2023款 305km 活力版\n \n \n \n \n \n 4.57\n \n 裸车价\n 7.38万元\n \n \n \n \n 购车时间\n 2023-09\n \n \n \n \n \n \n \n \n 今年9月份,我家里新购入的这辆海鸥就是给我爸开的,指导价7.38万的活力版,白外蓝内,官方续航305km,全款办下来7.5万左右,保险四千,政府补贴两千,4s店还送了3M的玻璃膜和小米的车载吸尘器,我觉得价格方面挺满意的。\n\n说说购车经历吧,我爸从2013年开始,就一直着开一辆铃木的北斗星,1.0排量手动挡,开到2023年十年时间才跑了三万多公里,就在小县城里纯代步,所以公里数特别的少,北斗星这小车吧,皮实是真皮实,十年时间除了正常保养,从来没修过,能装也是真能装,后排座椅一放倒,连餐桌都能拉的下,但就是不好开,毕竟1.0排量,还是手动挡,像我这种十年老\n 查看完整点评>>\n \n \n \n \n \n \n \n \n \n \n 共9 张\n \n \n \n \n \n "}],"unique_index":"97bjhimunj6lq6e0krw","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[2,5],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[1]/div[5]/div[1]/a[2]","//a[contains(., '>')]","//A[@class='link-btn next pg-item']","/html/body/div[last()-5]/div[last()-3]/div[last()-1]/div/a"]}},{"id":4,"index":5,"parentId":2,"type":0,"option":2,"title":"点击>","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[6]/div[1]/div[5]/div[1]/a[2]","//a[contains(., '>')]","//A[@class='link-btn next pg-item']","/html/body/div[last()-5]/div[last()-3]/div[last()-1]/div/a"]}}]} \ No newline at end of file +{"id":0,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"2023/12/17 09:25:18","version":"0.6.0","saveThreshold":8,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json index 2fb9d0e..30cb792 100644 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json +++ b/.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json @@ -1 +1 @@ -{"id":1,"name":"【海鸥怎么样】海鸥口碑好不好_缺点_优点_点评_易车","url":"https://dianping.yiche.com/haiou/koubei/","links":"https://dianping.yiche.com/haiou/koubei-5.html","create_time":"12/15/2023, 4:48:41 PM","update_time":"12/15/2023, 4:49:02 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://dianping.yiche.com/haiou/koubei/","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://dianping.yiche.com/haiou/koubei/","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://dianping.yiche.com/haiou/koubei/"},{"id":1,"name":"loopTimes_1","nodeId":4,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n \n \n \n \n \n \n 经典的布偶1620\n \n \n \n 车主\n \n \n \n 2023-10-12\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 海鸥 2023款 305km 活力版\n \n \n \n \n \n 4.57\n \n 裸车价\n 7.38万元\n \n \n \n \n 购车时间\n 2023-09\n \n \n \n \n \n \n \n \n 今年9月份,我家里新购入的这辆海鸥就是给我爸开的,指导价7.38万的活力版,白外蓝内,官方续航305km,全款办下来7.5万左右,保险四千,政府补贴两千,4s店还送了3M的玻璃膜和小米的车载吸尘器,我觉得价格方面挺满意的。\n\n说说购车经历吧,我爸从2013年开始,就一直着开一辆铃木的北斗星,1.0排量手动挡,开到2023年十年时间才跑了三万多公里,就在小县城里纯代步,所以公里数特别的少,北斗星这小车吧,皮实是真皮实,十年时间除了正常保养,从来没修过,能装也是真能装,后排座椅一放倒,连餐桌都能拉的下,但就是不好开,毕竟1.0排量,还是手动挡,像我这种十年老\n 查看完整点评>>\n \n \n \n \n \n \n \n \n \n \n 共9 张\n \n \n \n \n \n "}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://dianping.yiche.com/haiou/koubei/","links":"https://dianping.yiche.com/haiou/koubei-5.html","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":3,"index":2,"parentId":2,"type":1,"option":8,"title":"循环采集数据","sequence":[3],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[6]/div[1]/div[4]/div","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[1]/div[4]/div[1]","//div[contains(., '')]","//DIV[@class='cm-content-moudle']","/html/body/div[last()-5]/div[last()-3]/div[last()-2]/div[last()-19]"]}},{"id":5,"index":3,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"\n \n \n \n \n \n \n 经典的布偶1620\n \n \n \n 车主\n \n \n \n 2023-10-12\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n 海鸥 2023款 305km 活力版\n \n \n \n \n \n 4.57\n \n 裸车价\n 7.38万元\n \n \n \n \n 购车时间\n 2023-09\n \n \n \n \n \n \n \n \n 今年9月份,我家里新购入的这辆海鸥就是给我爸开的,指导价7.38万的活力版,白外蓝内,官方续航305km,全款办下来7.5万左右,保险四千,政府补贴两千,4s店还送了3M的玻璃膜和小米的车载吸尘器,我觉得价格方面挺满意的。\n\n说说购车经历吧,我爸从2013年开始,就一直着开一辆铃木的北斗星,1.0排量手动挡,开到2023年十年时间才跑了三万多公里,就在小县城里纯代步,所以公里数特别的少,北斗星这小车吧,皮实是真皮实,十年时间除了正常保养,从来没修过,能装也是真能装,后排座椅一放倒,连餐桌都能拉的下,但就是不好开,毕竟1.0排量,还是手动挡,像我这种十年老\n 查看完整点评>>\n \n \n \n \n \n \n \n \n \n \n 共9 张\n \n \n \n \n \n "}],"unique_index":"97bjhimunj6lq6e0krw","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[2,5],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[1]/div[5]/div[1]/a[2]","//a[contains(., '>')]","//A[@class='link-btn next pg-item']","/html/body/div[last()-5]/div[last()-3]/div[last()-1]/div/a"]}},{"id":4,"index":5,"parentId":2,"type":0,"option":2,"title":"点击>","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[6]/div[1]/div[5]/div[1]/a[2]","//a[contains(., '>')]","//A[@class='link-btn next pg-item']","/html/body/div[last()-5]/div[last()-3]/div[last()-1]/div/a"]}}]} \ No newline at end of file +{"id":1,"name":"dy-video-info-xpath-v1","url":"https://www.douyin.com/video/7298285469794618674","links":"https://www.douyin.com/video/7298285469794618674","create_time":"2023/11/29 15:42:29","update_time":"2023/11/29 15:42:29","version":"0.5.0","saveThreshold":10,"cloudflare":0,"environment":0,"maxViewLength":15,"recordLog":1,"outputFormat":"json","saveName":"current_time","inputExcel":"","startFromExit":0,"containJudge":false,"desc":"https://www.douyin.com/video/7298285469794618674","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.douyin.com/video/7298285469794618674","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.douyin.com/video/7298285469794618674"}],"outputParameters":[{"id":0,"name":"digg_count","desc":"","type":"text","recordASField":1,"exampleValue":"1.3万"},{"id":1,"name":"comments_count","desc":"","type":"text","recordASField":1,"exampleValue":"989"},{"id":2,"name":"collect_count","desc":"","type":"text","recordASField":1,"exampleValue":"542"},{"id":3,"name":"share_count","desc":"","type":"text","recordASField":1,"exampleValue":"3998"},{"id":4,"name":"pub_datetime","desc":"","type":"text","recordASField":1,"exampleValue":"发布时间:2023-11-06 17:55"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.douyin.com/video/7298285469794618674","links":"https://www.douyin.com/video/7298285469794618674","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"login-pannel\"]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[1]/div[1]/div[2]","//div[contains(., '')]","//DIV[@class='dy-account-close']","/html/body/div[last()-2]/div/div/div/div[last()-1]"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"dy-account-close\")]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[6]/div[1]/div[1]/div[1]/div[2]","//div[contains(., '')]","//DIV[@class='dy-account-close']","/html/body/div/div/div/div/div[last()-1]"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div/span[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/span[1]","//span[contains(., '1.3万')]","//SPAN[@class='CE7XkkTw xh-highlight']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-3]/span"]}},{"id":-1,"index":5,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"1.3万"}],"unique_index":"v54uc5uw3xlpjggpg5","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"digg_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[1]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/span[1]","//span[contains(., '1.3万')]","//SPAN[@class='CE7XkkTw xh-highlight']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-3]/span"],"exampleValues":[{"num":0,"value":"1.3万"}],"unique_index":"hzj8ksiz0ilpjgh8or","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"comments_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[2]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[2]/span[1]","//span[contains(., '989')]","//SPAN[@class='CE7XkkTw']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-2]/span"],"exampleValues":[{"num":0,"value":"989"}],"unique_index":"jur6i2gvwuhlpjgh8os","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"collect_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[3]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[3]/span[1]","//span[contains(., '542')]","//SPAN[@class='CE7XkkTw']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-1]/span"],"exampleValues":[{"num":0,"value":"542"}],"unique_index":"wx7dv86wquhlpjgh8os","iframe":false,"default":"null","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"share_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[4]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[4]/span[1]","//span[contains(., '3998')]","//SPAN[@class='Uehud9DZ']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div/span"],"exampleValues":[{"num":0,"value":"3998"}],"unique_index":"mwp98skpyqrlpjgh8os","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"pub_datetime","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[2]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/span[1]","//span[contains(., '发布时间:2023-')]","//SPAN[@class='aQoncqRg']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div/span"],"exampleValues":[{"num":0,"value":"发布时间:2023-11-06 17:55"}],"unique_index":"f9cv8mv1rttlpjgh8os","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/10.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/10.json deleted file mode 100644 index 3e872e6..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/10.json +++ /dev/null @@ -1 +0,0 @@ -{"id":10,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:25:07 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/11.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/11.json deleted file mode 100644 index 08220ab..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/11.json +++ /dev/null @@ -1 +0,0 @@ -{"id":11,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:29:35 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"csv","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/12.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/12.json deleted file mode 100644 index a875f70..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/12.json +++ /dev/null @@ -1 +0,0 @@ -{"id":12,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:30:47 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/13.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/13.json deleted file mode 100644 index 365972a..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/13.json +++ /dev/null @@ -1 +0,0 @@ -{"id":13,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 10:44:40 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"csv","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/14.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/14.json deleted file mode 100644 index d3949dd..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/14.json +++ /dev/null @@ -1 +0,0 @@ -{"id":14,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:30:47 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/15.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/15.json deleted file mode 100644 index 3ff0ce0..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/15.json +++ /dev/null @@ -1 +0,0 @@ -{"id":15,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 10:44:40 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"csv","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/16.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/16.json deleted file mode 100644 index 97aa608..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/16.json +++ /dev/null @@ -1 +0,0 @@ -{"id":16,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 11:06:55 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/17.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/17.json deleted file mode 100644 index d7afab6..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/17.json +++ /dev/null @@ -1 +0,0 @@ -{"id":17,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 11:10:45 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"TTT","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/18.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/18.json deleted file mode 100644 index ea8eab0..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/18.json +++ /dev/null @@ -1 +0,0 @@ -{"id":18,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:30:47 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/19.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/19.json deleted file mode 100644 index e85cee5..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/19.json +++ /dev/null @@ -1 +0,0 @@ -{"id":19,"name":"","url":"https://t.zsxq.com/15aUTk4Oa","links":"https://t.zsxq.com/15aUTk4Oa","create_time":"12/17/2023, 12:12:12 PM","update_time":"12/17/2023, 12:14:27 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://t.zsxq.com/15aUTk4Oa","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://t.zsxq.com/15aUTk4Oa","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://t.zsxq.com/15aUTk4Oa"}],"outputParameters":[{"id":0,"name":"执行JavaScript","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://t.zsxq.com/15aUTk4Oa","links":"https://t.zsxq.com/15aUTk4Oa","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0}},{"id":2,"index":3,"parentId":0,"type":0,"option":2,"title":"点击2023程序...","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":15,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"main-content-container\")]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-topic-flow[1]/div[1]/app-main-content[1]/div[1]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","//div[contains(., '2023程序员人群洞')]","//DIV[@class='file-name']","/html/body/app-root/app-index/div/app-topic-flow/div/app-main-content/div/app-topic[last()-17]/div/div/div[last()-1]/app-talk-content/div/app-file-gallery/div/div/div"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":5,"title":"执行JavaScript","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":0,"code":"document.elementFromPoint(20,20).click();","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/2.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/2.json index 64f7194..821a82e 100644 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/2.json +++ b/.temp_to_pub/EasySpider_windows_x64/execution_instances/2.json @@ -1 +1 @@ -{"id":2,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"2023/12/17 09:25:18","version":"0.6.0","saveThreshold":8,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file +{"id":2,"name":"中国移动采购与招标网","url":"https://b2b.10086.cn/#/biddingProcurementBulletin","links":"https://b2b.10086.cn/#/biddingProcurementBulletin","create_time":"11/29/2023, 1:00:03 PM","update_time":"11/29/2023, 1:00:03 PM","version":"0.3.5","saveThreshold":10,"cloudflare":0,"environment":0,"maxViewLength":15,"outputFormat":"xlsx","saveName":"current_time","containJudge":false,"desc":"https://b2b.10086.cn/#/biddingProcurementBulletin","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://b2b.10086.cn/#/biddingProcurementBulletin","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://b2b.10086.cn/#/biddingProcurementBulletin"},{"id":1,"name":"loopTimes_循环_1","nodeId":8,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_页面网址","desc":"","type":"text","recordASField":1,"exampleValue":"https://b2b.10086.cn/#/noticeDetail?publishId=1724409354969137153&publishUuid=54452a1c1ed84634b5d879409dcc93a6&publishType=PROCUREMENT&publishOneType=SELECTION_RESULTS"},{"id":1,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目_中选结果公示"},{"id":2,"name":"参数3_文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n \n 中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目:包1的中选人为广州申平信息科技有限公司\n 采购人/招标代理机构:中国移动通信集团广东有限公司/北京煜金桥通信建设监理咨询有限责任公司\n 2023年11月14日\n"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4,5,8],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"waitType":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://b2b.10086.cn/#/biddingProcurementBulletin","links":"https://b2b.10086.cn/#/biddingProcurementBulletin","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":0,"option":2,"title":"点击中选结果公示","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"left\")]/div[5]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]/div[5]/span[1]","//span[contains(., '中选结果公示')]","/html/body/div[last()-69]/div[last()-2]/div/div[last()-1]/div[last()-1]/span"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击arrow-down","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"cmcc-dropdown-rel\")]/div[1]/div[1]/span[1]/i[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/i[1]","//i[contains(., '')]","//I[@class='cmcc-icon cmcc-icon-ios-arrow-down']","/html/body/div[last()-69]/div[last()-2]/div/div/form/div/div[last()-3]/div/div/div/div/div/div/span/i"]}},{"id":4,"index":4,"parentId":0,"type":0,"option":2,"title":"点击广东","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"cmcc-select-group-dropdown-menu-body\")]/ul[2]/li[1]/div[19]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[2]/div[1]/div[1]/ul[2]/li[1]/div[19]/span[1]","//span[contains(., '广东')]","//SPAN[@class='cmcc-select-group-dropdown-menu-item-btn']","/html/body/div[last()-68]/div/div[last()-1]/ul[last()-1]/li/div[last()-12]/span"]}},{"id":5,"index":5,"parentId":0,"type":0,"option":2,"title":"点击查询","sequence":[],"isInLoop":false,"position":4,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"btns\")]/button[2]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/div[4]/div[1]/button[2]/span[1]","//span[contains(., '查询')]","/html/body/div[last()-69]/div[last()-2]/div/div/form/div/div/div/button/span"]}},{"id":-1,"index":6,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":false,"position":6,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":7,"parentId":7,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":6,"index":8,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[10,9],"isInLoop":false,"position":5,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"cmcc-page-next\")]/a[1]/i[1]","iframe":false,"wait":0.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":2,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[3]/div[1]/ul[1]/li[7]/a[1]/i[1]","//i[contains(., '')]","//I[@class='cmcc-icon cmcc-icon-ios-arrow-forward']","/html/body/div[last()-69]/div[last()-2]/div/div/div/form/div[last()-1]/div/ul/li/a/i"]}},{"id":8,"index":9,"parentId":6,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"cmcc-page-next\")]/a[1]/i[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[3]/div[1]/ul[1]/li[7]/a[1]/i[1]","//i[contains(., '')]","//I[@class='cmcc-icon cmcc-icon-ios-arrow-forward']","/html/body/div[last()-69]/div[last()-2]/div/div/div/form/div[last()-1]/div/ul/li/a/i"],"loopType":0}},{"id":7,"index":10,"parentId":6,"type":1,"option":8,"title":"循环","sequence":[11,12],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":1,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":9,"index":11,"parentId":7,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":10,"index":12,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":5,"relative":false,"name":"参数1_页面网址","desc":"","extractType":0,"relativeXPath":"/html/body/div[1]/div[2]/div[1]/div[1]","allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]","//div[contains(., '打印预览 中国')]","//DIV[@class='notice-detail']","/html/body/div[last()-3]/div[last()-2]/div/div"],"exampleValues":[{"num":0,"value":"https://b2b.10086.cn/#/noticeDetail?publishId=1724409354969137153&publishUuid=54452a1c1ed84634b5d879409dcc93a6&publishType=PROCUREMENT&publishOneType=SELECTION_RESULTS"}],"unique_index":"iskkyodyab7lpjafgv6","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"参数2_文本","desc":"","relativeXPath":"/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]","allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]","//p[contains(., '中国移动广东公司20')]","//P[@class='notice-detail-title']","/html/body/div[last()-3]/div[last()-2]/div/div/div/p"],"exampleValues":[{"num":0,"value":"中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目_中选结果公示"}],"unique_index":"tbogqz1xfmlpjafw1a","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"参数3_文本","desc":"","relativeXPath":"/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]","allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]","//div[contains(., '中国')]","/html/body/div[last()-3]/div[last()-2]/div/div/div/div/div"],"exampleValues":[{"num":0,"value":"\n \n 中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目:包1的中选人为广州申平信息科技有限公司\n 采购人/招标代理机构:中国移动通信集团广东有限公司/北京煜金桥通信建设监理咨询有限责任公司\n 2023年11月14日\n"}],"unique_index":"zgq4hlemr5qlpjafw1a","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/20.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/20.json deleted file mode 100644 index f10641f..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/20.json +++ /dev/null @@ -1 +0,0 @@ -{"id":20,"name":"","url":"https://t.zsxq.com/15aUTk4Oa","links":"https://www.zsxq.com","create_time":"12/17/2023, 12:12:12 PM","update_time":"12/17/2023, 12:14:27 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://t.zsxq.com/15aUTk4Oa","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://t.zsxq.com/15aUTk4Oa","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://t.zsxq.com/15aUTk4Oa"}],"outputParameters":[{"id":0,"name":"执行JavaScript","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://t.zsxq.com/15aUTk4Oa","links":"https://www.zsxq.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0}},{"id":2,"index":3,"parentId":0,"type":0,"option":2,"title":"点击2023程序...","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":15,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"main-content-container\")]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-topic-flow[1]/div[1]/app-main-content[1]/div[1]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","//div[contains(., '2023程序员人群洞')]","//DIV[@class='file-name']","/html/body/app-root/app-index/div/app-topic-flow/div/app-main-content/div/app-topic[last()-17]/div/div/div[last()-1]/app-talk-content/div/app-file-gallery/div/div/div"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":5,"title":"执行JavaScript","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":0,"code":"document.elementFromPoint(20,20).click();","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/21.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/21.json deleted file mode 100644 index f85b623..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/21.json +++ /dev/null @@ -1 +0,0 @@ -{"id":21,"name":"","url":"https://t.zsxq.com/15aUTk4Oa","links":"https://www.zsxq.com","create_time":"12/17/2023, 12:12:12 PM","update_time":"12/17/2023, 12:17:41 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://t.zsxq.com/15aUTk4Oa","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zsxq.com","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.zsxq.com"}],"outputParameters":[{"id":0,"name":"执行JavaScript","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://t.zsxq.com/15aUTk4Oa","links":"https://www.zsxq.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0}},{"id":2,"index":3,"parentId":0,"type":0,"option":2,"title":"点击2023程序...","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":15,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"main-content-container\")]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-topic-flow[1]/div[1]/app-main-content[1]/div[1]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","//div[contains(., '2023程序员人群洞')]","//DIV[@class='file-name']","/html/body/app-root/app-index/div/app-topic-flow/div/app-main-content/div/app-topic[last()-17]/div/div/div[last()-1]/app-talk-content/div/app-file-gallery/div/div/div"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":5,"title":"执行JavaScript","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":0,"code":"document.elementFromPoint(20,20).click();","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/22.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/22.json deleted file mode 100644 index 0f0623b..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/22.json +++ /dev/null @@ -1 +0,0 @@ -{"id":22,"name":"","url":"https://t.zsxq.com/15aUTk4Oa","links":"https://wx.zsxq.com/dweb2","create_time":"12/17/2023, 12:12:12 PM","update_time":"12/17/2023, 12:18:23 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://t.zsxq.com/15aUTk4Oa","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://wx.zsxq.com/dweb2","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://wx.zsxq.com/dweb2"}],"outputParameters":[{"id":0,"name":"执行JavaScript","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://t.zsxq.com/15aUTk4Oa","links":"https://wx.zsxq.com/dweb2","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0}},{"id":2,"index":3,"parentId":0,"type":0,"option":2,"title":"点击2023程序...","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":15,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"main-content-container\")]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-topic-flow[1]/div[1]/app-main-content[1]/div[1]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","//div[contains(., '2023程序员人群洞')]","//DIV[@class='file-name']","/html/body/app-root/app-index/div/app-topic-flow/div/app-main-content/div/app-topic[last()-17]/div/div/div[last()-1]/app-talk-content/div/app-file-gallery/div/div/div"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":5,"title":"执行JavaScript","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":0,"code":"document.elementFromPoint(20,20).click();","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/23.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/23.json deleted file mode 100644 index 5909257..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/23.json +++ /dev/null @@ -1 +0,0 @@ -{"id":23,"name":"ZSXQ","url":"https://t.zsxq.com/15aUTk4Oa","links":"https://wx.zsxq.com/dweb2/index/files","create_time":"12/17/2023, 12:12:12 PM","update_time":"12/17/2023, 12:24:30 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://t.zsxq.com/15aUTk4Oa","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://wx.zsxq.com/dweb2/index/files","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://wx.zsxq.com/dweb2/index/files"}],"outputParameters":[{"id":0,"name":"执行JavaScript","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://t.zsxq.com/15aUTk4Oa","links":"https://wx.zsxq.com/dweb2/index/files","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击2023程序...","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":15,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"main-content-container\")]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-topic-flow[1]/div[1]/app-main-content[1]/div[1]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","//div[contains(., '2023程序员人群洞')]","//DIV[@class='file-name']","/html/body/app-root/app-index/div/app-topic-flow/div/app-main-content/div/app-topic[last()-17]/div/div/div[last()-1]/app-talk-content/div/app-file-gallery/div/div/div"]}},{"id":4,"index":4,"parentId":2,"type":0,"option":5,"title":"执行JavaScript","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":0,"code":"document.elementFromPoint(20,20).click();","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":5,"parentId":0,"type":1,"option":8,"title":"循环 - 不固定元素列表","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"/html/body/app-root[1]/app-index[1]/div[1]/app-all-topic-files[1]/div[1]/div[2]/app-joined-group-file[1]/div[1]/div[2]/div","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0}},{"id":2,"index":6,"parentId":0,"type":1,"option":8,"title":"循环点击每个元素","sequence":[7,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/app-root[1]/app-index[1]/div[1]/app-all-topic-files[1]/div[1]/div[2]/app-joined-group-file[1]/div[1]/div[2]/div","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":7,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/24.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/24.json deleted file mode 100644 index a19dd2c..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/24.json +++ /dev/null @@ -1 +0,0 @@ -{"id":24,"name":"【软科排名】-中国最好学科排名|最权威的大学学科|高校学科排名","url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","create_time":"12/15/2023, 2:19:03 PM","update_time":"12/17/2023, 12:36:43 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"TTTT","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shanghairanking.cn/rankings/bcsr/2023","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shanghairanking.cn/rankings/bcsr/2023","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shanghairanking.cn/rankings/bcsr/2023"},{"id":1,"name":"loopTimes_1","nodeId":6,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":1,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":2,"name":"参数3_文本","desc":"","type":"text","recordASField":1,"exampleValue":"前3%"},{"id":3,"name":"参数4_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shanghairanking.cn/_uni/logo/28312850.png"},{"id":4,"name":"参数5_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"复旦大学\n "},{"id":5,"name":"参数6_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":6,"name":"参数7_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"/_nuxt/img/uncollection.388fe56.svg"},{"id":7,"name":"参数8_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n "},{"id":8,"name":"参数9_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":9,"name":"参数10_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1044"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环 - 不固定元素列表","sequence":[3,6],"isInLoop":false,"position":1,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"//a[1]/span[2]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":7,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":5,"index":4,"parentId":4,"type":1,"option":8,"title":"循环采集数据","sequence":[5],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr[1]","//tr[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]"]}},{"id":7,"index":5,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/td[1]/div[1]","allXPaths":["/td[1]/div[1]","//div[contains(., '')]","//DIV[@class='ranking']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-4]/div"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[1]/div[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/td[2]/span[1]","allXPaths":["/td[2]/span[1]","//span[contains(., '1')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-3]/span"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[2]/span[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数3_文本","desc":"","relativeXPath":"/td[3]","allXPaths":["/td[3]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-2]"],"exampleValues":[{"num":0,"value":"前3%"}],"unique_index":"/td[3]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数4_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[1]/img[1]","//img[contains(., '')]","//IMG[@class='univ-logo']","//IMG[@alt='复旦大学']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div[last()-1]/img"],"exampleValues":[{"num":0,"value":"https://www.shanghairanking.cn/_uni/logo/28312850.png"}],"unique_index":"/td[4]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数5_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"复旦大学\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数6_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数7_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","//img[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/div/img"],"exampleValues":[{"num":0,"value":"/_nuxt/img/uncollection.388fe56.svg"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数8_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数9_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/td[5]","allXPaths":["/td[5]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td"],"exampleValues":[{"num":0,"value":"1044"}],"unique_index":"/td[5]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":4,"index":6,"parentId":2,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,7],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"ant-pagination-next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":6,"index":7,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":-1,"index":8,"parentId":2,"type":2,"option":9,"title":"判断条件 - 从左往右依次判断","sequence":[11,14,19],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0}},{"id":-1,"parentId":3,"index":9,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"parentId":3,"index":10,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":11,"id":-1,"parentId":3,"type":3,"option":10,"title":"针对当前循环项的JavaScript命令返回值","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":7,"value":"","code":"return arguments[0].innerText.length < 3","waitTime":0},"position":0},{"id":-1,"index":12,"parentId":0,"type":1,"option":8,"title":"循环采集数据","sequence":[13],"isInLoop":false,"position":1,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div/div[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '01 哲学')]","//DIV[@class='subject-category']","/html/body/div[last()-3]/div/div/div[last()-1]/div/div[last()-1]/div[last()-11]/div[last()-1]"]}},{"id":-1,"index":13,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数11_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"01 哲学"}],"unique_index":"y4bvlameqalq665424","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"index":14,"id":-1,"parentId":3,"type":3,"option":10,"title":"无条件","sequence":[16,15],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"index":15,"parentId":7,"type":0,"option":5,"title":"跳过当前循环","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":4,"code":"","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":16,"parentId":7,"type":0,"option":5,"title":"执行Python代码","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":5,"code":"print(\"skip\")","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":17,"parentId":2,"type":1,"option":8,"title":"循环点击每个元素","sequence":[18],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":18,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"index":19,"id":-1,"parentId":3,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":2}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/25.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/25.json deleted file mode 100644 index 5c50d49..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/25.json +++ /dev/null @@ -1 +0,0 @@ -{"id":25,"name":"【软科排名】-中国最好学科排名|最权威的大学学科|高校学科排名","url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","create_time":"12/15/2023, 2:19:03 PM","update_time":"12/17/2023, 12:43:20 PM","version":"0.6.0","saveThreshold":1000,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"TTTT","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shanghairanking.cn/rankings/bcsr/2023","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shanghairanking.cn/rankings/bcsr/2023","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shanghairanking.cn/rankings/bcsr/2023"},{"id":1,"name":"loopTimes_1","nodeId":6,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":1,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":2,"name":"参数3_文本","desc":"","type":"text","recordASField":1,"exampleValue":"前3%"},{"id":3,"name":"参数4_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shanghairanking.cn/_uni/logo/28312850.png"},{"id":4,"name":"参数5_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"复旦大学\n "},{"id":5,"name":"参数6_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":6,"name":"参数7_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"/_nuxt/img/uncollection.388fe56.svg"},{"id":7,"name":"参数8_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n "},{"id":8,"name":"参数9_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":9,"name":"参数10_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1044"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环 - 不固定元素列表","sequence":[3,6],"isInLoop":false,"position":1,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"//a[1]/span[2]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":7,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":5,"index":4,"parentId":4,"type":1,"option":8,"title":"循环采集数据","sequence":[5],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr[1]","//tr[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]"]}},{"id":7,"index":5,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/td[1]/div[1]","allXPaths":["/td[1]/div[1]","//div[contains(., '')]","//DIV[@class='ranking']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-4]/div"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[1]/div[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/td[2]/span[1]","allXPaths":["/td[2]/span[1]","//span[contains(., '1')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-3]/span"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[2]/span[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数3_文本","desc":"","relativeXPath":"/td[3]","allXPaths":["/td[3]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-2]"],"exampleValues":[{"num":0,"value":"前3%"}],"unique_index":"/td[3]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数4_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[1]/img[1]","//img[contains(., '')]","//IMG[@class='univ-logo']","//IMG[@alt='复旦大学']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div[last()-1]/img"],"exampleValues":[{"num":0,"value":"https://www.shanghairanking.cn/_uni/logo/28312850.png"}],"unique_index":"/td[4]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数5_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"复旦大学\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数6_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数7_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","//img[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/div/img"],"exampleValues":[{"num":0,"value":"/_nuxt/img/uncollection.388fe56.svg"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数8_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数9_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/td[5]","allXPaths":["/td[5]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td"],"exampleValues":[{"num":0,"value":"1044"}],"unique_index":"/td[5]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":4,"index":6,"parentId":2,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,7],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"ant-pagination-next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":6,"index":7,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":-1,"index":8,"parentId":2,"type":2,"option":9,"title":"判断条件 - 从左往右依次判断","sequence":[11,14,19],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0}},{"id":-1,"parentId":3,"index":9,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"parentId":3,"index":10,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":11,"id":-1,"parentId":3,"type":3,"option":10,"title":"针对当前循环项的JavaScript命令返回值","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":7,"value":"","code":"return arguments[0].innerText.length < 3","waitTime":0},"position":0},{"id":-1,"index":12,"parentId":0,"type":1,"option":8,"title":"循环采集数据","sequence":[13],"isInLoop":false,"position":1,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div/div[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '01 哲学')]","//DIV[@class='subject-category']","/html/body/div[last()-3]/div/div/div[last()-1]/div/div[last()-1]/div[last()-11]/div[last()-1]"]}},{"id":-1,"index":13,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数11_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"01 哲学"}],"unique_index":"y4bvlameqalq665424","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"index":14,"id":-1,"parentId":3,"type":3,"option":10,"title":"无条件","sequence":[16,15],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"index":15,"parentId":7,"type":0,"option":5,"title":"跳过当前循环","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":4,"code":"","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":16,"parentId":7,"type":0,"option":5,"title":"执行Python代码","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":5,"code":"print(\"skip\")","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":17,"parentId":2,"type":1,"option":8,"title":"循环点击每个元素","sequence":[18],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":18,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"index":19,"id":-1,"parentId":3,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":2}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/26.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/26.json deleted file mode 100644 index 5d4a5ce..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/26.json +++ /dev/null @@ -1 +0,0 @@ -{"id":26,"name":"ZSXQ","url":"https://t.zsxq.com/15aUTk4Oa","links":"https://wx.zsxq.com/dweb2/index/files","create_time":"12/17/2023, 12:12:12 PM","update_time":"12/17/2023, 12:48:48 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://t.zsxq.com/15aUTk4Oa","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://wx.zsxq.com/dweb2/index/files","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://wx.zsxq.com/dweb2/index/files"}],"outputParameters":[{"id":0,"name":"执行JavaScript","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://t.zsxq.com/15aUTk4Oa","links":"https://wx.zsxq.com/dweb2/index/files","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击2023程序...","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":15,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"main-content-container\")]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-topic-flow[1]/div[1]/app-main-content[1]/div[1]/app-topic[3]/div[1]/div[1]/div[1]/app-talk-content[1]/div[1]/app-file-gallery[1]/div[1]/div[2]/div[2]","//div[contains(., '2023程序员人群洞')]","//DIV[@class='file-name']","/html/body/app-root/app-index/div/app-topic-flow/div/app-main-content/div/app-topic[last()-17]/div/div/div[last()-1]/app-talk-content/div/app-file-gallery/div/div/div"]}},{"id":5,"index":4,"parentId":2,"type":0,"option":5,"title":"执行JavaScript","sequence":[],"isInLoop":true,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":0,"code":"document.elementFromPoint(20,20).click();","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":5,"parentId":0,"type":1,"option":8,"title":"循环 - 不固定元素列表","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"/html/body/app-root[1]/app-index[1]/div[1]/app-all-topic-files[1]/div[1]/div[2]/app-joined-group-file[1]/div[1]/div[2]/div","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0}},{"id":2,"index":6,"parentId":0,"type":1,"option":8,"title":"循环点击每个元素","sequence":[7,8,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/app-root[1]/app-index[1]/div[1]/app-all-topic-files[1]/div[1]/div[2]/app-joined-group-file[1]/div[1]/div[2]/div","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":7,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":4,"index":8,"parentId":2,"type":0,"option":2,"title":"点击下载","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"download\")]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/app-root[1]/app-index[1]/div[1]/app-all-topic-files[1]/div[1]/div[2]/app-joined-group-file[1]/div[1]/app-file-preview[1]/div[1]/div[1]/div[4]/div[5]/div[1]","//div[contains(., '下载')]","//DIV[@class='download']","/html/body/app-root/app-index/div/app-all-topic-files/div/div/app-joined-group-file/div/app-file-preview/div/div/div[last()-2]/div/div"]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/27.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/27.json deleted file mode 100644 index 8a8adda..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/27.json +++ /dev/null @@ -1 +0,0 @@ -{"id":27,"name":"【软科排名】-中国最好学科排名|最权威的大学学科|高校学科排名","url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","create_time":"12/15/2023, 2:16:38 PM","update_time":"12/17/2023, 1:09:50 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"csv","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":true,"browser":"chrome","desc":"https://www.shanghairanking.cn/rankings/bcsr/2023","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shanghairanking.cn/rankings/bcsr/2023","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shanghairanking.cn/rankings/bcsr/2023"},{"id":1,"name":"loopTimes_1","nodeId":6,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":1,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":2,"name":"参数3_文本","desc":"","type":"text","recordASField":1,"exampleValue":"前3%"},{"id":3,"name":"参数4_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shanghairanking.cn/_uni/logo/28312850.png"},{"id":4,"name":"参数5_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"复旦大学\n "},{"id":5,"name":"参数6_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":6,"name":"参数7_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"/_nuxt/img/uncollection.388fe56.svg"},{"id":7,"name":"参数8_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n "},{"id":8,"name":"参数9_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":9,"name":"参数10_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1044"},{"id":10,"name":"跳过当前循环","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""},{"id":11,"name":"执行Python代码","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环 - 固定元素列表","sequence":[8,6],"isInLoop":false,"position":1,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"//a[1]/span[2]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":9,"index":3,"parentId":5,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":7,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":7,"index":4,"parentId":4,"type":1,"option":8,"title":"循环采集数据","sequence":[5],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr[1]","//tr[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]"]}},{"id":12,"index":5,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/td[1]/div[1]","allXPaths":["/td[1]/div[1]","//div[contains(., '')]","//DIV[@class='ranking']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-4]/div"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[1]/div[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/td[2]/span[1]","allXPaths":["/td[2]/span[1]","//span[contains(., '1')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-3]/span"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[2]/span[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数3_文本","desc":"","relativeXPath":"/td[3]","allXPaths":["/td[3]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-2]"],"exampleValues":[{"num":0,"value":"前3%"}],"unique_index":"/td[3]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数4_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[1]/img[1]","//img[contains(., '')]","//IMG[@class='univ-logo']","//IMG[@alt='复旦大学']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div[last()-1]/img"],"exampleValues":[{"num":0,"value":"https://www.shanghairanking.cn/_uni/logo/28312850.png"}],"unique_index":"/td[4]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数5_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"复旦大学\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数6_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数7_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","//img[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/div/img"],"exampleValues":[{"num":0,"value":"/_nuxt/img/uncollection.388fe56.svg"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数8_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数9_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/td[5]","allXPaths":["/td[5]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td"],"exampleValues":[{"num":0,"value":"1044"}],"unique_index":"/td[5]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":4,"index":6,"parentId":2,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,7],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"ant-pagination-next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":8,"index":7,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":3,"index":8,"parentId":2,"type":2,"option":9,"title":"判断条件 - 从左往右依次判断","sequence":[11,14],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0}},{"id":-1,"parentId":3,"index":9,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"parentId":3,"index":10,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":11,"id":5,"parentId":3,"type":3,"option":10,"title":"针对当前循环项的JavaScript命令返回值","sequence":[3],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":7,"value":"","code":"return arguments[0].innerText.length < 3","waitTime":0},"position":0},{"id":-1,"index":12,"parentId":0,"type":1,"option":8,"title":"循环采集数据","sequence":[13],"isInLoop":false,"position":1,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div/div[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '01 哲学')]","//DIV[@class='subject-category']","/html/body/div[last()-3]/div/div/div[last()-1]/div/div[last()-1]/div[last()-11]/div[last()-1]"]}},{"id":-1,"index":13,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数11_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"01 哲学"}],"unique_index":"y4bvlameqalq665424","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"index":14,"id":6,"parentId":3,"type":3,"option":10,"title":"无条件","sequence":[16,15],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":11,"index":15,"parentId":6,"type":0,"option":5,"title":"跳过当前循环","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":4,"code":"","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":10,"index":16,"parentId":6,"type":0,"option":5,"title":"执行Python代码","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":5,"code":"print(\"skip\")","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":17,"parentId":2,"type":1,"option":8,"title":"循环点击每个元素","sequence":[18],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":18,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/28.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/28.json deleted file mode 100644 index 1b58694..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/28.json +++ /dev/null @@ -1 +0,0 @@ -{"id":28,"name":"【软科排名】-中国最好学科排名|最权威的大学学科|高校学科排名","url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","create_time":"12/15/2023, 2:16:38 PM","update_time":"12/17/2023, 1:11:04 PM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"csv","saveName":"TTT","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":true,"browser":"chrome","desc":"https://www.shanghairanking.cn/rankings/bcsr/2023","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shanghairanking.cn/rankings/bcsr/2023","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shanghairanking.cn/rankings/bcsr/2023"},{"id":1,"name":"loopTimes_1","nodeId":6,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":1,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1"},{"id":2,"name":"参数3_文本","desc":"","type":"text","recordASField":1,"exampleValue":"前3%"},{"id":3,"name":"参数4_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shanghairanking.cn/_uni/logo/28312850.png"},{"id":4,"name":"参数5_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"复旦大学\n "},{"id":5,"name":"参数6_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":6,"name":"参数7_图片地址","desc":"","type":"text","recordASField":1,"exampleValue":"/_nuxt/img/uncollection.388fe56.svg"},{"id":7,"name":"参数8_链接文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n "},{"id":8,"name":"参数9_链接地址","desc":"","type":"text","recordASField":1,"exampleValue":"/institution/fudan-university"},{"id":9,"name":"参数10_文本","desc":"","type":"text","recordASField":1,"exampleValue":"1044"},{"id":10,"name":"跳过当前循环","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""},{"id":11,"name":"执行Python代码","desc":"自定义操作返回的数据","type":"text","recordASField":0,"exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shanghairanking.cn/rankings/bcsr/2023","links":"https://www.shanghairanking.cn/rankings/bcsr/2023","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环 - 固定元素列表","sequence":[8,6],"isInLoop":false,"position":1,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"//a[1]/span[2]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":9,"index":3,"parentId":5,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":7,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":7,"index":4,"parentId":4,"type":1,"option":8,"title":"循环采集数据","sequence":[5],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr[1]","//tr[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]"]}},{"id":12,"index":5,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数1_文本","desc":"","relativeXPath":"/td[1]/div[1]","allXPaths":["/td[1]/div[1]","//div[contains(., '')]","//DIV[@class='ranking']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-4]/div"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[1]/div[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/td[2]/span[1]","allXPaths":["/td[2]/span[1]","//span[contains(., '1')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-3]/span"],"exampleValues":[{"num":0,"value":"1"}],"unique_index":"/td[2]/span[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数3_文本","desc":"","relativeXPath":"/td[3]","allXPaths":["/td[3]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-2]"],"exampleValues":[{"num":0,"value":"前3%"}],"unique_index":"/td[3]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数4_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[1]/img[1]","//img[contains(., '')]","//IMG[@class='univ-logo']","//IMG[@alt='复旦大学']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div[last()-1]/img"],"exampleValues":[{"num":0,"value":"https://www.shanghairanking.cn/_uni/logo/28312850.png"}],"unique_index":"/td[4]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数5_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"复旦大学\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数6_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '复旦大学')]","//A[@class='name-cn']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数7_图片地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","allXPaths":["/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","//img[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div[last()-1]/div/div/div/img"],"exampleValues":[{"num":0,"value":"/_nuxt/img/uncollection.388fe56.svg"}],"unique_index":"/td[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/img[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数8_链接文本","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"\n "}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数9_链接地址","desc":"","relativeXPath":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","allXPaths":["/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","//a[contains(., '')]","//A[@class='name-en']","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td[last()-1]/div/div/div/div/div/a"],"exampleValues":[{"num":0,"value":"/institution/fudan-university"}],"unique_index":"/td[4]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数10_文本","desc":"","relativeXPath":"/td[5]","allXPaths":["/td[5]","//td[contains(., '')]","/html/body/div[last()-5]/div/div/div[last()-1]/div/div/div/div[last()-1]/div/div[last()-1]/table/tbody/tr[last()-29]/td"],"exampleValues":[{"num":0,"value":"1044"}],"unique_index":"/td[5]","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":4,"index":6,"parentId":2,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,7],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"ant-pagination-next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":8,"index":7,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":8,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]","//a[contains(., '')]","//A[@class='ant-pagination-item-link']","/html/body/div[last()-3]/div/div/div[last()-2]/div/div/div/div[last()-1]/div/ul/li[last()-1]/a"]}},{"id":3,"index":8,"parentId":2,"type":2,"option":9,"title":"判断条件 - 从左往右依次判断","sequence":[11,14],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0}},{"id":-1,"parentId":3,"index":9,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":-1,"parentId":3,"index":10,"type":3,"option":10,"title":"无条件","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":11,"id":5,"parentId":3,"type":3,"option":10,"title":"针对当前循环项的JavaScript命令返回值","sequence":[3],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":7,"value":"","code":"return arguments[0].innerText.length < 3","waitTime":0},"position":0},{"id":-1,"index":12,"parentId":0,"type":1,"option":8,"title":"循环采集数据","sequence":[13],"isInLoop":false,"position":1,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div/div[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '01 哲学')]","//DIV[@class='subject-category']","/html/body/div[last()-3]/div/div/div[last()-1]/div/div[last()-1]/div[last()-11]/div[last()-1]"]}},{"id":-1,"index":13,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":9,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数11_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"01 哲学"}],"unique_index":"y4bvlameqalq665424","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"index":14,"id":6,"parentId":3,"type":3,"option":10,"title":"无条件","sequence":[16,15],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":11,"index":15,"parentId":6,"type":0,"option":5,"title":"跳过当前循环","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":4,"code":"","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":10,"index":16,"parentId":6,"type":0,"option":5,"title":"执行Python代码","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"codeMode":5,"code":"print(\"skip\")","waitTime":0,"recordASField":0,"paraType":"text","emailConfig":{"host":"","port":465,"username":"","password":"","from":"","to":"","subject":"","content":""}}},{"id":-1,"index":17,"parentId":2,"type":1,"option":8,"title":"循环点击每个元素","sequence":[18],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"01\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"02\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"03\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"04\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"05\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"06\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"07\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[11]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[12]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[13]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[14]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[15]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[16]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[17]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[18]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[19]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[20]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[21]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[22]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[23]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[24]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[25]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[26]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[27]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[28]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[29]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[30]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[31]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[32]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[33]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[34]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[35]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[36]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[37]/a[1]/span[2]\n//*[@id=\"08\"]/div[2]/div[38]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"09\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[6]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[7]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[8]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[9]/a[1]/span[2]\n//*[@id=\"10\"]/div[2]/div[10]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"12\"]/div[2]/div[5]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[1]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[2]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[3]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[4]/a[1]/span[2]\n//*[@id=\"13\"]/div[2]/div[5]/a[1]/span[2]","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":18,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":3,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/3.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/3.json deleted file mode 100644 index 6934f10..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/3.json +++ /dev/null @@ -1 +0,0 @@ -{"id":3,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 10:15:41 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/4.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/4.json deleted file mode 100644 index e4092b0..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/4.json +++ /dev/null @@ -1 +0,0 @@ -{"id":4,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 10:17:51 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/5.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/5.json deleted file mode 100644 index c7fb320..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/5.json +++ /dev/null @@ -1 +0,0 @@ -{"id":5,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 10:20:08 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/6.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/6.json deleted file mode 100644 index 6890052..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/6.json +++ /dev/null @@ -1 +0,0 @@ -{"id":6,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:23:21 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":5,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":4,"index":6,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/7.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/7.json deleted file mode 100644 index e6b5121..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/7.json +++ /dev/null @@ -1 +0,0 @@ -{"id":7,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:23:46 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":5,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":4,"index":6,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/8.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/8.json deleted file mode 100644 index 445071b..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/8.json +++ /dev/null @@ -1 +0,0 @@ -{"id":8,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:25:07 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/9.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/9.json deleted file mode 100644 index 865a3bd..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/9.json +++ /dev/null @@ -1 +0,0 @@ -{"id":9,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","create_time":"12/17/2023, 10:23:09 AM","update_time":"12/17/2023, 10:25:07 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819"}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aaaf2364819","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[3],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":3,"parentId":3,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5],"isInLoop":false,"position":2,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/tasks/149.json b/.temp_to_pub/EasySpider_windows_x64/tasks/149.json index 3083292..5d09492 100644 --- a/.temp_to_pub/EasySpider_windows_x64/tasks/149.json +++ b/.temp_to_pub/EasySpider_windows_x64/tasks/149.json @@ -1 +1 @@ -{"id":149,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"7/7/2023, 6:36:49 AM","version":"0.3.5","saveThreshold":10,"cloudflare":0,"environment":0,"maxViewLength":15,"outputFormat":"mysql","saveName":"京东","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"text","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"text","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]","/html/body/div[last()-5]/div/div[last()-4]/div/div[last()-2]/div/div/div/div[last()-1]/div[last()-12]/a[last()-1]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"params":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"}],"unique_index":"6h61epq3t9sljrq1vbg","iframe":false,"default":"","paraType":"text","beforeJS":"arguments[0].innerText = \"'\" + arguments[0].innerText + '\"'","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"}],"unique_index":"6h61epq3t9sljrq1vbg","iframe":false,"default":"","paraType":"text","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file +{"id":149,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"7/7/2023, 6:36:49 AM","update_time":"12/20/2023, 4:03:13 AM","version":"0.6.0","saveThreshold":10,"quitWaitTime":60,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"mysql","saveName":"京东","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","removeDuplicate":1,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"text","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"text","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"text","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]","/html/body/div[last()-5]/div/div[last()-4]/div/div[last()-2]/div/div/div/div[last()-1]/div[last()-12]/a[last()-1]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"params":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"}],"unique_index":"6h61epq3t9sljrq1vbg","iframe":false,"default":"","paraType":"text","beforeJS":"arguments[0].innerText = \"'\" + arguments[0].innerText + '\"'","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"}],"unique_index":"6h61epq3t9sljrq1vbg","iframe":false,"default":"","paraType":"text","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/tasks/213.json b/.temp_to_pub/EasySpider_windows_x64/tasks/213.json index 8b30dc5..acfece9 100644 --- a/.temp_to_pub/EasySpider_windows_x64/tasks/213.json +++ b/.temp_to_pub/EasySpider_windows_x64/tasks/213.json @@ -1 +1 @@ -{"id":213,"name":"Alert Test","url":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE","links":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE","create_time":"12/5/2023, 12:56:22 AM","update_time":"12/5/2023, 12:56:22 AM","version":"0.6.0","saveThreshold":10,"cloudflare":0,"environment":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","inputExcel":"","startFromExit":0,"containJudge":false,"desc":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE"}],"outputParameters":[{"id":0,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n\nTEST\n\n\n\n alert(\"test\");\n\n\n(function() {\n var ws = new WebSocket('ws://' + window.location.host + \n '/jb-server-page?reloadMode=RELOAD_ON_SAVE&'+\n 'referrer=' + encodeURIComponent(window.location.pathname));\n ws.onmessage = function (msg) {\n if (msg.data === 'reload') {\n window.location.reload();\n }\n if (msg.data.startsWith('update-css ')) {\n var messageId = msg.data.substring(11);\n var links = document.getElementsByTagName('link');\n for (var i = 0; i < links.length; i++) {\n var link = links[i];\n if (link.rel !== 'stylesheet') continue;\n var clonedLink = link.cloneNode(true);\n var newHref = link.href.replace(/(&|\\?)jbUpdateLinksId=\\d+/, \"$1jbUpdateLinksId=\" + messageId);\n if (newHref !== link.href) {\n clonedLink.href = newHref;\n }\n else {\n var indexOfQuest = newHref.indexOf('?');\n if (indexOfQuest >= 0) {\n // to support ?foo#hash \n clonedLink.href = newHref.substring(0, indexOfQuest + 1) + 'jbUpdateLinksId=' + messageId + '&' + \n newHref.substring(indexOfQuest + 1);\n }\n else {\n clonedLink.href += '?' + 'jbUpdateLinksId=' + messageId;\n }\n }\n link.replaceWith(clonedLink);\n }\n }\n };\n})();\n\n ✖ ✍操作台(点此拖动,左上角调整大小) \n ● 已选中1个元素,您可以:\n 确认采集 取消选择 Path: /html/body \n"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,3],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE","links":"http://localhost:63342/EasySpider_portal/test_pages/alert_test.html?_ijt=316rkefpc1dbqphp9lcl1ik7hb&_ij_reload=RELOAD_ON_SAVE","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":-1,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[]}},{"id":2,"index":3,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数2_文本","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., 'TEST')]","/html/body"],"exampleValues":[{"num":0,"value":"\n\nTEST\n\n\n\n alert(\"test\");\n\n\n(function() {\n var ws = new WebSocket('ws://' + window.location.host + \n '/jb-server-page?reloadMode=RELOAD_ON_SAVE&'+\n 'referrer=' + encodeURIComponent(window.location.pathname));\n ws.onmessage = function (msg) {\n if (msg.data === 'reload') {\n window.location.reload();\n }\n if (msg.data.startsWith('update-css ')) {\n var messageId = msg.data.substring(11);\n var links = document.getElementsByTagName('link');\n for (var i = 0; i < links.length; i++) {\n var link = links[i];\n if (link.rel !== 'stylesheet') continue;\n var clonedLink = link.cloneNode(true);\n var newHref = link.href.replace(/(&|\\?)jbUpdateLinksId=\\d+/, \"$1jbUpdateLinksId=\" + messageId);\n if (newHref !== link.href) {\n clonedLink.href = newHref;\n }\n else {\n var indexOfQuest = newHref.indexOf('?');\n if (indexOfQuest >= 0) {\n // to support ?foo#hash \n clonedLink.href = newHref.substring(0, indexOfQuest + 1) + 'jbUpdateLinksId=' + messageId + '&' + \n newHref.substring(indexOfQuest + 1);\n }\n else {\n clonedLink.href += '?' + 'jbUpdateLinksId=' + messageId;\n }\n }\n link.replaceWith(clonedLink);\n }\n }\n };\n})();\n\n ✖ ✍操作台(点此拖动,左上角调整大小) \n ● 已选中1个元素,您可以:\n 确认采集 取消选择 Path: /html/body \n"}],"unique_index":"x3n1i38g6ulpr5l38y","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file +{"id":213,"name":"dy-video-info-xpath-v1","url":"https://www.douyin.com/video/7298285469794618674","links":"https://www.douyin.com/video/7298285469794618674","create_time":"2023/11/29 15:42:29","update_time":"2023/11/29 15:42:29","version":"0.5.0","saveThreshold":10,"cloudflare":0,"environment":0,"maxViewLength":15,"recordLog":1,"outputFormat":"json","saveName":"current_time","inputExcel":"","startFromExit":0,"containJudge":false,"desc":"https://www.douyin.com/video/7298285469794618674","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.douyin.com/video/7298285469794618674","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.douyin.com/video/7298285469794618674"}],"outputParameters":[{"id":0,"name":"digg_count","desc":"","type":"text","recordASField":1,"exampleValue":"1.3万"},{"id":1,"name":"comments_count","desc":"","type":"text","recordASField":1,"exampleValue":"989"},{"id":2,"name":"collect_count","desc":"","type":"text","recordASField":1,"exampleValue":"542"},{"id":3,"name":"share_count","desc":"","type":"text","recordASField":1,"exampleValue":"3998"},{"id":4,"name":"pub_datetime","desc":"","type":"text","recordASField":1,"exampleValue":"发布时间:2023-11-06 17:55"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,6],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.douyin.com/video/7298285469794618674","links":"https://www.douyin.com/video/7298285469794618674","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"login-pannel\"]/div[2]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[1]/div[1]/div[2]","//div[contains(., '')]","//DIV[@class='dy-account-close']","/html/body/div[last()-2]/div/div/div/div[last()-1]"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"dy-account-close\")]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[6]/div[1]/div[1]/div[1]/div[2]","//div[contains(., '')]","//DIV[@class='dy-account-close']","/html/body/div/div/div/div/div[last()-1]"]}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div/span[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/span[1]","//span[contains(., '1.3万')]","//SPAN[@class='CE7XkkTw xh-highlight']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-3]/span"]}},{"id":-1,"index":5,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"1.3万"}],"unique_index":"v54uc5uw3xlpjggpg5","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"clear":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"digg_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[1]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/span[1]","//span[contains(., '1.3万')]","//SPAN[@class='CE7XkkTw xh-highlight']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-3]/span"],"exampleValues":[{"num":0,"value":"1.3万"}],"unique_index":"hzj8ksiz0ilpjgh8or","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"comments_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[2]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[2]/span[1]","//span[contains(., '989')]","//SPAN[@class='CE7XkkTw']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-2]/span"],"exampleValues":[{"num":0,"value":"989"}],"unique_index":"jur6i2gvwuhlpjgh8os","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"collect_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[3]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[3]/span[1]","//span[contains(., '542')]","//SPAN[@class='CE7XkkTw']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div[last()-1]/span"],"exampleValues":[{"num":0,"value":"542"}],"unique_index":"wx7dv86wquhlpjgh8os","iframe":false,"default":"null","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"share_count","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[1]/div[4]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[4]/span[1]","//span[contains(., '3998')]","//SPAN[@class='Uehud9DZ']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div[last()-1]/div/span"],"exampleValues":[{"num":0,"value":"3998"}],"unique_index":"mwp98skpyqrlpjgh8os","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"pub_datetime","desc":"","relativeXPath":"/html/body/div[2]/div[1]/div[4]/div[2]/div/div[1]/div[3]/div/div[2]/div[2]/span","allXPaths":["/html/body/div[2]/div[1]/div[4]/div[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/span[1]","//span[contains(., '发布时间:2023-')]","//SPAN[@class='aQoncqRg']","/html/body/div[last()-7]/div[last()-1]/div/div/div/div[last()-1]/div[last()-3]/div/div/div/span"],"exampleValues":[{"num":0,"value":"发布时间:2023-11-06 17:55"}],"unique_index":"f9cv8mv1rttlpjgh8os","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/tasks/296.json b/.temp_to_pub/EasySpider_windows_x64/tasks/296.json index 2fbfe45..e0ae62f 100644 --- a/.temp_to_pub/EasySpider_windows_x64/tasks/296.json +++ b/.temp_to_pub/EasySpider_windows_x64/tasks/296.json @@ -1 +1 @@ -{"id":296,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"12/17/2023, 11:10:45 AM","version":"0.6.0","saveThreshold":1,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"TTT","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":2,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file +{"id":296,"name":"wysdemo01","url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","create_time":"2023/12/17 09:06:23","update_time":"2023/12/17 09:25:18","version":"0.6.0","saveThreshold":8,"quitWaitTime":40,"environment":0,"maximizeWindow":0,"maxViewLength":15,"recordLog":1,"outputFormat":"xlsx","saveName":"current_time","dataWriteMode":1,"inputExcel":"","startFromExit":0,"pauseKey":"p","containJudge":false,"browser":"chrome","desc":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7"},{"id":1,"name":"loopTimes_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"url","desc":"","type":"text","recordASField":1,"exampleValue":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"},{"id":1,"name":"title","desc":"","type":"text","recordASField":1,"exampleValue":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"},{"id":2,"name":"text","desc":"","type":"text","recordASField":1,"exampleValue":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"url":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","links":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newestindex!news.action?catalogid=8aafb7055d1da85a015d2f538ea100e7","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"next\")]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":0,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]","//a[contains(., '下一页')]","/html/body/div[last()-6]/div/div[last()-1]/div/div/ul/li[last()-1]/a"]}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环点击文章标题","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[2]/div[1]/div[1]/ul[1]/li/h5[1]/a[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","code":"","waitTime":0,"exitCount":0,"exitElement":"//body","historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"","waitElementTime":10,"waitElementIframeIndex":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"newTab":1,"maxWaitTime":10,"params":[],"alertHandleType":0,"allXPaths":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":1.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"waitElement":"//a[contains(., '<返回>')]","waitElementTime":15,"waitElementIframeIndex":0,"clear":0,"newLine":1,"params":[{"nodeType":0,"contentType":5,"relative":false,"name":"url","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body","//body[contains(., '')]","/html/body"],"exampleValues":[{"num":0,"value":"https://www.shjcdj.cn/djWeb/djweb/web/djweb/newestindex/newinfo.action?articleid=ff8080818c64130e018c6aabf897481d"}],"unique_index":"488aw4k05kolq8sgpeo","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"title","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '网友夏琴:激荡人力资')]","/html/body/div[last()-6]/div/div[last()-1]/div/h1"],"exampleValues":[{"num":0,"value":"网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”"}],"unique_index":"i8o9o8sk6elq8shcvr","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"text","desc":"","extractType":0,"relativeXPath":"//DIV[@class='artbox']","allXPaths":["/html/body/div[2]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='artbox']","/html/body/div[last()-6]/div/div[last()-1]/div"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t网友夏琴:激荡人力资源“动能” 集聚强国建设“合力”\n\t\t\t\t\n\t\t\t\t来源:松江区委组织部    发布时间:2023-12-15 \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t近日,第二届全国人力资源服务业发展大会召开。人力资源是推动社会经济社会发展的第一资源,是战略性新兴产业,也是稳定和扩大就业、提高人力资源利用水平、构建现代化产业体系的重要力量。激荡人力资源“动能”,集聚强国建设“合力”,要凝心聚力、坚定信心,引才聚才、焕发活力,务实合作、优化环境,以人口高质量发展支撑中国式现代化。凝心聚力、坚定信心,促进高质量充分就业。就业是最基本的民生,促进高质量充分就业,是增进民生福祉、提高人民生活品质的根本举措。党的二十大报告提出“促进高质量充分就业”的目标要求,是党中央牢牢把握我国发展的阶段性特征对就业工作作出的重大战略部署。当前,我国人口发展面临新形势、新常态,人力资源丰富仍然是我国的突出优势,人力资源服务业发挥着重要作用。新时代新征程上,要凝心聚力、坚定信心,坚持以习近平新时代中国特色社会主义思想为指导,全面贯彻党的二十大精神,深入贯彻习近平总书记重要指示和党中央决策部署,锚定“稳就业”这一重大政治责任,强化就业优先、促进供需匹配,聚焦创新驱动、推进数字赋能,持续稳存量、扩增量、提质量,全力以赴确保就业局势总体稳定,不断夯实经济社会大局“稳固底座”。引才聚才、焕发活力,提高人力资源开发利用。完善政策体系、壮大行业规模、提高服务水平、优化产业环境……近年来,我国人力资源服务业蓬勃发展、亮点纷呈,实现健康发展,取得长足进步,人力资源质量和利用效率逐步提升,形成了“百花齐放”的良好生态。人才是引领发展的第一动力,是建设现代化经济体系的战略支撑。新时代新征程上,要筑巢引凤、引才聚才、以才吸才,不断焕发新活力、新动能。要着力培养知识型、技能型、创新型的复合型人才,持续打造现代化的人力资源体系,创造更充足的人力资本红利。要适应新经济形态变化,开发、培育、推广新职业,让人才在新时代站上更大舞台、发挥更大作用。要推动“有为政府”与“有效市场”同向发力、共同发力,强化供需匹配度、提高招聘质量水平、提升劳动参与率,激发人力资源服务业的最大效能。务实合作、优化环境,推动人口高质量发展。党的十八大以来,习近平总书记围绕人口发展发表了一系列重要论述,作出了一系列科学判断,强调“中国式现代化是人口规模巨大的现代化”。在今年召开的二十届中央财经委员会第一次会议上,习近平总书记提出了以人口高质量发展支撑中国式现代化的重要论断和工作要求。当前,我们迈上了全面建设社会主义现代化国家新征程,我国人口发展也进入了一个新的阶段。要深刻认识人口发展新形势,科学把握人口高质量发展的深刻内涵,以改革创新推动人口高质量发展,推动人民高品质生活、促进人的全面发展和全体人民共同富裕。要致力务实合作,持续优化人力资源服务业发展环境,深耕党和国家事业发展的重点领域、重点行业,一张蓝图绘到底、一茬接着一茬干,不断展现人力资源服务业新气象、开创发展新局面,为推动高质量发展贡献澎湃力量。(作者单位:松江区委统战部)\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<返回>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t上海市党建服务中心\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t"}],"unique_index":"0tq1bg6rty8lq8sg1i4","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/tasks/8.json b/.temp_to_pub/EasySpider_windows_x64/tasks/8.json index 0148847..03b4a3a 100644 --- a/.temp_to_pub/EasySpider_windows_x64/tasks/8.json +++ b/.temp_to_pub/EasySpider_windows_x64/tasks/8.json @@ -1 +1 @@ -{"id":8,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/25/2023, 9:22:13 PM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"Open Page","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"}],"outputParameters":[{"id":0,"name":"para1_text","desc":"","type":"string","exampleValue":""},{"id":1,"name":"para2_text","desc":"","type":"string","exampleValue":""},{"id":2,"name":"para3_text","desc":"","type":"string","exampleValue":""},{"id":3,"name":"para4_text","desc":"","type":"string","exampleValue":""},{"id":4,"name":"para5_text","desc":"","type":"string","exampleValue":""},{"id":5,"name":"para6_text","desc":"","type":"string","exampleValue":"Jordan 4 Retro Thunder 2023"},{"id":6,"name":"para7_text","desc":"","type":"string","exampleValue":"Jordan 4 Retro Thunder 2023"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"Open Page","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"Loop","sequence":[3,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"/html/body/div[6]/div[5]/ul[1]/li/a[1]/div[1]/div[1]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[5]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image__background']"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"Collect Data","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"params":[{"nodeType":0,"contentType":7,"relative":true,"name":"para1_text","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":""},{"num":1,"value":""},{"num":2,"value":""},{"num":3,"value":""},{"num":4,"value":""},{"num":5,"value":""},{"num":6,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"para2_text","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image__background']"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"para3_text","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image__background']"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"para4_text","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image__background']"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":4,"index":4,"parentId":2,"type":0,"option":3,"title":"Collect Data","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"params":[{"nodeType":0,"contentType":7,"relative":false,"name":"para5_text","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image__background']"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"para6_text","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[5]/ul[1]/li[1]/a[1]/div[2]","allXPaths":["/html/body/div[6]/div[5]/ul[1]/li[1]/a[1]/div[2]","//div[contains(., 'Jordan 4 R')]","//DIV[@class='hl-popular-destinations-name']"],"exampleValues":[{"num":0,"value":"Jordan 4 Retro Thunder 2023"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"para7_text","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[5]/ul[1]/li[1]/a[1]/div[2]","allXPaths":["/html/body/div[6]/div[5]/ul[1]/li[1]/a[1]/div[2]","//div[contains(., 'Jordan 4 R')]","//DIV[@class='hl-popular-destinations-name']"],"exampleValues":[{"num":0,"value":"Jordan 4 Retro Thunder 2023"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file +{"id":8,"name":"中国移动采购与招标网","url":"https://b2b.10086.cn/#/biddingProcurementBulletin","links":"https://b2b.10086.cn/#/biddingProcurementBulletin","create_time":"11/29/2023, 1:00:03 PM","update_time":"11/29/2023, 1:00:03 PM","version":"0.3.5","saveThreshold":10,"cloudflare":0,"environment":0,"maxViewLength":15,"outputFormat":"xlsx","saveName":"current_time","containJudge":false,"desc":"https://b2b.10086.cn/#/biddingProcurementBulletin","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://b2b.10086.cn/#/biddingProcurementBulletin","desc":"要采集的网址列表,多行以\\n分开","type":"text","exampleValue":"https://b2b.10086.cn/#/biddingProcurementBulletin"},{"id":1,"name":"loopTimes_循环_1","nodeId":8,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_页面网址","desc":"","type":"text","recordASField":1,"exampleValue":"https://b2b.10086.cn/#/noticeDetail?publishId=1724409354969137153&publishUuid=54452a1c1ed84634b5d879409dcc93a6&publishType=PROCUREMENT&publishOneType=SELECTION_RESULTS"},{"id":1,"name":"参数2_文本","desc":"","type":"text","recordASField":1,"exampleValue":"中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目_中选结果公示"},{"id":2,"name":"参数3_文本","desc":"","type":"text","recordASField":1,"exampleValue":"\n \n 中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目:包1的中选人为广州申平信息科技有限公司\n 采购人/招标代理机构:中国移动通信集团广东有限公司/北京煜金桥通信建设监理咨询有限责任公司\n 2023年11月14日\n"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4,5,8],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"waitType":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://b2b.10086.cn/#/biddingProcurementBulletin","links":"https://b2b.10086.cn/#/biddingProcurementBulletin","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"cookies":""}},{"id":2,"index":2,"parentId":0,"type":0,"option":2,"title":"点击中选结果公示","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"left\")]/div[5]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]/div[5]/span[1]","//span[contains(., '中选结果公示')]","/html/body/div[last()-69]/div[last()-2]/div/div[last()-1]/div[last()-1]/span"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击arrow-down","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"cmcc-dropdown-rel\")]/div[1]/div[1]/span[1]/i[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/i[1]","//i[contains(., '')]","//I[@class='cmcc-icon cmcc-icon-ios-arrow-down']","/html/body/div[last()-69]/div[last()-2]/div/div/form/div/div[last()-3]/div/div/div/div/div/div/span/i"]}},{"id":4,"index":4,"parentId":0,"type":0,"option":2,"title":"点击广东","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"cmcc-select-group-dropdown-menu-body\")]/ul[2]/li[1]/div[19]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[2]/div[1]/div[1]/ul[2]/li[1]/div[19]/span[1]","//span[contains(., '广东')]","//SPAN[@class='cmcc-select-group-dropdown-menu-item-btn']","/html/body/div[last()-68]/div/div[last()-1]/ul[last()-1]/li/div[last()-12]/span"]}},{"id":5,"index":5,"parentId":0,"type":0,"option":2,"title":"点击查询","sequence":[],"isInLoop":false,"position":4,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"btns\")]/button[2]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/div[4]/div[1]/button[2]/span[1]","//span[contains(., '查询')]","/html/body/div[last()-69]/div[last()-2]/div/div/form/div/div/div/button/span"]}},{"id":-1,"index":6,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":false,"position":6,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":0,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":7,"parentId":7,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":6,"index":8,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[10,9],"isInLoop":false,"position":5,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"cmcc-page-next\")]/a[1]/i[1]","iframe":false,"wait":0.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":2,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[3]/div[1]/ul[1]/li[7]/a[1]/i[1]","//i[contains(., '')]","//I[@class='cmcc-icon cmcc-icon-ios-arrow-forward']","/html/body/div[last()-69]/div[last()-2]/div/div/div/form/div[last()-1]/div/ul/li/a/i"]}},{"id":8,"index":9,"parentId":6,"type":0,"option":2,"title":"点击下一页","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"cmcc-page-next\")]/a[1]/i[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[3]/div[1]/ul[1]/li[7]/a[1]/i[1]","//i[contains(., '')]","//I[@class='cmcc-icon cmcc-icon-ios-arrow-forward']","/html/body/div[last()-69]/div[last()-2]/div/div/div/form/div[last()-1]/div/ul/li/a/i"],"loopType":0}},{"id":7,"index":10,"parentId":6,"type":1,"option":8,"title":"循环","sequence":[11,12],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":1,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":9,"index":11,"parentId":7,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/div[2]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/div[2]/table[1]/tbody[1]/tr/td[3]/div[1]/div[1]/div[1]/span[1]","iframe":false,"wait":2,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"clickWay":0,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":10,"index":12,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","iframe":false,"wait":0.5,"waitType":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":5,"relative":false,"name":"参数1_页面网址","desc":"","extractType":0,"relativeXPath":"/html/body/div[1]/div[2]/div[1]/div[1]","allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]","//div[contains(., '打印预览 中国')]","//DIV[@class='notice-detail']","/html/body/div[last()-3]/div[last()-2]/div/div"],"exampleValues":[{"num":0,"value":"https://b2b.10086.cn/#/noticeDetail?publishId=1724409354969137153&publishUuid=54452a1c1ed84634b5d879409dcc93a6&publishType=PROCUREMENT&publishOneType=SELECTION_RESULTS"}],"unique_index":"iskkyodyab7lpjafgv6","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"参数2_文本","desc":"","relativeXPath":"/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]","allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]","//p[contains(., '中国移动广东公司20')]","//P[@class='notice-detail-title']","/html/body/div[last()-3]/div[last()-2]/div/div/div/p"],"exampleValues":[{"num":0,"value":"中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目_中选结果公示"}],"unique_index":"tbogqz1xfmlpjafw1a","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"参数3_文本","desc":"","relativeXPath":"/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]","allXPaths":["/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]","//div[contains(., '中国')]","/html/body/div[last()-3]/div[last()-2]/div/div/div/div/div"],"exampleValues":[{"num":0,"value":"\n \n 中国移动广东公司2023年清远分公司ICT购销项目(002号)相关软硬件公开询价项目:包1的中选人为广州申平信息科技有限公司\n 采购人/招标代理机构:中国移动通信集团广东有限公司/北京煜金桥通信建设监理咨询有限责任公司\n 2023年11月14日\n"}],"unique_index":"zgq4hlemr5qlpjafw1a","iframe":false,"default":"","paraType":"text","recordASField":1,"beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/.temp_to_pub/compress.py b/.temp_to_pub/compress.py index 1e66115..5dc33bc 100644 --- a/.temp_to_pub/compress.py +++ b/.temp_to_pub/compress.py @@ -31,6 +31,7 @@ def compress_folder_to_7z(folder_path, output_file): # archive.writeall(folder_path, output_file) # 压缩文件夹 try: + # "-mmt4"表示使用4个线程压缩 subprocess.call(["7z", "a", output_file, folder_path]) except: subprocess.call(["7za", "a", output_file, folder_path]) diff --git a/ElectronJS/EasySpider_en.crx b/ElectronJS/EasySpider_en.crx index 87b00e7c50a9da11d01f81ff70b02fd48ee3b6c2..a95f758acfc10268de8a388b0018cf1931a35c54 100644 GIT binary patch delta 1315 zcmX}jdpOez7zglezqKvbj9DWO@wlAHE!hmyLoOSqLYx?)k`*ZVK6MQmEh3Vo_=uiTJ|8N7NKdS$O`g zdOITyvH!Yf#bL1M2o%VHhbo}1#)YjXsdDFiy;@SUS3CRZu-qgu{#)#$Bx=UEYB6;Q z?(xZ1t$u3J3wvS0^ZoL|<#yuA4Z5LQ+kknuk(504^_kbMb(NqEd7AxNgK+=1MJo)i zz}?Ohbv5G>+tK&OtK*lN8$C4^Tk>#%jyUhx2M+1~Ox2&}Wny_fx* zkJ&En;hJA8_djLL2U>>jMz|TjAS5MKM6NZc7r#IYiSL>NZNjH9HzpyHsstEUk|Wts zk2W`PZivzyon=1bO_88>CK~(^!LCW)nzMsNEA^1J$e5;t%JXH>$eOWc4v!Yc&emO= zqnm;o*3PNUsz`WBefFKEeB(%Ugx0Q!!Su%-b^i0K-F*&LSH$%igxHL`>rUR-CyI<~ zI%7uL7V5?#9N($MR^!xYldLd9hptnMgAz;Our!k}v~@P+TR)_C-H!W`;&p_OmFQ-O z9#Wgf%cY{31N@=ldr8Qxa)xPxOcG3s2ek|0`d|PQ0!3%SYdMco**W)H&U@e8O}1-} zZcLYEy0V75UhkK{+daW6 z$4Wl>AfmE^j$_{3s4R{5%LS>kou~R~tg{VBeMUlFQ7L|pNY%s)nr!RSwT#1pVwdYx z!Fq-h5X#U`0dx^zfUT%i@j^FOYC7pZgWh%z~Jydu>@dLHx@HJuxcYruSaRWak zh>YD*@TMiFUBVJqGUwh?zUYaL7U&J%#A`%O#heVmh%05n`=c-&Uhm-PJRiaiCs5ut z*qG>?d}dNumBB`;Mq!Y%E?}NT?}4xUk{Wk^=As5~1R=PX{>c59cZ8&%Z)3WvbT$16 zYbO1cmmuc>bYr~5_U)k>O|To<+N{qB9MIoe9nCdgMd@})_dSK+YEcjCeiFCq5QdoX z%xVRhhwR8y>?aP=K*6*h=@`bzrS}fXKu>=<&pO<RTHrPxqyoMHQhCZFnHt@=k`*#TG`=%x64GGYgP;YT-sno& z&Yx$?MzSyisUC`r);~>OGas}Ro|PX83mmNd)E~gulW&ohGl#0U9EY!b7-ti@zTBQ7 z4MpBM*S+%eFRG{g9kZ)8PK}3EQxTud(4E@Tj3qc)W!oQ?+KQU`FB8{#=r#2@rQLqM z09*%xLZKk)zn5}C;8{MvzbI*pG2lQCR%`qp_`wp*&A@4lDZwg1W(v0`fjIxrLV4HE z>D!!H<=otIF0`YZ3p@VnX3?>V1w<-J35PqR_0*g?kw(bV1;F~JDNdR1x_(%ZA yN>~!VBkDgi69Gr%N=gJgl(2FHs7jo11l*PAaRmI7&>{i*lsHQI{#8r@y#4{QQDl7p delta 1315 zcmX}jdpOez7zgmpZ*I#i5uy$&y5Nbe*qD_PbH6-f5}Qh@wV`Fj(vBgQB)4iOmyYW~ zr!&oDIEIGEr5Zv*x#iSU(q$RP$?xf$zuwRH`@Zk+qT2AHS{8~aFo8?k2V%~^#9@rA zdNURY-5n+}ubB=Qq=i$TiIU2=OEigGi!PR)(`DR%EmJ_&+v^P9*;6;I7%^mZ!A?{y zE;V)sSu}rC9LJQ$?&Q1mn2ydpb+_m=&ghNGUPH(s;?^Gii4l|R(kz_2(RJrfLg!5; z0EAYFYrrR8U}RE1P>@{1XA>UasB9Y!j}2zN5e{e%T@NycOM_fm6iIOW7xsi6Os>A5&$iB#-jASaij4Kg{^1?U0-dN9N1O zbg`0AZV3L*b7t=IS8ltiVrG{4)_MnkqMb?hvxexj38C02YLU>6elw3v+8aLDGC~5D z&!t6-K6ma-|DrA(G7ipBzy8N#bwA7%HIJqzdI?`B)0WxE*H-Xw9QOV_N)oZPJglgW z8RYL$TRikIo9R3g!PfU{OjIx#XI2^UL?!Y3Ibf!*wQsW`q2q&-@+W5YU`J% zwiKiOXsGgdBWvtPyF3&z!6ec`zt2S*G^nB|FW+f|_Z0G*JiD!sB8UPa((!9)xvk1s z)5F7xf;yS(0L}E!^l~AhQGdL-Uj6T82(3Fjz})wWigO- zrXkXC_alx~VXwh2$X!Qwu`ZSRqdV?;K1B=`ZX1)1OxZ035C{(n;)(AXx&^p+vA%f9 z%XzQ1u3sb~g~=w2ylIe4B$#k$Atb|FoUJESL^^Fn6WP9}A7I}Ov`Sy4AzRvhn~E*7 zQ|-C;sl&_{wT_1^o1vf_@^pw^QWIU2Lq<@vfN_|$0MmwRwf0ND=Ns+Me6?wX9%Ylz z>EjN-bRa4!Di9??4lfjz=mz{iE{C$22lc+A@qcIunbuqjJPsvS4}?QIL;}hm{hfQV54x z+cIbPgS3N;&h{ohsHjJav_(3=%r-)KqbAQ$@(gCuR_bfFxi!oGjcD-xS5I50&y8gP zv*?(L?XvceS)D&sCr#_QvpE7)&uuU5-W!$m=m9w=U@|~oJu7))--1tdQNk=q-qBbD z^f~uTN6gEAV(doojnGJK7N%ocKjk_8X#HAJ`$86v@U~s6Q!N^F-qSwptA-$@H8dlP zvM-&$FU2rlK0F>1ac#(m_AX{I^@y78OjlulzdYow0goCM*}^VbNpXWGo>3PNQK{<* za?QhDE|tvew+qNo7%$~(kp+zw$nk02K4ZVJa!Oj9SUG(*8zH7~5T}vc^Jf_`bktPA zrIS|d`C+GnvE`ve{ftE~cZ!dyIBur6`OfIAt%iXryj-6dmQ5WBoTqWWh&JL%IO(e{ zs>x_7a9eGiFCZelUrxnUQ9d@9o|^8jsU1x`a^Zzo1NQjntWKh<7s1Blz)YeZDc{y0 zuhH7xiPnjb==Pdi<&6h?kVaNFCv^oX?jkQ@k}0Y1?6_`WFPghP-pI*1Vr z!I0dUd7(bU2u+>V?y4@zv%_0;2ekV84+@pq5=`1h8FqA5L-5+(_OBU9*mD9Avae7%@Qo~ zf``gPhBQ>PuL*YCIC*_7_cCsFAZ_=>#%*JG`QhlG^b`C1Cj39pH^vp zBK1BFu@LD!=&m1_`@UQN5}Dk&5~7Iq#YjKRGTp3u`s4IA1fICWATER zUgmY$%`X5~N!%RYcId!15dP5tKN%PHLgJjlo0I5PZ{Av0_C57(>6+I$d^tMY$%7Bm6d3H&PZb%YGom&NijDCEA_FS~oq z@7S4iR%14+5%iGNxGN-Vr+B!90A4D}B-RBypfVxQzye4nMGU|J@95_5IKW1Rzi@!H y491q<5c?gqmH=M1nzjTSWiZ79$7D#s1NJgJ#RHx)z^woW8T_oieOxavII*{kla@B8!le!s(7lVPn1*Mrl^8W1tvpq2BW zgaPc?MK!{;ZimT)@g(^YBQ9N=pX3OYm7z+_vzChL3hT+mXT!pgpj$Pb4f8qKj05(i zL7!!+)J=p9%69*sM9==H?bggXG=`{U;80_7?fRu~%Qe~Xl4~{GCTz-!Lj%o{s@l9BWbSL)Is^ayOL%4z`5%js1l20&QlmA~X6B>JsOIIxz37-CPTO=dzaqp~@R> z-qRZpsB+HPxACU2d(hH5AvKb^xBzikBgmG0q$b*Lz;cz^16gK*6X_$Gpj_vQSnH;H=cLC5 z0**9I8=jO5@^k0HN8gu2#`6#4q~6njgUzm3Ol_ujWZWu*@26cH%om*)n_OWE@6|h} zlp`tjQ^9_rmp|8ca*`;ua$aZ6GU~?1lHrsEC%$k+Z1#e7q-s)*Wh%;A{cm&bCwn<| zL7SYz6tV{(&C_J^i>nN;jo`{~wzFVxMZmB6nbTLrz}SRF5+2=D#w~ViD_iK8j@W`= z+m12aZ=3ehA^cPCtT+1IwHPJ&m667XzTn4aD&L$I8@LKWCWuy6yq0nrPF~0nO0Gxq zE}>y>Uz-$U>Z4RY&M3^Hs4Wh5y8ok&GU z$3@%zsMre7V6TGxeZgj%^>8=$cjx%cb5YxponDQlv!rs1>Cc*djOoAqNY9mUI{euc zrYg!av8kBtKZ<8VmCXIcU*0a%&9b30;dU~43Sa1I|o*r!Xl*hO{fqYX4NY<MDNuPp?B7nx}OXt%*BrmBxr_OxG|Lk@zFA3mw{ob=)YT za=taCc>MKYk2|)BIFW@n>o@*usVM};6D@zkK0K=dvBQiAKK`Dny&_l@OTki2mCKj40M3x%3O4Ja!J?f z%of!BDyRe13+nWlF{?%WA{=;Xq|*}w5Mrtm90SaPbTZlsTnDd;U+oPLbeQ%A@H(J< vz9Rk`?)m^&-Ae5P?9#yv3k2zqiUs_2XvG4dI#~JwJ9UWg{rXkp3y}W>NF-PL diff --git a/ElectronJS/clean_and_release_win32.cmd b/ElectronJS/clean_and_release_win32.cmd index 2db8195..978fa29 100644 --- a/ElectronJS/clean_and_release_win32.cmd +++ b/ElectronJS/clean_and_release_win32.cmd @@ -21,6 +21,7 @@ xcopy ..\ExecuteStage\undetected_chromedriver_ES ..\.temp_to_pub\EasySpider_wind xcopy ..\ExecuteStage\.vscode ..\.temp_to_pub\EasySpider_windows_x32\Code\.vscode /E /I /Y rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x32\user_data rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x32\execution_instances +rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x32\TempUserDataFolder mkdir ..\.temp_to_pub\EasySpider_windows_x32\execution_instances rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x32\Data mkdir ..\.temp_to_pub\EasySpider_windows_x32\Data diff --git a/ElectronJS/clean_and_release_win64.cmd b/ElectronJS/clean_and_release_win64.cmd index cc46995..027fdbd 100644 --- a/ElectronJS/clean_and_release_win64.cmd +++ b/ElectronJS/clean_and_release_win64.cmd @@ -21,6 +21,7 @@ xcopy ..\ExecuteStage\undetected_chromedriver_ES ..\.temp_to_pub\EasySpider_wind xcopy ..\ExecuteStage\.vscode ..\.temp_to_pub\EasySpider_windows_x64\Code\.vscode /E /I /Y rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\user_data rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\execution_instances +rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\TempUserDataFolder mkdir ..\.temp_to_pub\EasySpider_windows_x64\execution_instances rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\Data mkdir ..\.temp_to_pub\EasySpider_windows_x64\Data diff --git a/ElectronJS/main.js b/ElectronJS/main.js index 60874b6..9f53844 100644 --- a/ElectronJS/main.js +++ b/ElectronJS/main.js @@ -950,13 +950,19 @@ async function runBrowser(lang = "en", user_data_folder = '', mobile = false) { await cdpConnection.execute('Page.addScriptToEvaluateOnNewDocument', { source: stealth, }); + if (config_context.user_data_folder == "") { + //调整浏览器窗口大小 + let size = await driver.manage().window().getRect(); + let width = size.width; + let height = size.height; + await driver.manage().window().setRect({width: width * 1.2, height: height}); + } try { if (mobile) { await driver.get(server_address + "/taskGrid/taskList.html?wsport=" + websocket_port + "&backEndAddressServiceWrapper=" + server_address + "&mobile=1&lang=" + lang); } else { await driver.get(server_address + "/taskGrid/taskList.html?wsport=" + websocket_port + "&backEndAddressServiceWrapper=" + server_address + "&lang=" + lang); } - old_handles = await driver.getAllWindowHandles(); current_handle = old_handles[old_handles.length - 1]; } finally { diff --git a/ElectronJS/package_linux64.sh b/ElectronJS/package_linux64.sh index 3e12816..2214fde 100755 --- a/ElectronJS/package_linux64.sh +++ b/ElectronJS/package_linux64.sh @@ -14,6 +14,7 @@ rm -rf out/EasySpider/resources/app/.idea rm -rf out/EasySpider/resources/app/tasks rm -rf out/EasySpider/resources/app/execution_instances rm -rf out/EasySpider/resources/app/user_data +rm -rf out/EasySpider/resources/app/TempUserDataFolder rm -rf ../.temp_to_pub/EasySpider_Linux_x64/EasySpider rm out/EasySpider/resources/app/vs_BuildTools.exe mv out/EasySpider ../.temp_to_pub/EasySpider_Linux_x64/EasySpider diff --git a/ElectronJS/package_macos.sh b/ElectronJS/package_macos.sh index 93b1a56..088051b 100755 --- a/ElectronJS/package_macos.sh +++ b/ElectronJS/package_macos.sh @@ -17,6 +17,7 @@ rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resource rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/tasks rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/execution_instances rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/user_data +rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/TempUserDataFolder rm -rf ../.temp_to_pub/EasySpider_MacOS_all_arch/Code mkdir ../.temp_to_pub/EasySpider_MacOS_all_arch/Code cp ../ExecuteStage/easyspider_executestage.py ../.temp_to_pub/EasySpider_MacOS_all_arch/Code diff --git a/ElectronJS/src/taskGrid/FlowChart.html b/ElectronJS/src/taskGrid/FlowChart.html index 2e43c53..a5302c5 100644 --- a/ElectronJS/src/taskGrid/FlowChart.html +++ b/ElectronJS/src/taskGrid/FlowChart.html @@ -651,7 +651,7 @@ If the expression returns a value greater than 0 or evaluates to True, the opera
- +
diff --git a/ElectronJS/src/taskGrid/FlowChart_CN.html b/ElectronJS/src/taskGrid/FlowChart_CN.html index 152427e..98388dc 100644 --- a/ElectronJS/src/taskGrid/FlowChart_CN.html +++ b/ElectronJS/src/taskGrid/FlowChart_CN.html @@ -651,7 +651,7 @@ print(emotlib.emoji()) # 使用其中的函数。
- +
diff --git a/ElectronJS/src/taskGrid/executeTask.html b/ElectronJS/src/taskGrid/executeTask.html index efc329b..a95603e 100644 --- a/ElectronJS/src/taskGrid/executeTask.html +++ b/ElectronJS/src/taskGrid/executeTask.html @@ -10,7 +10,7 @@ - 任务执行 | Task Execute + 任务执行 | Task Execution