diff --git a/.temp_to_pub/EasySpider_Linux_x64/readme.txt b/.temp_to_pub/EasySpider_Linux_x64/readme.txt index 4646b77..41b1761 100644 --- a/.temp_to_pub/EasySpider_Linux_x64/readme.txt +++ b/.temp_to_pub/EasySpider_Linux_x64/readme.txt @@ -16,6 +16,21 @@ Tasks can be imported from other machines by simply placing the .json files from ======Version Update Instruction====== +-----v0.3.2----- + +## Update Instruction + +1. Selected child element operations can delete fields and unmark deleted fields in real-time in the browser. +2. Selecting child elements adds a selection mode that allows you to choose only the child elements that are present in all blocks or the child elements that are the same as the first selected block. +3. In the text input and webpage open options, you can use the extracted field value as a variable for text input, represented by Field["field_name"]. +4. Files can be downloaded, such as PDF files. +5. Fixed a bug where the software could display a blank screen for about 10 seconds after opening, making it usable in intranets, darknets, and any local network. +6. Fixed a bug where the current page URL and title could not be extracted. +7. Fixed a bug where OCR recognition could fail to extract information. +8. Updated extraction logic to save locally every 10 records collected. +9. When modifying a task, the default anchor position is set to after the last operation in the task flow. +10. Updated Chrome version to 114. + -----v0.3.1----- 1. Advanced Operations: diff --git a/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt b/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt index 34e922d..0d077c4 100644 --- a/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_Linux_x64/软件使用说明.txt @@ -15,6 +15,27 @@ ======版本更新说明====== +-----v0.3.2----- + +## 更新说明 + +1. 选中子元素操作可删除字段并在浏览器中实时取消标记被删除的字段。 + + +2. 选中子元素增加选择模式,可以只选择所有块都有的子元素,或者所有块中和第一个选中的块相同的子元素。 + + +3. 输入文字和打开网页选项中可以使用最后一次提取到的字段值**作为变量**进行文字输入,用`Field["字段名"]`表示此变量。 +![image](https://github.com/NaiboWang/EasySpider/assets/30287768/d81cd082-e01a-490e-85f7-9baac93510d8) + +4. 可下载文件,如PDF。 +5. 修复打开后有可能会白屏10秒左右的Bug,使得在内网,暗网以及任意局域网都可以使用软件。 +6. 修复提取当前页面URL和标题时可能提取不到的bug。 +7. 修复OCR识别可能提取不到的bug。 +8. 提取逻辑更新为每采集10条本地保存一次。 +9. 修改任务时默认锚点位置为任务流程的最后操作后。 +10. 更新Chrome版本为114。 + -----V0.3.1----- 如果下载速度慢,可以考虑中国境内下载地址:[中国境内下载地址](https://github.com/NaiboWang/EasySpider/releases/download/v0.3.0/Download_Link_Address_in_China_Mainland.txt)。 diff --git a/.temp_to_pub/EasySpider_MacOS_all_arch/readme.txt b/.temp_to_pub/EasySpider_MacOS_all_arch/readme.txt index 69419a7..7ca20db 100644 --- a/.temp_to_pub/EasySpider_MacOS_all_arch/readme.txt +++ b/.temp_to_pub/EasySpider_MacOS_all_arch/readme.txt @@ -10,6 +10,21 @@ You can import tasks from other machines by simply opening the EasySpider softwa ======Version Update Instruction====== +-----v0.3.2----- + +## Update Instruction + +1. Selected child element operations can delete fields and unmark deleted fields in real-time in the browser. +2. Selecting child elements adds a selection mode that allows you to choose only the child elements that are present in all blocks or the child elements that are the same as the first selected block. +3. In the text input and webpage open options, you can use the extracted field value as a variable for text input, represented by Field["field_name"]. +4. Files can be downloaded, such as PDF files. +5. Fixed a bug where the software could display a blank screen for about 10 seconds after opening, making it usable in intranets, darknets, and any local network. +6. Fixed a bug where the current page URL and title could not be extracted. +7. Fixed a bug where OCR recognition could fail to extract information. +8. Updated extraction logic to save locally every 10 records collected. +9. When modifying a task, the default anchor position is set to after the last operation in the task flow. +10. Updated Chrome version to 114. + -----V0.3.1----- diff --git a/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt b/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt index 837c02d..59e2242 100644 --- a/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_MacOS_all_arch/软件使用说明.txt @@ -11,6 +11,28 @@ ======版本更新说明====== +-----v0.3.2----- + +## 更新说明 + +1. 选中子元素操作可删除字段并在浏览器中实时取消标记被删除的字段。 + + +2. 选中子元素增加选择模式,可以只选择所有块都有的子元素,或者所有块中和第一个选中的块相同的子元素。 + + +3. 输入文字和打开网页选项中可以使用最后一次提取到的字段值**作为变量**进行文字输入,用`Field["字段名"]`表示此变量。 +![image](https://github.com/NaiboWang/EasySpider/assets/30287768/d81cd082-e01a-490e-85f7-9baac93510d8) + +4. 可下载文件,如PDF。 +5. 修复打开后有可能会白屏10秒左右的Bug,使得在内网,暗网以及任意局域网都可以使用软件。 +6. 修复提取当前页面URL和标题时可能提取不到的bug。 +7. 修复OCR识别可能提取不到的bug。 +8. 提取逻辑更新为每采集10条本地保存一次。 +9. 修改任务时默认锚点位置为任务流程的最后操作后。 +10. 更新Chrome版本为114。 + + ------V0.3.1------ 如果下载速度慢,可以考虑中国境内下载地址:[中国境内下载地址](https://github.com/NaiboWang/EasySpider/releases/download/v0.3.0/Download_Link_Address_in_China_Mainland.txt)。 diff --git a/.temp_to_pub/EasySpider_windows_x64/Readme.txt b/.temp_to_pub/EasySpider_windows_x64/Readme.txt index ce18356..2675796 100644 --- a/.temp_to_pub/EasySpider_windows_x64/Readme.txt +++ b/.temp_to_pub/EasySpider_windows_x64/Readme.txt @@ -4,6 +4,8 @@ Welcome to promote this software to other friends. This version is for Windows 10 x64 and above. +The Windows version supports **Windows 10 and above**. There is no direct usable version available for Windows 7, but the [32-bit version](https://github.com/NaiboWang/EasySpider/releases/download/v0.2.0/EasySpider_0.2.0_windows_386.7z) of [v0.2.0](https://github.com/NaiboWang/EasySpider/releases/download/v0.2.0) is available and can be run by compiling the software yourself. Therefore, if you want to use Windows 7 for data collection, please download the 32-bit version of v0.2.0 or download the code and compile it yourself. + Video Tutorial: https://youtube.com/playlist?list=PL0kEFEkWrT7mt9MUlEBV2DTo1QsaanUTp The software is totally not trojan/virus! If mistaken by antivirus software such as Windows Defender as a virus, please recover it, or open "EasySpider.bat" to run our software instead. @@ -13,6 +15,21 @@ Tasks can be imported from other machines by simply placing the .json files from ======Version Update Instructions====== +-----v0.3.2----- + +## Update Instruction + +1. Selected child element operations can delete fields and unmark deleted fields in real-time in the browser. +2. Selecting child elements adds a selection mode that allows you to choose only the child elements that are present in all blocks or the child elements that are the same as the first selected block. +3. In the text input and webpage open options, you can use the extracted field value as a variable for text input, represented by Field["field_name"]. +4. Files can be downloaded, such as PDF files. +5. Fixed a bug where the software could display a blank screen for about 10 seconds after opening, making it usable in intranets, darknets, and any local network. +6. Fixed a bug where the current page URL and title could not be extracted. +7. Fixed a bug where OCR recognition could fail to extract information. +8. Updated extraction logic to save locally every 10 records collected. +9. When modifying a task, the default anchor position is set to after the last operation in the task flow. +10. Updated Chrome version to 114. + -----v0.3.1----- ## Update Instruction diff --git a/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json deleted file mode 100644 index 7f578c3..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json +++ /dev/null @@ -1 +0,0 @@ -{"id":0,"name":"Databases Search","url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","create_time":"5/29/2023, 2:58:16 PM","version":"0.3.2","containJudge":false,"desc":"https://nus.edu.sg/nuslibraries/databases-search","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://nus.edu.sg/nuslibraries/databases-search","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://nus.edu.sg/nuslibraries/databases-search"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"AccessPharmacy"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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=\"dropdownSubjectButton\"]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]","//button[contains(., '')]","id(\"dropdownSubjectButton\")","//BUTTON[@class='btn dropdown-toggle']"]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4,7],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","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":""}},{"id":4,"index":4,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":5,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":-1,"index":5,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"database-search-result-table\"]/tbody[1]/tr[2]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[3]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[4]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[5]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[6]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[7]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[8]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[9]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[10]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[11]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[12]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[13]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[14]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[15]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[16]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[17]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[18]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[19]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[20]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[21]/td[1]/a[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":6,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}},{"id":5,"index":7,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr/td[1]/a[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[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr[2]/td[1]/a[1]","//a[contains(., 'AccessPhar')]"]}},{"id":6,"index":8,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"},{"num":20,"value":"FAO catalogue online"},{"num":21,"value":"Formulus a CAS solution (Publisher's website)"},{"num":22,"value":"Formulus a CAS solution (Registration guide for first time users)"},{"num":23,"value":"FSTA food science and technology abstracts /"},{"num":24,"value":"GEOBASE"},{"num":25,"value":"GeoRef in Process"},{"num":26,"value":"HighWire library of the sciences and medicine"},{"num":27,"value":"HSTalks lectures by leading world experts Biomedical and life sciences collection"},{"num":28,"value":"Informa healthcare"},{"num":29,"value":"International pharmaceutical abstracts"},{"num":30,"value":"ISI essential science indicators"},{"num":31,"value":"ISI proceedings"},{"num":32,"value":"Journal citation reports"},{"num":33,"value":"JSTOR"},{"num":34,"value":"Kinokuniya BookWEB Pro"},{"num":35,"value":"LearningIn10.com"},{"num":36,"value":"Mary Ann Liebert, Inc. Publishers"},{"num":37,"value":"Medical imaging in video"},{"num":38,"value":"MEDLINE"},{"num":39,"value":"MEDLINEplus"},{"num":40,"value":"Micromedex Solutions"},{"num":41,"value":"Nature.com"},{"num":42,"value":"Oxford bibliographies Evolutionary biology"},{"num":43,"value":"Oxford journals"},{"num":44,"value":"Oxford medicine online"},{"num":45,"value":"ProQuest"},{"num":46,"value":"PubChem"},{"num":47,"value":"PubMed"},{"num":48,"value":"PubMed central an archive of life science journals (PMC)"},{"num":49,"value":"Royal Society Journals"},{"num":50,"value":"SciFinder-n (new SciFinder-n)"},{"num":51,"value":"SciFinder-n (Registration guide for first time users)"},{"num":52,"value":"Springer Nature Experiments"},{"num":53,"value":"SpringerLink"},{"num":54,"value":"TAIR the Arabidopsis Information Resource"},{"num":55,"value":"The Biodiversity Library of Southeast Asia (BLSEA) (BLSEA)"},{"num":56,"value":"The Cochrane library"},{"num":57,"value":"The Company of biologists"},{"num":58,"value":"The complete work of Charles Darwin online"},{"num":59,"value":"The Scientist"},{"num":60,"value":"The Zoological record"},{"num":61,"value":"Thieme"},{"num":62,"value":"University press scholarship online"},{"num":63,"value":"Web of knowledge"},{"num":64,"value":"Web of Science"},{"num":65,"value":"Wiley Online Library"},{"num":66,"value":"Wiley Online Library Reference works"},{"num":67,"value":"World Health Organization publications (Open Access)"},{"num":68,"value":"World Scientific"},{"num":69,"value":"中国知网 China knowledge resource integrated database (English New Interface)"},{"num":70,"value":"中国知网 China knowledge resource integrated database (中文新平台)"},{"num":71,"value":"华艺线上图书馆 Airiti Library (includes CEPS 中文电子期刊资料库暨平台服务 and CETD 中文硕博士论文资料库暨平台服务)"},{"num":72,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":20,"value":"https://www.fao.org/publications/en/"},{"num":21,"value":"https://formulus.cas.org/"},{"num":22,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=http://highwire.stanford.edu/lists/allsites.dtl"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/biosci"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com/"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":30,"value":"https://libproxy1.nus.edu.sg/login?url=https://esi.clarivate.com"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":32,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":33,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":34,"value":"https://singapore.kinokuniya.com/"},{"num":35,"value":"https://www.learningin10.com/"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.liebertonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/dimg"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=medall"},{"num":39,"value":"https://medlineplus.gov/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian/"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199941728"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://academic.oup.com"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=https://oxfordmedicine.com/browse?btog=book&isQuickSearch=true&avail_0=unlocked"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":46,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":48,"value":"https://www.ncbi.nlm.nih.gov/pmc"},{"num":49,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":51,"value":"https://lib.nus.edu.sg/learning_nus/gen_nus/database/scifinder/SciFinder_FirstTimeRegistration.pdf"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com/"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/"},{"num":55,"value":"https://blsea.nus.edu.sg/"},{"num":56,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.biologists.com/"},{"num":58,"value":"http://darwin-online.org.uk"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":61,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.thieme-connect.com/products"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.universitypressscholarship.com/"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com"},{"num":64,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/action/showPublications?PubType=refWork"},{"num":67,"value":"https://www.who.int/publications"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com/page/worldscinet"},{"num":69,"value":"https://chn.oversea.cnki.net/index/"},{"num":70,"value":"https://chn.oversea.cnki.net/index/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.airitilibrary.com"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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/execution_instances/1.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json deleted file mode 100644 index e545d66..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/1.json +++ /dev/null @@ -1 +0,0 @@ -{"id":1,"name":"Databases Search","url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","create_time":"5/29/2023, 2:58:16 PM","version":"0.3.2","containJudge":false,"desc":"https://nus.edu.sg/nuslibraries/databases-search","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://nus.edu.sg/nuslibraries/databases-search","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://nus.edu.sg/nuslibraries/databases-search"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"AccessPharmacy"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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=\"dropdownSubjectButton\"]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]","//button[contains(., '')]","id(\"dropdownSubjectButton\")","//BUTTON[@class='btn dropdown-toggle']"]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4,7],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","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":""}},{"id":4,"index":4,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":5,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":-1,"index":5,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"database-search-result-table\"]/tbody[1]/tr[2]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[3]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[4]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[5]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[6]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[7]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[8]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[9]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[10]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[11]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[12]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[13]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[14]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[15]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[16]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[17]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[18]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[19]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[20]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[21]/td[1]/a[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":6,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}},{"id":5,"index":7,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr/td[1]/a[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[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr[2]/td[1]/a[1]","//a[contains(., 'AccessPhar')]"]}},{"id":6,"index":8,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"},{"num":20,"value":"FAO catalogue online"},{"num":21,"value":"Formulus a CAS solution (Publisher's website)"},{"num":22,"value":"Formulus a CAS solution (Registration guide for first time users)"},{"num":23,"value":"FSTA food science and technology abstracts /"},{"num":24,"value":"GEOBASE"},{"num":25,"value":"GeoRef in Process"},{"num":26,"value":"HighWire library of the sciences and medicine"},{"num":27,"value":"HSTalks lectures by leading world experts Biomedical and life sciences collection"},{"num":28,"value":"Informa healthcare"},{"num":29,"value":"International pharmaceutical abstracts"},{"num":30,"value":"ISI essential science indicators"},{"num":31,"value":"ISI proceedings"},{"num":32,"value":"Journal citation reports"},{"num":33,"value":"JSTOR"},{"num":34,"value":"Kinokuniya BookWEB Pro"},{"num":35,"value":"LearningIn10.com"},{"num":36,"value":"Mary Ann Liebert, Inc. Publishers"},{"num":37,"value":"Medical imaging in video"},{"num":38,"value":"MEDLINE"},{"num":39,"value":"MEDLINEplus"},{"num":40,"value":"Micromedex Solutions"},{"num":41,"value":"Nature.com"},{"num":42,"value":"Oxford bibliographies Evolutionary biology"},{"num":43,"value":"Oxford journals"},{"num":44,"value":"Oxford medicine online"},{"num":45,"value":"ProQuest"},{"num":46,"value":"PubChem"},{"num":47,"value":"PubMed"},{"num":48,"value":"PubMed central an archive of life science journals (PMC)"},{"num":49,"value":"Royal Society Journals"},{"num":50,"value":"SciFinder-n (new SciFinder-n)"},{"num":51,"value":"SciFinder-n (Registration guide for first time users)"},{"num":52,"value":"Springer Nature Experiments"},{"num":53,"value":"SpringerLink"},{"num":54,"value":"TAIR the Arabidopsis Information Resource"},{"num":55,"value":"The Biodiversity Library of Southeast Asia (BLSEA) (BLSEA)"},{"num":56,"value":"The Cochrane library"},{"num":57,"value":"The Company of biologists"},{"num":58,"value":"The complete work of Charles Darwin online"},{"num":59,"value":"The Scientist"},{"num":60,"value":"The Zoological record"},{"num":61,"value":"Thieme"},{"num":62,"value":"University press scholarship online"},{"num":63,"value":"Web of knowledge"},{"num":64,"value":"Web of Science"},{"num":65,"value":"Wiley Online Library"},{"num":66,"value":"Wiley Online Library Reference works"},{"num":67,"value":"World Health Organization publications (Open Access)"},{"num":68,"value":"World Scientific"},{"num":69,"value":"中国知网 China knowledge resource integrated database (English New Interface)"},{"num":70,"value":"中国知网 China knowledge resource integrated database (中文新平台)"},{"num":71,"value":"华艺线上图书馆 Airiti Library (includes CEPS 中文电子期刊资料库暨平台服务 and CETD 中文硕博士论文资料库暨平台服务)"},{"num":72,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":20,"value":"https://www.fao.org/publications/en/"},{"num":21,"value":"https://formulus.cas.org/"},{"num":22,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=http://highwire.stanford.edu/lists/allsites.dtl"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/biosci"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com/"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":30,"value":"https://libproxy1.nus.edu.sg/login?url=https://esi.clarivate.com"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":32,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":33,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":34,"value":"https://singapore.kinokuniya.com/"},{"num":35,"value":"https://www.learningin10.com/"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.liebertonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/dimg"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=medall"},{"num":39,"value":"https://medlineplus.gov/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian/"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199941728"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://academic.oup.com"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=https://oxfordmedicine.com/browse?btog=book&isQuickSearch=true&avail_0=unlocked"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":46,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":48,"value":"https://www.ncbi.nlm.nih.gov/pmc"},{"num":49,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":51,"value":"https://lib.nus.edu.sg/learning_nus/gen_nus/database/scifinder/SciFinder_FirstTimeRegistration.pdf"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com/"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/"},{"num":55,"value":"https://blsea.nus.edu.sg/"},{"num":56,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.biologists.com/"},{"num":58,"value":"http://darwin-online.org.uk"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":61,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.thieme-connect.com/products"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.universitypressscholarship.com/"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com"},{"num":64,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/action/showPublications?PubType=refWork"},{"num":67,"value":"https://www.who.int/publications"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com/page/worldscinet"},{"num":69,"value":"https://chn.oversea.cnki.net/index/"},{"num":70,"value":"https://chn.oversea.cnki.net/index/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.airitilibrary.com"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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/execution_instances/10.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/10.json deleted file mode 100644 index 832ccfb..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/10.json +++ /dev/null @@ -1 +0,0 @@ -{"id":10,"name":"BigSpy","url":"https://bigspy.com/adspy/facebook/?app_type=3","links":"https://bigspy.com/adspy/facebook/?app_type=3","create_time":"6/2/2023, 10:20:57 PM","version":"0.3.2","containJudge":false,"desc":"https://bigspy.com/adspy/facebook/?app_type=3","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://bigspy.com/adspy/facebook/?app_type=3","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://bigspy.com/adspy/facebook/?app_type=3"}],"outputParameters":[],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1],"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":500,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://bigspy.com/adspy/facebook/?app_type=3","links":"https://bigspy.com/adspy/facebook/?app_type=3","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}}]} \ 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 e4ec66d..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/11.json +++ /dev/null @@ -1 +0,0 @@ -{"id":11,"name":"Sina Visitor System","url":"https://www.weibo.com","links":"https://weibo.com/hot/weibo/102803","create_time":"6/4/2023, 4:09:39 PM","version":"0.3.2","containJudge":false,"desc":"https://www.weibo.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://weibo.com/hot/weibo/102803","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://weibo.com/hot/weibo/102803"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"会火大叔 2分钟前 来自 iPhone 13 Pro这是多大的富贵命。#人类幼崽#被你萌化了#老鼠头# ​​​ 转发 评论 1"}],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.weibo.com","links":"https://weibo.com/hot/weibo/102803","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[2]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[1]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[3]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[4]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[5]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[6]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[7]/div[1]/article[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"会火大叔 2分钟前 来自 iPhone 13 Pro这是多大的富贵命。#人类幼崽#被你萌化了#老鼠头# ​​​ 转发 评论 1"},{"num":1,"value":"会火大叔 2020-11-16 来自 中国华为iPhone XR中国人最伟大的发明,在吃的上面,第一是发明了炒,第二是发明了猪油。 #不可辜负的美食##吃蛋糕吃出了干饭的感觉# 会火大叔的微博视频 ​​​播放视频播放当前时间 00:00/时长 02:57加载完毕: 3.10%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4571967949570069+ 关注正在小窗播放中点击展开02:57 269万次观看 3462 2813 8214"},{"num":2,"value":"会火大叔 3分钟前 来自 微博视频号#校方回应食堂饭菜中吃出老鼠头#【江西一高职食堂饭菜中吃出#老鼠头#?校方:当事人已确认为鸭脖】6月3日晚,江西工业职业技术学院官方微博发布情况通报,回应了此前引发争议的“学校食堂饭菜中吃出老鼠头”一事,称饭菜中的“异物”经当事人确认为鸭脖。所以大家不要乱想了 古有 ​​​ ...展开播放视频播放当前时间 00:00/时长 00:16加载完毕: 7.33%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 1080p高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4908939624775691+ 关注正在小窗播放中点击展开00:16 251次观看 转发 评论 1"},{"num":3,"value":"会火大叔 11分钟前 来自 微博视频号百分之九十五的女性都不懂这个道理。#任敏哭了# 会火大叔的微博视频 ​​​播放视频播放当前时间 00:00/时长 00:15加载完毕: 7.53%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 1080p高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4908937628287031+ 关注正在小窗播放中点击展开00:15 1151次观看 转发 评论 赞"},{"num":4,"value":"会火大叔 4分钟前 来自 微博视频号你永远可以相信人民子弟兵,独属于中国人的安全感#中国军人 #感动瞬间 #致敬 #人民子弟兵 #传递正能量# 会火大叔的微博视频 ​​​播放视频播放当前时间 00:00/时长 03:26加载完毕: 2.48%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 1080p高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4908939045699612+ 关注正在小窗播放中点击展开03:26 24次观看 转发 评论 1"},{"num":5,"value":"会火大叔 2小时前 来自 微博视频号6月2日安徽,小学班级纪律委员被换,女孩向老师委屈求“职位”,万万没想到,还有空调管理员 #学生的迷惑 ##任敏哭了# 会火大叔的微博视频 ​​​00:24 2644次观看 转发 1 3"},{"num":6,"value":"会火大叔 2小时前 来自 iPhone 13 Pro#女生生气真的会生病的#老婆一发怒 有理也让步 老婆心情差 面子要放下 ​​​ 转发 评论 1"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}}]} \ 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 5c033c4..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/12.json +++ /dev/null @@ -1 +0,0 @@ -{"id":12,"name":"Sina Visitor System","url":"https://www.weibo.com","links":"https://weibo.com/hot/weibo/102803","create_time":"6/4/2023, 4:10:10 PM","version":"0.3.2","containJudge":false,"desc":"https://www.weibo.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://weibo.com/hot/weibo/102803","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://weibo.com/hot/weibo/102803"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"会火大叔 2分钟前 来自 iPhone 13 Pro这是多大的富贵命。#人类幼崽#被你萌化了#老鼠头# ​​​ 转发 评论 1"}],"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":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.weibo.com","links":"https://weibo.com/hot/weibo/102803","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[2]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[1]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[3]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[4]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[5]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[6]/div[1]/article[1]\n//*[contains(@class, \"vue-recycle-scroller__item-wrapper\")]/div[7]/div[1]/article[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":7,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"会火大叔 2分钟前 来自 iPhone 13 Pro这是多大的富贵命。#人类幼崽#被你萌化了#老鼠头# ​​​ 转发 评论 1"},{"num":1,"value":"会火大叔 2020-11-16 来自 中国华为iPhone XR中国人最伟大的发明,在吃的上面,第一是发明了炒,第二是发明了猪油。 #不可辜负的美食##吃蛋糕吃出了干饭的感觉# 会火大叔的微博视频 ​​​播放视频播放当前时间 00:00/时长 02:57加载完毕: 3.10%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4571967949570069+ 关注正在小窗播放中点击展开02:57 269万次观看 3462 2813 8214"},{"num":2,"value":"会火大叔 3分钟前 来自 微博视频号#校方回应食堂饭菜中吃出老鼠头#【江西一高职食堂饭菜中吃出#老鼠头#?校方:当事人已确认为鸭脖】6月3日晚,江西工业职业技术学院官方微博发布情况通报,回应了此前引发争议的“学校食堂饭菜中吃出老鼠头”一事,称饭菜中的“异物”经当事人确认为鸭脖。所以大家不要乱想了 古有 ​​​ ...展开播放视频播放当前时间 00:00/时长 00:16加载完毕: 7.33%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 1080p高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4908939624775691+ 关注正在小窗播放中点击展开00:16 251次观看 转发 评论 1"},{"num":3,"value":"会火大叔 11分钟前 来自 微博视频号百分之九十五的女性都不懂这个道理。#任敏哭了# 会火大叔的微博视频 ​​​播放视频播放当前时间 00:00/时长 00:15加载完毕: 7.53%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 1080p高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4908937628287031+ 关注正在小窗播放中点击展开00:15 1151次观看 转发 评论 赞"},{"num":4,"value":"会火大叔 4分钟前 来自 微博视频号你永远可以相信人民子弟兵,独属于中国人的安全感#中国军人 #感动瞬间 #致敬 #人民子弟兵 #传递正能量# 会火大叔的微博视频 ​​​播放视频播放当前时间 00:00/时长 03:26加载完毕: 2.48%媒体流类型 直播试图直播,当前实时播放直播 播放速度0.5x1x(默认), 选择1.25x1.5x2x倍速高清 1080p高清 720p, 选择标清 480p流畅 360p720p小窗播放试试“小窗播放”,边刷微博边看视频\n \n \n \n \n \n \n \n 全屏静音This is a modal window.Context Menu复制视频地址https://video.weibo.com/show?fid=1034:4908939045699612+ 关注正在小窗播放中点击展开03:26 24次观看 转发 评论 1"},{"num":5,"value":"会火大叔 2小时前 来自 微博视频号6月2日安徽,小学班级纪律委员被换,女孩向老师委屈求“职位”,万万没想到,还有空调管理员 #学生的迷惑 ##任敏哭了# 会火大叔的微博视频 ​​​00:24 2644次观看 转发 1 3"},{"num":6,"value":"会火大叔 2小时前 来自 iPhone 13 Pro#女生生气真的会生病的#老婆一发怒 有理也让步 老婆心情差 面子要放下 ​​​ 转发 评论 1"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}}]} \ 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 5593cfb..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/13.json +++ /dev/null @@ -1 +0,0 @@ -{"id":13,"name":"嘉兴市建筑业行业协会","url":"https://www.jx-jx.net/article/9","links":"https://www.jx-jx.net/article/9","create_time":"6/7/2023, 10:07:55 PM","version":"0.3.2","containJudge":false,"desc":"https://www.jx-jx.net/article/9","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jx-jx.net/article/9","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jx-jx.net/article/9"},{"id":1,"name":"loopTimes_循环_1","nodeId":2,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"华建建设集团有限公司"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://www.jx-jx.net/articleview/574.html"}],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jx-jx.net/article/9","links":"https://www.jx-jx.net/article/9","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[7,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination\")]/li[last()]/a[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/ul[1]/li[7]/a[1]","//a[contains(., '下页')]"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination\")]/li[7]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[5]/div[1]/div[1]/div[2]/div[2]/ul[1]/li[7]/a[1]","//a[contains(., '下页')]"],"loopType":0}},{"id":-1,"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[1]/div[5]/div[1]/div[1]/div[2]/ul[1]/li/a[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":""}},{"id":-1,"index":5,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/div[5]/div[1]/div[1]/div[2]/ul[1]/li/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":-1,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[1]/div[5]/div[1]/div[1]/div[2]/div[3]","allXPaths":["/html/body/div[1]/div[5]/div[1]/div[1]/div[2]/div[3]","//div[contains(., '海宁市建设监理咨询有')]","//DIV[@class='news_info_content']"],"exampleValues":[{"num":0,"value":"海宁市建设监理咨询有限公司"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":3,"index":7,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":true,"position":0,"parameters":{"history":12,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[5]/div[1]/div[1]/div[2]/ul[1]/li/a[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[1]/div[5]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]","//a[contains(., '华建建设集团有限公司')]"]}},{"id":5,"index":8,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":12,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","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":"浙江嘉兴福达建设股份有限公司"},{"num":7,"value":"正益集团有限责任公司"},{"num":8,"value":"嘉兴市秀洲建筑设计院"},{"num":9,"value":"嘉兴市秀洲区建筑业管理处"},{"num":10,"value":"嘉兴市秀洲区规划与建设局"},{"num":11,"value":"浙江吉天建设有限公司"},{"num":12,"value":"嘉兴市恒诚装饰工程有限公司"},{"num":13,"value":"浙江大陆交通建设有限公司"},{"num":14,"value":"浙江华耀装饰工程有限公司"},{"num":15,"value":"浙江雅迪装饰工程有限公司"},{"num":16,"value":"嘉兴市天立工程建设监理有限公司"},{"num":17,"value":"浙江恒祥建设有限公司"}],"default":"","beforeJS":"","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://www.jx-jx.net/articleview/574.html"},{"num":1,"value":"https://www.jx-jx.net/articleview/573.html"},{"num":2,"value":"https://www.jx-jx.net/articleview/572.html"},{"num":3,"value":"https://www.jx-jx.net/articleview/571.html"},{"num":4,"value":"https://www.jx-jx.net/articleview/570.html"},{"num":5,"value":"https://www.jx-jx.net/articleview/569.html"},{"num":6,"value":"https://www.jx-jx.net/articleview/568.html"},{"num":7,"value":"https://www.jx-jx.net/articleview/567.html"},{"num":8,"value":"https://www.jx-jx.net/articleview/566.html"},{"num":9,"value":"https://www.jx-jx.net/articleview/565.html"},{"num":10,"value":"https://www.jx-jx.net/articleview/564.html"},{"num":11,"value":"https://www.jx-jx.net/articleview/563.html"},{"num":12,"value":"https://www.jx-jx.net/articleview/562.html"},{"num":13,"value":"https://www.jx-jx.net/articleview/561.html"},{"num":14,"value":"https://www.jx-jx.net/articleview/560.html"},{"num":15,"value":"https://www.jx-jx.net/articleview/559.html"},{"num":16,"value":"https://www.jx-jx.net/articleview/558.html"},{"num":17,"value":"https://www.jx-jx.net/articleview/557.html"}],"default":"","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 a9ec80b..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/14.json +++ /dev/null @@ -1 +0,0 @@ -{"id":14,"name":"名录产品检索","url":"https://emagecompany.com/search.php?key=协会&page=1&total=360","create_time":"6/7/2023, 10:20:17 PM","version":"0.3.2","containJudge":true,"desc":"https://emagecompany.com/search.php?key=协会&page=1&total=360","inputParameters":[{"id":0,"name":"loopTimes_循环点击下一页_0","nodeId":3,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0},{"id":1,"name":"urlList_1","nodeId":12,"nodeName":"打开网页","value":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360"}],"outputParameters":[{"id":0,"name":"自定义参数_0","desc":"","type":"string","exampleValue":"自定义字段"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[12,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"emagecompany.com/search.php?key=协会&page=1&total=360","links":"emagecompany.com/search.php?key=协会&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":1,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://emagecompany.com/search.php?key=协会&page=1&total=360","links":"https://emagecompany.com/search.php?key=协会&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":3,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[5,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[last()]/font[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"]}},{"id":4,"index":4,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"],"loopType":0}},{"id":3,"index":5,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[7,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[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":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":5,"index":7,"parentId":3,"type":2,"option":9,"title":"判断条件","sequence":[10],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":-1,"parentId":5,"index":8,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"0","value":"上一页","code":"return arguments.innerText","waitTime":0},"position":1},{"id":-1,"parentId":5,"index":9,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":10,"id":7,"parentId":5,"type":3,"option":10,"title":"条件分支","sequence":[11],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"上一页","code":"return arguments[0].nextElementSibling.nextSibling.innerText.includes(\"免费资源\") && !arguments[0].innerText.includes(\"上一页\")","waitTime":0},"position":0},{"id":8,"index":11,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"自定义参数_0","desc":"","extractType":0,"relativeXPath":"/html/body/table/tbody/tr/td/table[3]/tbody/tr/td[2]","allXPaths":[],"exampleValues":[{"num":0,"value":"自定义字段"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":1,"index":12,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"about:blank","links":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}}]} \ 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 e469312..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/15.json +++ /dev/null @@ -1 +0,0 @@ -{"id":15,"name":"名录产品检索","url":"https://emagecompany.com/search.php?key=协会&page=1&total=360","create_time":"6/7/2023, 10:20:17 PM","version":"0.3.2","containJudge":true,"desc":"https://emagecompany.com/search.php?key=协会&page=1&total=360","inputParameters":[{"id":0,"name":"loopTimes_循环点击下一页_0","nodeId":3,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0},{"id":1,"name":"urlList_1","nodeId":12,"nodeName":"打开网页","value":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360"}],"outputParameters":[{"id":0,"name":"自定义参数_0","desc":"","type":"string","exampleValue":"自定义字段"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[12,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"emagecompany.com/search.php?key=协会&page=1&total=360","links":"emagecompany.com/search.php?key=协会&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":1,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://emagecompany.com/search.php?key=协会&page=1&total=360","links":"https://emagecompany.com/search.php?key=协会&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":3,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[5,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[last()]/font[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"]}},{"id":4,"index":4,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"],"loopType":0}},{"id":3,"index":5,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[7,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[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":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":5,"index":7,"parentId":3,"type":2,"option":9,"title":"判断条件","sequence":[10],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":-1,"parentId":5,"index":8,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"0","value":"上一页","code":"return arguments.innerText","waitTime":0},"position":1},{"id":-1,"parentId":5,"index":9,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":10,"id":7,"parentId":5,"type":3,"option":10,"title":"条件分支","sequence":[11],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"上一页","code":"return arguments[0].nextElementSibling.nextSibling.innerText.includes(\"免费资源\") && !arguments[0].innerText.includes(\"上一页\")","waitTime":0},"position":0},{"id":8,"index":11,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"自定义参数_0","desc":"","extractType":0,"relativeXPath":"/html/body/table/tbody/tr/td/table[3]/tbody/tr/td[2]","allXPaths":[],"exampleValues":[{"num":0,"value":"自定义字段"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":1,"index":12,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","links":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}}]} \ 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 191132c..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/16.json +++ /dev/null @@ -1 +0,0 @@ -{"id":16,"name":"名录产品检索","url":"https://emagecompany.com/search.php?key=协会&page=1&total=360","create_time":"6/7/2023, 10:20:17 PM","version":"0.3.2","containJudge":true,"desc":"https://emagecompany.com/search.php?key=协会&page=1&total=360","inputParameters":[{"id":0,"name":"loopTimes_循环点击下一页_0","nodeId":3,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0},{"id":1,"name":"urlList_1","nodeId":12,"nodeName":"打开网页","value":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360"}],"outputParameters":[{"id":0,"name":"自定义参数_0","desc":"","type":"string","exampleValue":"自定义字段"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[12,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"emagecompany.com/search.php?key=协会&page=1&total=360","links":"emagecompany.com/search.php?key=协会&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":1,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://emagecompany.com/search.php?key=协会&page=1&total=360","links":"https://emagecompany.com/search.php?key=协会&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":3,"parentId":0,"type":1,"option":8,"title":"循环点击下一页","sequence":[5,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[last()]/font[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"]}},{"id":4,"index":4,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"],"loopType":0}},{"id":3,"index":5,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[7,6],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[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":""}},{"id":6,"index":6,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":5,"index":7,"parentId":3,"type":2,"option":9,"title":"判断条件","sequence":[10],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":-1,"parentId":5,"index":8,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"0","value":"上一页","code":"return arguments.innerText","waitTime":0},"position":1},{"id":-1,"parentId":5,"index":9,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"index":10,"id":7,"parentId":5,"type":3,"option":10,"title":"条件分支","sequence":[11],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"上一页","code":"return arguments[0].nextElementSibling.nextSibling.innerText.includes(\"免费资源\") && !arguments[0].innerText.includes(\"上一页\")","waitTime":0},"position":0},{"id":8,"index":11,"parentId":7,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"自定义参数_0","desc":"","extractType":0,"relativeXPath":"/html/body/table/tbody/tr/td/table[3]/tbody/tr/td[2]","allXPaths":[],"exampleValues":[{"num":0,"value":"自定义字段"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":1,"index":12,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","links":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}}]} \ 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 67f91c2..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/17.json +++ /dev/null @@ -1,437 +0,0 @@ -{ - "id": 17, - "name": "名录产品检索", - "url": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "links" - "create_time": "6/7/2023, 10:20:17 PM", - "version": "0.3.2", - "containJudge": true, - "desc": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "inputParameters": [ - { - "id": 0, - "name": "loopTimes_循环点击下一页_0", - "nodeId": 3, - "nodeName": "循环点击下一页", - "desc": "循环循环点击下一页执行的次数(0代表无限循环)", - "type": "int", - "exampleValue": 0, - "value": 0 - }, - { - "id": 1, - "name": "urlList_1", - "nodeId": 12, - "nodeName": "打开网页", - "value": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360", - "desc": "要采集的网址列表,多行以\\n分开", - "type": "string", - "exampleValue": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360" - } - ], - "outputParameters": [ - { - "id": 0, - "name": "自定义参数_0", - "desc": "", - "type": "string", - "exampleValue": "自定义字段" - } - ], - "graph": [ - { - "index": 0, - "id": 0, - "parentId": 0, - "type": -1, - "option": 0, - "title": "root", - "sequence": [ - 12, - 3 - ], - "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, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "emagecompany.com/search.php?key=协会&page=1&total=360", - "links": "emagecompany.com/search.php?key=协会&page=1&total=360", - "maxWaitTime": 10, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1 - } - }, - { - "id": -1, - "index": 2, - "parentId": 0, - "type": 0, - "option": 1, - "title": "打开网页", - "sequence": [], - "isInLoop": false, - "position": 1, - "parameters": { - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "links": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "maxWaitTime": 10, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1 - } - }, - { - "id": 2, - "index": 3, - "parentId": 0, - "type": 1, - "option": 8, - "title": "循环点击下一页", - "sequence": [ - 5, - 4 - ], - "isInLoop": false, - "position": 1, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": false, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[last()]/font[1]", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1, - "loopType": 0, - "pathList": "", - "textList": "", - "code": "", - "waitTime": 0, - "exitCount": 0, - "historyWait": 2, - "breakMode": 0, - "breakCode": "", - "breakCodeWaitTime": 0, - "allXPaths": [ - "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]", - "//font[contains(., '下一页')]" - ] - } - }, - { - "id": 4, - "index": 4, - "parentId": 2, - "type": 0, - "option": 2, - "title": "点击元素", - "sequence": [], - "isInLoop": true, - "position": 1, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": true, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]", - "wait": 2, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1, - "maxWaitTime": 10, - "paras": [], - "allXPaths": [ - "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]", - "//font[contains(., '下一页')]" - ], - "loopType": 0 - } - }, - { - "id": 3, - "index": 5, - "parentId": 2, - "type": 1, - "option": 8, - "title": "循环", - "sequence": [ - 7, - 6 - ], - "isInLoop": true, - "position": 0, - "parameters": { - "history": 5, - "tabIndex": -1, - "useLoop": false, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[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": "" - } - }, - { - "id": 6, - "index": 6, - "parentId": 3, - "type": 0, - "option": 2, - "title": "点击元素", - "sequence": [], - "isInLoop": true, - "position": 1, - "parameters": { - "history": 5, - "tabIndex": -1, - "useLoop": true, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[1]", - "wait": 2, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1, - "maxWaitTime": 10, - "paras": [], - "allXPaths": "", - "loopType": 1 - } - }, - { - "id": 5, - "index": 7, - "parentId": 3, - "type": 2, - "option": 9, - "title": "判断条件", - "sequence": [ - 10 - ], - "isInLoop": true, - "position": 0, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0 - } - }, - { - "id": -1, - "parentId": 5, - "index": 8, - "type": 3, - "option": 10, - "title": "条件分支", - "sequence": [], - "isInLoop": true, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "class": "0", - "value": "上一页", - "code": "return arguments.innerText", - "waitTime": 0 - }, - "position": 1 - }, - { - "id": -1, - "parentId": 5, - "index": 9, - "type": 3, - "option": 10, - "title": "条件分支", - "sequence": [], - "isInLoop": true, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "class": 0, - "value": "", - "code": "", - "waitTime": 0 - }, - "position": 1 - }, - { - "index": 10, - "id": 7, - "parentId": 5, - "type": 3, - "option": 10, - "title": "条件分支", - "sequence": [ - 11 - ], - "isInLoop": true, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "class": "7", - "value": "上一页", - "code": "return arguments[0].nextElementSibling.nextSibling.innerText.includes(\"免费资源\") && !arguments[0].innerText.includes(\"上一页\")", - "waitTime": 0 - }, - "position": 0 - }, - { - "id": 8, - "index": 11, - "parentId": 7, - "type": 0, - "option": 3, - "title": "提取数据", - "sequence": [], - "isInLoop": true, - "position": 0, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "paras": [ - { - "nodeType": 0, - "contentType": 0, - "relative": false, - "name": "自定义参数_0", - "desc": "", - "extractType": 0, - "relativeXPath": "/html/body/table/tbody/tr/td/table[3]/tbody/tr/td[2]", - "allXPaths": [], - "exampleValues": [ - { - "num": 0, - "value": "自定义字段" - } - ], - "default": "", - "beforeJS": "", - "beforeJSWaitTime": 0, - "JS": "", - "JSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "downloadPic": 0 - } - ] - } - }, - { - "id": 1, - "index": 12, - "parentId": 0, - "type": 0, - "option": 1, - "title": "打开网页", - "sequence": [], - "isInLoop": false, - "position": 0, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360", - "links": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360", - "maxWaitTime": 10, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1 - } - } - ] -} \ 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 5e1fb2d..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/18.json +++ /dev/null @@ -1,436 +0,0 @@ -{ - "id": 18, - "name": "名录产品检索", - "url": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "create_time": "6/7/2023, 10:20:17 PM", - "version": "0.3.2", - "containJudge": true, - "desc": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "inputParameters": [ - { - "id": 0, - "name": "loopTimes_循环点击下一页_0", - "nodeId": 3, - "nodeName": "循环点击下一页", - "desc": "循环循环点击下一页执行的次数(0代表无限循环)", - "type": "int", - "exampleValue": 0, - "value": 0 - }, - { - "id": 1, - "name": "urlList_1", - "nodeId": 12, - "nodeName": "打开网页", - "value": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360", - "desc": "要采集的网址列表,多行以\\n分开", - "type": "string", - "exampleValue": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360" - } - ], - "outputParameters": [ - { - "id": 0, - "name": "自定义参数_0", - "desc": "", - "type": "string", - "exampleValue": "自定义字段" - } - ], - "graph": [ - { - "index": 0, - "id": 0, - "parentId": 0, - "type": -1, - "option": 0, - "title": "root", - "sequence": [ - 12, - 3 - ], - "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, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "emagecompany.com/search.php?key=协会&page=1&total=360", - "links": "emagecompany.com/search.php?key=协会&page=1&total=360", - "maxWaitTime": 10, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1 - } - }, - { - "id": -1, - "index": 2, - "parentId": 0, - "type": 0, - "option": 1, - "title": "打开网页", - "sequence": [], - "isInLoop": false, - "position": 1, - "parameters": { - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "links": "https://emagecompany.com/search.php?key=协会&page=1&total=360", - "maxWaitTime": 10, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1 - } - }, - { - "id": 2, - "index": 3, - "parentId": 0, - "type": 1, - "option": 8, - "title": "循环点击下一页", - "sequence": [ - 5, - 4 - ], - "isInLoop": false, - "position": 1, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": false, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[last()]/font[1]", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1, - "loopType": 0, - "pathList": "", - "textList": "", - "code": "", - "waitTime": 0, - "exitCount": 0, - "historyWait": 2, - "breakMode": 0, - "breakCode": "", - "breakCodeWaitTime": 0, - "allXPaths": [ - "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]", - "//font[contains(., '下一页')]" - ] - } - }, - { - "id": 4, - "index": 4, - "parentId": 2, - "type": 0, - "option": 2, - "title": "点击元素", - "sequence": [], - "isInLoop": true, - "position": 1, - "parameters": { - "history": 4, - "tabIndex": -1, - "useLoop": true, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]", - "wait": 2, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1, - "maxWaitTime": 10, - "paras": [], - "allXPaths": [ - "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]", - "//font[contains(., '下一页')]" - ], - "loopType": 0 - } - }, - { - "id": 3, - "index": 5, - "parentId": 2, - "type": 1, - "option": 8, - "title": "循环", - "sequence": [ - 7, - 6 - ], - "isInLoop": true, - "position": 0, - "parameters": { - "history": 5, - "tabIndex": -1, - "useLoop": false, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[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": "" - } - }, - { - "id": 6, - "index": 6, - "parentId": 3, - "type": 0, - "option": 2, - "title": "点击元素", - "sequence": [], - "isInLoop": true, - "position": 1, - "parameters": { - "history": 5, - "tabIndex": -1, - "useLoop": true, - "xpath": "/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[1]", - "wait": 2, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1, - "maxWaitTime": 10, - "paras": [], - "allXPaths": "", - "loopType": 1 - } - }, - { - "id": 5, - "index": 7, - "parentId": 3, - "type": 2, - "option": 9, - "title": "判断条件", - "sequence": [ - 10 - ], - "isInLoop": true, - "position": 0, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0 - } - }, - { - "id": -1, - "parentId": 5, - "index": 8, - "type": 3, - "option": 10, - "title": "条件分支", - "sequence": [], - "isInLoop": true, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "class": "0", - "value": "上一页", - "code": "return arguments.innerText", - "waitTime": 0 - }, - "position": 1 - }, - { - "id": -1, - "parentId": 5, - "index": 9, - "type": 3, - "option": 10, - "title": "条件分支", - "sequence": [], - "isInLoop": true, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "class": 0, - "value": "", - "code": "", - "waitTime": 0 - }, - "position": 1 - }, - { - "index": 10, - "id": 7, - "parentId": 5, - "type": 3, - "option": 10, - "title": "条件分支", - "sequence": [ - 11 - ], - "isInLoop": true, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "class": "7", - "value": "上一页", - "code": "return arguments[0].nextElementSibling.nextSibling.innerText.includes(\"免费资源\") && !arguments[0].innerText.includes(\"上一页\")", - "waitTime": 0 - }, - "position": 0 - }, - { - "id": 8, - "index": 11, - "parentId": 7, - "type": 0, - "option": 3, - "title": "提取数据", - "sequence": [], - "isInLoop": true, - "position": 0, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "paras": [ - { - "nodeType": 0, - "contentType": 0, - "relative": false, - "name": "自定义参数_0", - "desc": "", - "extractType": 0, - "relativeXPath": "/html/body/table/tbody/tr/td/table[3]/tbody/tr/td[2]", - "allXPaths": [], - "exampleValues": [ - { - "num": 0, - "value": "自定义字段" - } - ], - "default": "", - "beforeJS": "", - "beforeJSWaitTime": 0, - "JS": "", - "JSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "downloadPic": 0 - } - ] - } - }, - { - "id": 1, - "index": 12, - "parentId": 0, - "type": 0, - "option": 1, - "title": "打开网页", - "sequence": [], - "isInLoop": false, - "position": 0, - "parameters": { - "history": 1, - "tabIndex": 0, - "useLoop": false, - "xpath": "", - "wait": 0, - "beforeJS": "", - "beforeJSWaitTime": 0, - "afterJS": "", - "afterJSWaitTime": 0, - "url": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360", - "links": "https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360", - "maxWaitTime": 10, - "scrollType": 0, - "scrollCount": 1, - "scrollWaitTime": 1 - } - } - ] -} \ 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 3a9b489..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/19.json +++ /dev/null @@ -1 +0,0 @@ -{"id":19,"name":"名录产品检索","url":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","links":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","create_time":"6/7/2023, 10:27:39 PM","version":"0.3.2","containJudge":true,"desc":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360"},{"id":1,"name":"loopTimes_循环点击下一页_1","nodeId":2,"nodeName":"循环点击下一页","desc":"循环循环点击下一页执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"\n \n \n \n     冶金钢铁\n  · 中国免费名录资源 ·     \n \n \n \n \n \n \n\t\t\t\n\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\n\t\t\t\t\t\t 全国有色金属行业协会名单\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t —暂无   免费资源 Directory.MS\n\t\t\t\t\t\t\n\t\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\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\n\t\t\t\n\t\t\tEXCEL  ¥580   2023中国冶金行业企业名录EXCEL  ¥480   2023中国钢铁行业企业名录EXCEL  ¥300   2023满州里企业名录\n \n \n \n \n 全国有色金属行业协会名单 中国有色金属工业协会 中国钨业协会 中国有色金属建设协会 中国有色金属加工工业协会 中国工程爆破协会 中国游艺机游乐园协会\n \n \n \n \n \n   本类目相关名录产品推荐\n \n \n 行业名录2023中国冶金行业企业名录2023中国钢铁行业企业名录2023中国建筑钢材制造企业名录2023中国板(卷)材制造企业名...2023中国型材制造企业名录2023中国管材制造企业名录2023中国炉料制造企业名录2023中国冶金机械企业名录2023中国不锈钢材制造企业名录2023中国基本金属制造企业名录名录书籍中国冶金行业企事业名录中国冶金企事业名录全国冶金企业名录全国重点钢材经销企业名录大全中国有色金属工业企事业单位名录...中国铸造行业企事业名录大全中国钢铁和有色金属企业大全中国有色金属产品选购指南金刚石磨料磨具、石材厂商通讯录中国冶金企业选购设备指南黄页号簿2023中国冶金行业企业黄页2023中国钢铁行业企业黄页免费资源2023中国冶金行业企业名录2023中国钢铁行业企业名录2007中国十大不锈钢品牌名单2009年钢铁企业最新排名2007中国钢铁工业协会团体会员单...2010年铁合金出口企业名单中国黄金协会会员名单值得重点关注钢铁上市公司名单2005中国钢铁行业百强名单2004年度中国1000大制造商排行榜(...\n \n \n "}],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","links":"https://emagecompany.com/search.php?key=%E5%8D%8F%E4%BC%9A&page=1&total=360","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[last()]/font[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table[13]/tbody[1]/tr[1]/td[1]/a[11]/font[1]","//font[contains(., '下一页')]"],"loopType":0}},{"id":3,"index":4,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[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":""}},{"id":7,"index":5,"parentId":6,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]/table[1]/tbody[1]/tr[3]/td[1]/table/tbody[1]/tr[1]/td[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":8,"index":6,"parentId":6,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/table/tbody/tr/td/table[3]/tbody/tr/td[2]","allXPaths":["/html/body/table[1]/tbody[1]/tr[1]/td[1]/table[3]/tbody[1]/tr[1]/td[2]","//td[contains(., '')]"],"exampleValues":[{"num":0,"value":"\n \n \n \n     冶金钢铁\n  · 中国免费名录资源 ·     \n \n \n \n \n \n \n\t\t\t\n\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\n\t\t\t\t\t\t 全国有色金属行业协会名单\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t —暂无   免费资源 Directory.MS\n\t\t\t\t\t\t\n\t\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\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\n\t\t\t\n\t\t\tEXCEL  ¥580   2023中国冶金行业企业名录EXCEL  ¥480   2023中国钢铁行业企业名录EXCEL  ¥300   2023满州里企业名录\n \n \n \n \n 全国有色金属行业协会名单 中国有色金属工业协会 中国钨业协会 中国有色金属建设协会 中国有色金属加工工业协会 中国工程爆破协会 中国游艺机游乐园协会\n \n \n \n \n \n   本类目相关名录产品推荐\n \n \n 行业名录2023中国冶金行业企业名录2023中国钢铁行业企业名录2023中国建筑钢材制造企业名录2023中国板(卷)材制造企业名...2023中国型材制造企业名录2023中国管材制造企业名录2023中国炉料制造企业名录2023中国冶金机械企业名录2023中国不锈钢材制造企业名录2023中国基本金属制造企业名录名录书籍中国冶金行业企事业名录中国冶金企事业名录全国冶金企业名录全国重点钢材经销企业名录大全中国有色金属工业企事业单位名录...中国铸造行业企事业名录大全中国钢铁和有色金属企业大全中国有色金属产品选购指南金刚石磨料磨具、石材厂商通讯录中国冶金企业选购设备指南黄页号簿2023中国冶金行业企业黄页2023中国钢铁行业企业黄页免费资源2023中国冶金行业企业名录2023中国钢铁行业企业名录2007中国十大不锈钢品牌名单2009年钢铁企业最新排名2007中国钢铁工业协会团体会员单...2010年铁合金出口企业名单中国黄金协会会员名单值得重点关注钢铁上市公司名单2005中国钢铁行业百强名单2004年度中国1000大制造商排行榜(...\n \n \n "}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":5,"index":7,"parentId":3,"type":2,"option":9,"title":"判断条件","sequence":[8],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":6,"parentId":5,"index":8,"type":3,"option":10,"title":"条件分支","sequence":[5,6],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"","code":"return arguments[0].nextElementSibling.nextSibling.innerText.includes(\"免费资源\") && !arguments[0].innerText.includes(\"上一页\")","waitTime":0},"position":0},{"id":-1,"parentId":5,"index":9,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ 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 deleted file mode 100644 index c807fd9..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/2.json +++ /dev/null @@ -1 +0,0 @@ -{"id":2,"name":"Databases Search","url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","create_time":"5/29/2023, 2:58:16 PM","version":"0.3.2","containJudge":false,"desc":"https://nus.edu.sg/nuslibraries/databases-search","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://nus.edu.sg/nuslibraries/databases-search","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://nus.edu.sg/nuslibraries/databases-search"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"AccessPharmacy"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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=\"dropdownSubjectButton\"]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]","//button[contains(., '')]","id(\"dropdownSubjectButton\")","//BUTTON[@class='btn dropdown-toggle']"]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4,7],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","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":""}},{"id":4,"index":4,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":5,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":-1,"index":5,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"database-search-result-table\"]/tbody[1]/tr[2]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[3]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[4]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[5]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[6]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[7]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[8]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[9]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[10]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[11]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[12]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[13]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[14]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[15]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[16]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[17]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[18]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[19]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[20]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[21]/td[1]/a[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":6,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}},{"id":5,"index":7,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr/td[1]/a[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[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr[2]/td[1]/a[1]","//a[contains(., 'AccessPhar')]"]}},{"id":6,"index":8,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"},{"num":20,"value":"FAO catalogue online"},{"num":21,"value":"Formulus a CAS solution (Publisher's website)"},{"num":22,"value":"Formulus a CAS solution (Registration guide for first time users)"},{"num":23,"value":"FSTA food science and technology abstracts /"},{"num":24,"value":"GEOBASE"},{"num":25,"value":"GeoRef in Process"},{"num":26,"value":"HighWire library of the sciences and medicine"},{"num":27,"value":"HSTalks lectures by leading world experts Biomedical and life sciences collection"},{"num":28,"value":"Informa healthcare"},{"num":29,"value":"International pharmaceutical abstracts"},{"num":30,"value":"ISI essential science indicators"},{"num":31,"value":"ISI proceedings"},{"num":32,"value":"Journal citation reports"},{"num":33,"value":"JSTOR"},{"num":34,"value":"Kinokuniya BookWEB Pro"},{"num":35,"value":"LearningIn10.com"},{"num":36,"value":"Mary Ann Liebert, Inc. Publishers"},{"num":37,"value":"Medical imaging in video"},{"num":38,"value":"MEDLINE"},{"num":39,"value":"MEDLINEplus"},{"num":40,"value":"Micromedex Solutions"},{"num":41,"value":"Nature.com"},{"num":42,"value":"Oxford bibliographies Evolutionary biology"},{"num":43,"value":"Oxford journals"},{"num":44,"value":"Oxford medicine online"},{"num":45,"value":"ProQuest"},{"num":46,"value":"PubChem"},{"num":47,"value":"PubMed"},{"num":48,"value":"PubMed central an archive of life science journals (PMC)"},{"num":49,"value":"Royal Society Journals"},{"num":50,"value":"SciFinder-n (new SciFinder-n)"},{"num":51,"value":"SciFinder-n (Registration guide for first time users)"},{"num":52,"value":"Springer Nature Experiments"},{"num":53,"value":"SpringerLink"},{"num":54,"value":"TAIR the Arabidopsis Information Resource"},{"num":55,"value":"The Biodiversity Library of Southeast Asia (BLSEA) (BLSEA)"},{"num":56,"value":"The Cochrane library"},{"num":57,"value":"The Company of biologists"},{"num":58,"value":"The complete work of Charles Darwin online"},{"num":59,"value":"The Scientist"},{"num":60,"value":"The Zoological record"},{"num":61,"value":"Thieme"},{"num":62,"value":"University press scholarship online"},{"num":63,"value":"Web of knowledge"},{"num":64,"value":"Web of Science"},{"num":65,"value":"Wiley Online Library"},{"num":66,"value":"Wiley Online Library Reference works"},{"num":67,"value":"World Health Organization publications (Open Access)"},{"num":68,"value":"World Scientific"},{"num":69,"value":"中国知网 China knowledge resource integrated database (English New Interface)"},{"num":70,"value":"中国知网 China knowledge resource integrated database (中文新平台)"},{"num":71,"value":"华艺线上图书馆 Airiti Library (includes CEPS 中文电子期刊资料库暨平台服务 and CETD 中文硕博士论文资料库暨平台服务)"},{"num":72,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":20,"value":"https://www.fao.org/publications/en/"},{"num":21,"value":"https://formulus.cas.org/"},{"num":22,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=http://highwire.stanford.edu/lists/allsites.dtl"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/biosci"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com/"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":30,"value":"https://libproxy1.nus.edu.sg/login?url=https://esi.clarivate.com"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":32,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":33,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":34,"value":"https://singapore.kinokuniya.com/"},{"num":35,"value":"https://www.learningin10.com/"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.liebertonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/dimg"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=medall"},{"num":39,"value":"https://medlineplus.gov/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian/"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199941728"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://academic.oup.com"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=https://oxfordmedicine.com/browse?btog=book&isQuickSearch=true&avail_0=unlocked"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":46,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":48,"value":"https://www.ncbi.nlm.nih.gov/pmc"},{"num":49,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":51,"value":"https://lib.nus.edu.sg/learning_nus/gen_nus/database/scifinder/SciFinder_FirstTimeRegistration.pdf"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com/"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/"},{"num":55,"value":"https://blsea.nus.edu.sg/"},{"num":56,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.biologists.com/"},{"num":58,"value":"http://darwin-online.org.uk"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":61,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.thieme-connect.com/products"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.universitypressscholarship.com/"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com"},{"num":64,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/action/showPublications?PubType=refWork"},{"num":67,"value":"https://www.who.int/publications"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com/page/worldscinet"},{"num":69,"value":"https://chn.oversea.cnki.net/index/"},{"num":70,"value":"https://chn.oversea.cnki.net/index/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.airitilibrary.com"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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/execution_instances/3.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/3.json deleted file mode 100644 index e24b979..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/3.json +++ /dev/null @@ -1 +0,0 @@ -{"id":3,"name":"Databases Search","url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","create_time":"5/29/2023, 3:10:57 PM","version":"0.3.2","containJudge":false,"desc":"https://nus.edu.sg/nuslibraries/databases-search","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://nus.edu.sg/nuslibraries/databases-search","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://nus.edu.sg/nuslibraries/databases-search"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"AccessPharmacy"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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=\"dropdownSubjectButton\"]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]","//button[contains(., '')]","id(\"dropdownSubjectButton\")","//BUTTON[@class='btn dropdown-toggle']"]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4,7],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"subject-dropdown\"]/div/label[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":""}},{"id":4,"index":4,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":5,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":-1,"index":5,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"database-search-result-table\"]/tbody[1]/tr[2]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[3]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[4]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[5]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[6]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[7]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[8]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[9]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[10]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[11]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[12]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[13]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[14]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[15]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[16]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[17]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[18]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[19]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[20]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[21]/td[1]/a[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":6,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}},{"id":5,"index":7,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr/td[1]/a[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[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr[2]/td[1]/a[1]","//a[contains(., 'AccessPhar')]"]}},{"id":6,"index":8,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"},{"num":20,"value":"FAO catalogue online"},{"num":21,"value":"Formulus a CAS solution (Publisher's website)"},{"num":22,"value":"Formulus a CAS solution (Registration guide for first time users)"},{"num":23,"value":"FSTA food science and technology abstracts /"},{"num":24,"value":"GEOBASE"},{"num":25,"value":"GeoRef in Process"},{"num":26,"value":"HighWire library of the sciences and medicine"},{"num":27,"value":"HSTalks lectures by leading world experts Biomedical and life sciences collection"},{"num":28,"value":"Informa healthcare"},{"num":29,"value":"International pharmaceutical abstracts"},{"num":30,"value":"ISI essential science indicators"},{"num":31,"value":"ISI proceedings"},{"num":32,"value":"Journal citation reports"},{"num":33,"value":"JSTOR"},{"num":34,"value":"Kinokuniya BookWEB Pro"},{"num":35,"value":"LearningIn10.com"},{"num":36,"value":"Mary Ann Liebert, Inc. Publishers"},{"num":37,"value":"Medical imaging in video"},{"num":38,"value":"MEDLINE"},{"num":39,"value":"MEDLINEplus"},{"num":40,"value":"Micromedex Solutions"},{"num":41,"value":"Nature.com"},{"num":42,"value":"Oxford bibliographies Evolutionary biology"},{"num":43,"value":"Oxford journals"},{"num":44,"value":"Oxford medicine online"},{"num":45,"value":"ProQuest"},{"num":46,"value":"PubChem"},{"num":47,"value":"PubMed"},{"num":48,"value":"PubMed central an archive of life science journals (PMC)"},{"num":49,"value":"Royal Society Journals"},{"num":50,"value":"SciFinder-n (new SciFinder-n)"},{"num":51,"value":"SciFinder-n (Registration guide for first time users)"},{"num":52,"value":"Springer Nature Experiments"},{"num":53,"value":"SpringerLink"},{"num":54,"value":"TAIR the Arabidopsis Information Resource"},{"num":55,"value":"The Biodiversity Library of Southeast Asia (BLSEA) (BLSEA)"},{"num":56,"value":"The Cochrane library"},{"num":57,"value":"The Company of biologists"},{"num":58,"value":"The complete work of Charles Darwin online"},{"num":59,"value":"The Scientist"},{"num":60,"value":"The Zoological record"},{"num":61,"value":"Thieme"},{"num":62,"value":"University press scholarship online"},{"num":63,"value":"Web of knowledge"},{"num":64,"value":"Web of Science"},{"num":65,"value":"Wiley Online Library"},{"num":66,"value":"Wiley Online Library Reference works"},{"num":67,"value":"World Health Organization publications (Open Access)"},{"num":68,"value":"World Scientific"},{"num":69,"value":"中国知网 China knowledge resource integrated database (English New Interface)"},{"num":70,"value":"中国知网 China knowledge resource integrated database (中文新平台)"},{"num":71,"value":"华艺线上图书馆 Airiti Library (includes CEPS 中文电子期刊资料库暨平台服务 and CETD 中文硕博士论文资料库暨平台服务)"},{"num":72,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":20,"value":"https://www.fao.org/publications/en/"},{"num":21,"value":"https://formulus.cas.org/"},{"num":22,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=http://highwire.stanford.edu/lists/allsites.dtl"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/biosci"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com/"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":30,"value":"https://libproxy1.nus.edu.sg/login?url=https://esi.clarivate.com"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":32,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":33,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":34,"value":"https://singapore.kinokuniya.com/"},{"num":35,"value":"https://www.learningin10.com/"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.liebertonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/dimg"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=medall"},{"num":39,"value":"https://medlineplus.gov/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian/"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199941728"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://academic.oup.com"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=https://oxfordmedicine.com/browse?btog=book&isQuickSearch=true&avail_0=unlocked"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":46,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":48,"value":"https://www.ncbi.nlm.nih.gov/pmc"},{"num":49,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":51,"value":"https://lib.nus.edu.sg/learning_nus/gen_nus/database/scifinder/SciFinder_FirstTimeRegistration.pdf"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com/"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/"},{"num":55,"value":"https://blsea.nus.edu.sg/"},{"num":56,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.biologists.com/"},{"num":58,"value":"http://darwin-online.org.uk"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":61,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.thieme-connect.com/products"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.universitypressscholarship.com/"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com"},{"num":64,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/action/showPublications?PubType=refWork"},{"num":67,"value":"https://www.who.int/publications"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com/page/worldscinet"},{"num":69,"value":"https://chn.oversea.cnki.net/index/"},{"num":70,"value":"https://chn.oversea.cnki.net/index/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.airitilibrary.com"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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/execution_instances/4.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/4.json deleted file mode 100644 index d13a3f2..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/4.json +++ /dev/null @@ -1 +0,0 @@ -{"id":4,"name":"A-Z Databases","url":"https://libguides.nus.edu.sg/az.php?p=1","links":"https://libguides.nus.edu.sg/az.php?p=1","create_time":"5/29/2023, 3:30:21 PM","version":"0.3.2","containJudge":false,"desc":"https://libguides.nus.edu.sg/az.php?p=1","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://libguides.nus.edu.sg/az.php?p=1","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://libguides.nus.edu.sg/az.php?p=1"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"ABI/INFORM Complete"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/abicomplete"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://libguides.nus.edu.sg/az.php?p=1","links":"https://libguides.nus.edu.sg/az.php?p=1","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div/div/div[1]/a[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[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/a[1]","//a[contains(., 'ABI/INFORM')]"]}},{"id":-1,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[],"loopType":1}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":1,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div/div/div[1]/a[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[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/a[1]","//a[contains(., 'ABI/INFORM')]"]}},{"id":3,"index":5,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"ABI/INFORM Complete"},{"num":1,"value":"Academic OneFile | GALE"},{"num":2,"value":"Academic Search Complete"},{"num":3,"value":"Access Medicine"},{"num":4,"value":"Access Pharmacy"},{"num":5,"value":"ACLS Humanities E-Book"},{"num":6,"value":"ACM Digital Library"},{"num":7,"value":"Adam Matthew Databases"},{"num":8,"value":"AGRIS"},{"num":9,"value":"AIP Conference Proceedings"},{"num":10,"value":"America: History & Life (EBSCO)"},{"num":11,"value":"American Association for Cancer Research (AACR)"},{"num":12,"value":"American Chemical Society (ACS) Publications"},{"num":13,"value":"American Institute of Aeronautics and Astronautics (AIAA) Publications"},{"num":14,"value":"American Mathematical Society (AMS) Publications"},{"num":15,"value":"American Medical Association (AMA) Journals"},{"num":16,"value":"American Physical Society (APS) Journals"},{"num":17,"value":"American Thoracic Society (ATS) Journals"},{"num":18,"value":"Analytical Abstracts"},{"num":19,"value":"Annual Reviews"},{"num":20,"value":"Applied Social Sciences Index and Abstracts (ASSIA)"},{"num":21,"value":"ARTstor"},{"num":22,"value":"ASCE Library"},{"num":23,"value":"Asian Film Online"},{"num":24,"value":"Asian Studies E-Books Online, Collection 2010"},{"num":25,"value":"ASM Alloy Phase Diagram Database"},{"num":26,"value":"ASM Journals"},{"num":27,"value":"ASME Digital Collection"},{"num":28,"value":"ATLA Religion Database"},{"num":29,"value":"Avery Index to Architectural Periodicals"},{"num":30,"value":"Bentham Open"},{"num":31,"value":"Bibliography of Asian Studies (BAS)"},{"num":32,"value":"Biodiversity Library of Southeast Asia (BLSEA)"},{"num":33,"value":"BioMedCentral"},{"num":34,"value":"BIOSIS Previews"},{"num":35,"value":"BMJ Journals"},{"num":36,"value":"Brill Online Reference Works"},{"num":37,"value":"Brill Online: Books and Journals"},{"num":38,"value":"British And Irish Women's Letters And Diaries"},{"num":39,"value":"British Standards Online (BSOL)"},{"num":40,"value":"Business Source Ultimate"},{"num":41,"value":"Cambridge Companions Online"},{"num":42,"value":"Cambridge Core"},{"num":43,"value":"Cambridge Histories Online"},{"num":44,"value":"Canadian Centre for Occupational Health and Safety’s Academic Support Program"},{"num":45,"value":"CAS Analytical Methods (formerly known as MethodsNow)"},{"num":46,"value":"CEIC Data"},{"num":47,"value":"Chemical Hazards in Industry"},{"num":48,"value":"CHEMnetBASE"},{"num":49,"value":"ChemSpider"},{"num":50,"value":"Chicago Manual of Style Online (17th edition)"},{"num":51,"value":"China Digital Library (中华数字书苑)"},{"num":52,"value":"China: Culture and Society"},{"num":53,"value":"China: Trade, Politics and Culture, 1793-1980"},{"num":54,"value":"CINAHL Complete"},{"num":55,"value":"CiNii Research"},{"num":56,"value":"Classical Scores Library"},{"num":57,"value":"ClinicalKey"},{"num":58,"value":"ClinicalKey Student"},{"num":59,"value":"Cold War Intelligence"},{"num":60,"value":"Communication & Mass Media Complete (CMMC)"},{"num":61,"value":"Construction InfoNet"},{"num":62,"value":"D&B Hoovers"},{"num":63,"value":"De Gruyter Online"},{"num":64,"value":"Digital Commons Network"},{"num":65,"value":"Digital Theatre+"},{"num":66,"value":"EBSCO eBook Collection"},{"num":67,"value":"EBSCOhost"},{"num":68,"value":"EconLit (Ovid)"},{"num":69,"value":"Economist Historical Archive, 1843-2020"},{"num":70,"value":"eHRAF World Cultures"},{"num":71,"value":"Eighteenth Century Collections Online (ECCO)"},{"num":72,"value":"Eighteenth Century Journals"},{"num":73,"value":"EIU.com"},{"num":74,"value":"Elsevier Open Access Journals"},{"num":75,"value":"Embase"},{"num":76,"value":"Emerald Insight"},{"num":77,"value":"Empire Online"},{"num":78,"value":"Engineering Village"},{"num":79,"value":"Environment Complete"},{"num":80,"value":"ERIC"},{"num":81,"value":"Factiva"},{"num":82,"value":"FIAF databases (Ovid)"},{"num":83,"value":"Filmakers Library Online"},{"num":84,"value":"FitchConnect"},{"num":85,"value":"Food Science and Technology Abstracts (Ovid)"},{"num":86,"value":"Formulus"},{"num":87,"value":"Frost & Sullivan Online"},{"num":88,"value":"Gale Databases"},{"num":89,"value":"Gale in context: Environmental studies"},{"num":90,"value":"Gartner"},{"num":91,"value":"GEOBASE"},{"num":92,"value":"GeoRef (Ovid)"},{"num":93,"value":"GeoRef In Process"},{"num":94,"value":"Global Commodities: Trade, Exploration and Cultural Exchange"},{"num":95,"value":"GreenFILE"},{"num":96,"value":"HathiTrust (Global Public Domain only)"},{"num":97,"value":"HeinOnline International & Non-U.S. Law Journals"},{"num":98,"value":"HeinOnline Law Journal Library"},{"num":99,"value":"Henry Stewart Talks"},{"num":100,"value":"Henry Stewart Talks: Biomedical & Life Sciences Collection"},{"num":101,"value":"Hindawi Publishing Open Access"},{"num":102,"value":"House of Commons Parliamentary Papers (UK version)"},{"num":103,"value":"ICE Virtual Library"},{"num":104,"value":"ICONDA"},{"num":105,"value":"ICSD: Inorganic Crystal Structure Database"},{"num":106,"value":"IEEE Xplore"},{"num":107,"value":"Index to Foreign Legal Periodicals (Ovid)"},{"num":108,"value":"Informa Healthcare"},{"num":109,"value":"INFORMS PubsOnLine"},{"num":110,"value":"IngentaConnect"},{"num":111,"value":"INSPEC"},{"num":112,"value":"IntelliConnect"},{"num":113,"value":"International Bibliography of the Social Sciences (IBSS)"},{"num":114,"value":"International Commercial Law"},{"num":115,"value":"International Pharmaceutical Abstracts (Ovid)"},{"num":116,"value":"Investment Arbitration Reporter"},{"num":117,"value":"Investor-State LawGuide"},{"num":118,"value":"IOPscience platform"},{"num":119,"value":"IWA Publishing Online"},{"num":120,"value":"J-STAGE"},{"num":121,"value":"Journal Citations Report (JCR)"},{"num":122,"value":"Journal of Visualized Experiments (JoVE)"},{"num":123,"value":"JSTOR"},{"num":124,"value":"JSTOR Global Plants"},{"num":125,"value":"Karger"},{"num":126,"value":"Kluwer Arbitration"},{"num":127,"value":"LawInfoChina"},{"num":128,"value":"LegalTrac"},{"num":129,"value":"Linguistics and Language Behavior Abstracts (LLBA)"},{"num":130,"value":"Macmillan Cabinet Papers, 1957-1963"},{"num":131,"value":"Material ConneXion"},{"num":132,"value":"Material Safety Data Sheet (MSDS)"},{"num":133,"value":"MathSciNet"},{"num":134,"value":"MedlinePlus"},{"num":135,"value":"Micromedex Solutions"},{"num":136,"value":"MIT Press Journals"},{"num":137,"value":"MLA International Bibliography"},{"num":138,"value":"Morgan & Claypool Publishers"},{"num":139,"value":"Music Periodicals Database"},{"num":140,"value":"NASW Register of Clinical Social Workers, 14th ed."},{"num":141,"value":"National Criminal Justice Reference Service (NCJRS) Abstracts Database"},{"num":142,"value":"Nature Journal Archive"},{"num":143,"value":"Nature Journals Online"},{"num":144,"value":"Nature Open Access"},{"num":145,"value":"Naxos Music Library"},{"num":146,"value":"NBER Working Papers"},{"num":147,"value":"NBER Working Papers"},{"num":148,"value":"New England Journal of Medicine"},{"num":149,"value":"New York Review of Books Archive"},{"num":150,"value":"NewspaperSG"},{"num":151,"value":"Nexis Uni"},{"num":152,"value":"NIST Chemistry Webbook"},{"num":153,"value":"Nixon Years, 1969-1974"},{"num":154,"value":"NMRShiftDB"},{"num":155,"value":"NRC Research Press Journals"},{"num":156,"value":"NTIS"},{"num":157,"value":"OAPEN"},{"num":158,"value":"Observatory on Borderless Higher Education"},{"num":159,"value":"OECD iLibrary Ebooks"},{"num":160,"value":"OnePetro"},{"num":161,"value":"Optics InfoBase Basic"},{"num":162,"value":"Orbis"},{"num":163,"value":"Oxford Art Online"},{"num":164,"value":"Oxford Bibliographies Online : Anthropology"},{"num":165,"value":"Oxford Bibliographies Online : Ecology"},{"num":166,"value":"Oxford Bibliographies Online: Buddhism"},{"num":167,"value":"Oxford Bibliographies Online: Classics"},{"num":168,"value":"Oxford Bibliographies Online: Hinduism"},{"num":169,"value":"Oxford Dictionary of National Biography"},{"num":170,"value":"Oxford English Dictionary"},{"num":171,"value":"Oxford Journals"},{"num":172,"value":"Oxford Journals Archive"},{"num":173,"value":"Oxford Journals Full Collection 2012"},{"num":174,"value":"Oxford Journals Full Collection 2013"},{"num":175,"value":"Oxford Music Online"},{"num":176,"value":"Oxford Reports on International Law"},{"num":177,"value":"Oxford Scholarly Editions Online"},{"num":178,"value":"Oxford Scholarship Online"},{"num":179,"value":"PAIS International"},{"num":180,"value":"Passport"},{"num":181,"value":"Performing Arts Periodicals Database"},{"num":182,"value":"PERIND: Index to articles relating to Singapore, Malaysia, Brunei & ASEAN"},{"num":183,"value":"Philosophy Documentation Center Collection"},{"num":184,"value":"PhilPapers"},{"num":185,"value":"Physical Review Online Archive"},{"num":186,"value":"PLoS Currents"},{"num":187,"value":"Political Science Database (ProQuest)"},{"num":188,"value":"Powder Diffraction File"},{"num":189,"value":"Project Euclid Direct"},{"num":190,"value":"Project MUSE"},{"num":191,"value":"Project MUSE - Single Title Subscriptions"},{"num":192,"value":"ProQuest"},{"num":193,"value":"ProQuest Asian Business & Reference"},{"num":194,"value":"ProQuest Dissertations & Theses Global"},{"num":195,"value":"ProQuest Historical Newspapers: Chicago Defender"},{"num":196,"value":"ProQuest Historical Newspapers: Chicago Tribune (1849-1989)"},{"num":197,"value":"ProQuest Historical Newspapers: Guardian, The (1821-1900) and Observer, The (1791-1900)"},{"num":198,"value":"ProQuest Historical Newspapers: Los Angeles Times (1881-1990)"},{"num":199,"value":"ProQuest Historical Newspapers: New York Times, The (1851-2010)"},{"num":200,"value":"ProQuest Historical Newspapers: Times of India"},{"num":201,"value":"ProQuest Historical Newspapers: Wall Street Journal"},{"num":202,"value":"ProQuest Historical Newspapers: Washington Post (1877-1997)"},{"num":203,"value":"ProQuest Natural Science Collection"},{"num":204,"value":"ProQuest Social Science Journals"},{"num":205,"value":"ProQuest Social Sciences Databases"},{"num":206,"value":"ProQuest Sociology"},{"num":207,"value":"PsycINFO(via Ovid) 1806 -"},{"num":208,"value":"PubChem"},{"num":209,"value":"Public Library of Science (PLoS)"},{"num":210,"value":"PubMed"},{"num":211,"value":"PubMed Central"},{"num":212,"value":"Reaxys"},{"num":213,"value":"Referex"},{"num":214,"value":"Resources for College Libraries"},{"num":215,"value":"Royal Society of Chemistry"},{"num":216,"value":"Royal Society of Chemistry eBooks"},{"num":217,"value":"Royal Society of Medicine Press"},{"num":218,"value":"Royal Society Package S"},{"num":219,"value":"Royal Society Publications"},{"num":220,"value":"RSC Publishing"},{"num":221,"value":"Sagamore Publishing Journals"},{"num":222,"value":"SAGE Journals Online"},{"num":223,"value":"SAGE Knowledge"},{"num":224,"value":"ScholarBank@NUS"},{"num":225,"value":"Science"},{"num":226,"value":"ScienceDirect"},{"num":227,"value":"SciFinder-n"},{"num":228,"value":"Scitation Publications"},{"num":229,"value":"Scopus"},{"num":230,"value":"SIAM Journals Online"},{"num":231,"value":"Social Science Premium Collection"},{"num":232,"value":"Social Sciences Abstracts (H.W. Wilson)"},{"num":233,"value":"Social Services Abstracts"},{"num":234,"value":"Sociological Abstracts"},{"num":235,"value":"Spectral Database for Organic Compounds, SDBS"},{"num":236,"value":"SPIE Digital Library"},{"num":237,"value":"Springer Nature Experiments"},{"num":238,"value":"SpringerLink"},{"num":239,"value":"SpringerMaterials"},{"num":240,"value":"Statista"},{"num":241,"value":"Taylor & Francis Online"},{"num":242,"value":"The Arabidopsis Information Resource (TAIR)"},{"num":243,"value":"The Cochrane Library"},{"num":244,"value":"The Scientist"},{"num":245,"value":"Times Digital Archive, 1785-2019"},{"num":246,"value":"Trip Pro"},{"num":247,"value":"U.S. Declassified Documents Online (USDDO)"},{"num":248,"value":"UN Demographic Yearbook"},{"num":249,"value":"UNCTADstat"},{"num":250,"value":"University of Chicago Press Journals"},{"num":251,"value":"UpToDate"},{"num":252,"value":"USC Digital Library"},{"num":253,"value":"Web of Science"},{"num":254,"value":"Wiley Online Library"},{"num":255,"value":"Wiley Online Library Reference Works"},{"num":256,"value":"Wiley Open Access"},{"num":257,"value":"World Health Organization Publications"},{"num":258,"value":"World Religion Database (WRD)"},{"num":259,"value":"World Scientific"},{"num":260,"value":"Worldwide Political Science Abstracts"},{"num":261,"value":"Zoological Record"},{"num":262,"value":"中华数字书苑 (China digital library)"},{"num":263,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/abicomplete"},{"num":1,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=AONE"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&group=main&profile=asc"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://accessmedicine.mhmedical.com/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":5,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.humanitiesebook.org/"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://dl.acm.org/contents_dl.cfm"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://www.archivesdirect.amdigital.co.uk/"},{"num":8,"value":"https://agris.fao.org/agris-search/index.do"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://scitation.aip.org/content/aip/proceeding/aipcp"},{"num":10,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ahl"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://cancerres.aacrjournals.org/search.dtl"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://pubs.acs.org/"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://arc.aiaa.org/action/showPublications?pubType=journal"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ams.org/joursearch/"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://jamanetwork.com"},{"num":16,"value":"https://libproxy1.nus.edu.sg/login?url=https://www-aps-org.libproxy1.nus.edu.sg/publications/index.cfm"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://www-atsjournals-org.libproxy1.nus.edu.sg/"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/Publishing/CurrentAwareness/AA/index.asp"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www-annualreviews-org.libproxy1.nus.edu.sg/"},{"num":20,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/assia"},{"num":21,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.artstor.org"},{"num":22,"value":"https://libproxy1.nus.edu.sg/login?url=https://ascelibrary.org/"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/asiv"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com/content/asian_studies_e-books_online_collection_2010"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://matdata.asminternational.org/apd/"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.journals.asm.org/"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://asmedigitalcollection.asme.org"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=reh"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=bvh"},{"num":30,"value":"https://benthamopen.com/index.php"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&group=main&profile=bas"},{"num":32,"value":"https://digitalgems.nus.edu.sg/collection/72/items"},{"num":33,"value":"https://www.biomedcentral.com/"},{"num":34,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":35,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.bmj.com/thebmj"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://referenceworks.brillonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://bwl2.alexanderstreet.com"},{"num":39,"value":"https://libproxy1.nus.edu.sg/login?url=https://bsol.bsigroup.com/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/direct.asp?db=bsu"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://universitypublishingonline.org/cambridge/companions/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://universitypublishingonline.org/cambridge/histories/"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=http://ccinfoweb.ccohs.ca/asp"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":46,"value":"https://libproxy1.nus.edu.sg/login?url=https://lib.nus.edu.sg/eforms/ceic.html"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/chi"},{"num":48,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.chemnetbase.com/?AUTH_TOKEN="},{"num":49,"value":"https://www.chemspider.com/"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.chicagomanualofstyle.org/"},{"num":51,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.apabi.com/nus"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.chinacultureandsociety.amdigital.co.uk"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.china.amdigital.co.uk/"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/direct.asp?db=ccm"},{"num":55,"value":"https://libproxy1.nus.edu.sg/login?url=https://ci.nii.ac.jp/"},{"num":56,"value":"https://search-alexanderstreet-com.libproxy1.nus.edu.sg/shmu"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.clinicalkey.com/"},{"num":58,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.clinicalkey.com/student"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://primarysources.brillonline.com/browse/cold-war-intelligence"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ufh"},{"num":61,"value":"https://linc.nus.edu.sg/record=b2271087"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://signon.onesource.com/?LogonUserID=RollingUserID"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.degruyter.com/dg/advancedsearch"},{"num":64,"value":"https://network.bepress.com/"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.digitaltheatreplus.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=nlebk"},{"num":67,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&MODE=ovid&PAGE=main&NEWS=n&DBC=y&D=econ"},{"num":69,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=ECON"},{"num":70,"value":"https://ehrafworldcultures.yale.edu.libproxy1.nus.edu.sg/ehrafe/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=ECCO"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.18thcjournals.amdigital.co.uk/"},{"num":73,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://viewpoint.eiu.com"},{"num":74,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.elsevier.com/about/open-access/open-access-journals"},{"num":75,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":76,"value":"https://www-emerald-com.libproxy1.nus.edu.sg/insight/"},{"num":77,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.empire.amdigital.co.uk/"},{"num":78,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com"},{"num":79,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/direct.asp?db=eih"},{"num":80,"value":"https://www.eric.ed.gov/"},{"num":81,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://global.factiva.com/en/sess/login.asp?xsid=S001dVp1Gb85DEu5DEmM9AvOTUnMD7yMHn0YqYvMq382rbRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQQAA"},{"num":82,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fiaf"},{"num":83,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/flon"},{"num":84,"value":"https://lib.nus.edu.sg/BMIResearchRegistration/login.aspx"},{"num":85,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":86,"value":"https://formulus.cas.org/"},{"num":87,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://member.frost.com/login"},{"num":88,"value":"https://libproxy1.nus.edu.sg/login?url=https://find.galegroup.com/menu/commonmenu.do?userGroupName=nuslib"},{"num":89,"value":"https://libproxy1.nus.edu.sg/login?url=https://go.gale.com/ps/start.do?p=GRNR&u=nuslib"},{"num":90,"value":"https://lib.nus.edu.sg/GartnerRegistration/login.aspx"},{"num":91,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":92,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=gref"},{"num":93,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":94,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.globalcommodities.amdigital.co.uk/"},{"num":95,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=grnf"},{"num":96,"value":"https://www.hathitrust.org/"},{"num":97,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.heinonline.org/HOL/Index?collection=fijournals"},{"num":98,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.heinonline.org/HOL/Index?collection=journals"},{"num":99,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.hstalks.com/"},{"num":100,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/main/index_category.php?id=252"},{"num":101,"value":"https://www.hindawi.com/journals/"},{"num":102,"value":"https://libproxy1.nus.edu.sg/login?url=https://parlipapers.chadwyck.co.uk/home.do"},{"num":103,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.icevirtuallibrary.com/"},{"num":104,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=icon"},{"num":105,"value":"https://libproxy1.nus.edu.sg/login?url=https://icsd.fiz-karlsruhe.de/"},{"num":106,"value":"https://libproxy1.nus.edu.sg/login?url=https://ieeexplore.ieee.org/Xplore/home.jsp"},{"num":107,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=iflp"},{"num":108,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com"},{"num":109,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubsonline.informs.org"},{"num":110,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ingentaconnect.com"},{"num":111,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=2"},{"num":112,"value":"https://libproxy1.nus.edu.sg/login?url=https://intelliconnect.cch.com"},{"num":113,"value":"https://libproxy1.nus.edu.sg/login?url=https://linc.nus.edu.sg/record=b2795347"},{"num":114,"value":"https://libguides.nus.edu.sg/icml"},{"num":115,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":116,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.iareporter.com/"},{"num":117,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.investorstatelawguide.com/Home/Login"},{"num":118,"value":"https://libproxy1.nus.edu.sg/login?url=https://iopscience.iop.org/"},{"num":119,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.iwaponline.com/wio/"},{"num":120,"value":"https://www.jstage.jst.go.jp/browse/-char/en"},{"num":121,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":122,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jove.com/"},{"num":123,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":124,"value":"https://libproxy1.nus.edu.sg/login?url=https://plants.jstor.org/"},{"num":125,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.karger.com"},{"num":126,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.kluwerarbitration.com/"},{"num":127,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.pkulaw.com/english"},{"num":128,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=LT"},{"num":129,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/llba"},{"num":130,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.archivesdirect.amdigital.co.uk/Introduction/Macmillan/default.aspx"},{"num":131,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.materialconnexion.online/database/"},{"num":132,"value":"https://libproxy1.nus.edu.sg/login?url=https://sds-ccohs-ca.libproxy1.nus.edu.sg/#/"},{"num":133,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ams.org/mathscinet"},{"num":134,"value":"https://medlineplus.gov/"},{"num":135,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian"},{"num":136,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.mitpressjournals.org/"},{"num":137,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=mla"},{"num":138,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.morganclaypool.com/page/browseLbS.jsp"},{"num":139,"value":"https://www-proquest-com.libproxy1.nus.edu.sg/iimp/advanced/arts/fromDatabasesLayer"},{"num":140,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=clre"},{"num":141,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/ncjrs"},{"num":142,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/nature/archive/"},{"num":143,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com"},{"num":144,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/siteindex/index.html"},{"num":145,"value":"https://libproxy1.nus.edu.sg/login?url=https://nus.naxosmusiclibrary.com"},{"num":146,"value":"https://libproxy1.nus.edu.sg/login?url=https://papers.nber.org/papers/?module=search&action=query"},{"num":147,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nber.org/publications/"},{"num":148,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nejm.org/"},{"num":149,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nybooks.com/archives"},{"num":150,"value":"https://eresources.nlb.gov.sg/newspapers/"},{"num":151,"value":"https://libproxy1.nus.edu.sg/login?url=https://advance.lexis.com/?identityprofileid=7PHNGQ59319"},{"num":152,"value":"https://webbook.nist.gov/"},{"num":153,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.archivesdirect.amdigital.co.uk/Introduction/Nixon"},{"num":154,"value":"https://nmrshiftdb.nmr.uni-koeln.de/"},{"num":155,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nrcresearchpress.com/"},{"num":156,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage2.org/controller/servlet/Controller?CID=quickSearch&database=4"},{"num":157,"value":"https://www.oapen.org/xtf/search?browse-all=yes;brand=oapen"},{"num":158,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.obhe.ac.uk/home"},{"num":159,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oecd-ilibrary.org/books"},{"num":160,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.onepetro.org/"},{"num":161,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.opticsinfobase.org/default.cfm"},{"num":162,"value":"https://libproxy1.nus.edu.sg/login?url=https://orbis.bvdinfo.com/ip"},{"num":163,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordartonline.com"},{"num":164,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199766567"},{"num":165,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199830060"},{"num":166,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780195393521"},{"num":167,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780195389661"},{"num":168,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?sticky=true&module_1=obo-9780195399318&q="},{"num":169,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxforddnb.com/"},{"num":170,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oed.com"},{"num":171,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/en/"},{"num":172,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/en/"},{"num":173,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/"},{"num":174,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/"},{"num":175,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordmusiconline.com/"},{"num":176,"value":"https://libproxy1.nus.edu.sg/login?url=https://opil.ouplaw.com/home/ORIL"},{"num":177,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordscholarlyeditions.com/"},{"num":178,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordscholarship.com"},{"num":179,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/pais"},{"num":180,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.portal.euromonitor.com"},{"num":181,"value":"https://www-proquest-com.libproxy1.nus.edu.sg/iipaft/arts/fromDatabasesLayer?accountid=13876"},{"num":182,"value":"https://libbrs.nus.edu.sg:8080/infogate?d=1"},{"num":183,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.pdcnet.org/collection"},{"num":184,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://philpapers.org/"},{"num":185,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.aps.org/archive"},{"num":186,"value":"https://currents.plos.org"},{"num":187,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/politicalscience"},{"num":188,"value":"https://linc.nus.edu.sg/record=b2674711"},{"num":189,"value":"https://libproxy1.nus.edu.sg/login?url=https://projecteuclid.org/Search"},{"num":190,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://muse.jhu.edu/search"},{"num":191,"value":"https://libproxy1.nus.edu.sg/login?url=https://muse.jhu.edu/journals/"},{"num":192,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":193,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/asianbusiness"},{"num":194,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/pqdtglobal?accountid=13876"},{"num":195,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpchicagodefender"},{"num":196,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpchicagotribune"},{"num":197,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpguardianobserverooc"},{"num":198,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnplatimes"},{"num":199,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpnewyorktimes"},{"num":200,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnptimesofindia"},{"num":201,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpwallstreetjournal"},{"num":202,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpwashingtonpost"},{"num":203,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/naturalscicollection"},{"num":204,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/socscijournals"},{"num":205,"value":"https://libproxy1.nus.edu.sg/login?url=https://search-proquest-com.libproxy1.nus.edu.sg/socialsciences/advanced?accountid=13876"},{"num":206,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/sociology"},{"num":207,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=psyf,psyb,psyh"},{"num":208,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":209,"value":"https://plos.org/"},{"num":210,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":211,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ncbi.nlm.nih.gov/pmc/"},{"num":212,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.reaxys.com"},{"num":213,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage2.org/controller/servlet/Controller?CID=quickSearch&database=131072"},{"num":214,"value":"https://libproxy1.nus.edu.sg/login?url=https://rclweb.net/"},{"num":215,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/Publishing/Journals/Index.asp"},{"num":216,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/Publishing/eBooks/index.asp"},{"num":217,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsmpress.co.uk/"},{"num":218,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/"},{"num":219,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":220,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubs-rsc-org.libproxy1.nus.edu.sg/"},{"num":221,"value":"https://libproxy1.nus.edu.sg/login?url=https://js.sagamorepub.com/"},{"num":222,"value":"https://libproxy1.nus.edu.sg/login?url=https://online.sagepub.com/"},{"num":223,"value":"https://libproxy1.nus.edu.sg/login?url=https://sk.sagepub.com/"},{"num":224,"value":"https://scholarbank.nus.edu.sg/"},{"num":225,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org/"},{"num":226,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencedirect.com"},{"num":227,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":228,"value":"https://libproxy1.nus.edu.sg/login?url=https://scitation.aip.org/"},{"num":229,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.scopus.com/home.url"},{"num":230,"value":"https://libproxy1.nus.edu.sg/login?url=https://epubs.siam.org/journals"},{"num":231,"value":"https://linc.nus.edu.sg/search~S16?/Xsocial+science+premium&searchscope=16&SORT=A/Xsocial+science+premium&searchscope=16&SORT=A&SUBKEY=social+science+premium/1%2C14%2C14%2CB/frameset&FF=Xsocial+science+premium&searchscope=16&SORT=A&1%2C1%2C"},{"num":232,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ssa"},{"num":233,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/socialservices"},{"num":234,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/socabs"},{"num":235,"value":"https://sdbs.db.aist.go.jp/sdbs/cgi-bin/cre_index.cgi?lang=eng"},{"num":236,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.spiedigitallibrary.org/journals.aspx"},{"num":237,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com"},{"num":238,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com/search?facet-content-type=%22Journal%22"},{"num":239,"value":"https://libproxy1.nus.edu.sg/login?url=https://materials.springer.com"},{"num":240,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.statista.com/"},{"num":241,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.tandfonline.com"},{"num":242,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/index.jsp"},{"num":243,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":244,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":245,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=TTDA"},{"num":246,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.tripdatabase.com/"},{"num":247,"value":"https://libproxy1.nus.edu.sg/login?url=https://find.galegroup.com/menu/start?prod=DDRS-1&userGroupName=%%locid%%"},{"num":248,"value":"https://unstats.un.org/unsd/demographic/products/dyb/dyb2.htm"},{"num":249,"value":"https://unctadstat.unctad.org/EN/"},{"num":250,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.journals.uchicago.edu/"},{"num":251,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.uptodate.com/contents/search?unid=^u&srcsys=EZPX263832"},{"num":252,"value":"https://digitallibrary.usc.edu"},{"num":253,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":254,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com"},{"num":255,"value":"https://onlinelibrary-wiley-com.libproxy1.nus.edu.sg/action/showPublications?PubType=refWork"},{"num":256,"value":"https://libproxy1.nus.edu.sg/login?url=https://authorservices.wiley.com/open-research/open-access/browse-journals.html"},{"num":257,"value":"https://www.who.int/publications"},{"num":258,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldreligiondatabase.org/wrd_default.asp"},{"num":259,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com"},{"num":260,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/wpsa"},{"num":261,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":262,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.apabi.com/nus"},{"num":263,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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 0b784e1..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/5.json +++ /dev/null @@ -1 +0,0 @@ -{"id":5,"name":"Databases Search","url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","create_time":"5/29/2023, 3:10:57 PM","version":"0.3.2","containJudge":false,"desc":"https://nus.edu.sg/nuslibraries/databases-search","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://nus.edu.sg/nuslibraries/databases-search","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://nus.edu.sg/nuslibraries/databases-search"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"AccessPharmacy"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://nus.edu.sg/nuslibraries/databases-search","links":"https://nus.edu.sg/nuslibraries/databases-search","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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=\"dropdownSubjectButton\"]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]","//button[contains(., '')]","id(\"dropdownSubjectButton\")","//BUTTON[@class='btn dropdown-toggle']"]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4,7],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"subject-dropdown\"]/div/label[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":""}},{"id":4,"index":4,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/section[7]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":5,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":-1,"index":5,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[@id=\"database-search-result-table\"]/tbody[1]/tr[2]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[3]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[4]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[5]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[6]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[7]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[8]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[9]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[10]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[11]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[12]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[13]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[14]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[15]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[16]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[17]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[18]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[19]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[20]/td[1]/a[1]\n//*[@id=\"database-search-result-table\"]/tbody[1]/tr[21]/td[1]/a[1]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":-1,"index":6,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}},{"id":5,"index":7,"parentId":3,"type":1,"option":8,"title":"循环","sequence":[8],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr/td[1]/a[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[1]/section[8]/div[1]/div[2]/table[1]/tbody[1]/tr[2]/td[1]/a[1]","//a[contains(., 'AccessPhar')]"]}},{"id":6,"index":8,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"AccessPharmacy"},{"num":1,"value":"AGRIS"},{"num":2,"value":"American Association for the Advancement of Science"},{"num":3,"value":"Annual reviews"},{"num":4,"value":"ASM journals"},{"num":5,"value":"Bentham Open"},{"num":6,"value":"BIOSIS previews"},{"num":7,"value":"Brill online : books and journals"},{"num":8,"value":"Cambridge core"},{"num":9,"value":"CAS Analytical Methods (Publisher's website)"},{"num":10,"value":"CAS Analytical Methods (Registration guide for first time users)"},{"num":11,"value":"Current protocols in bioinformatics"},{"num":12,"value":"Current protocols in cell biology"},{"num":13,"value":"Current protocols in immunology"},{"num":14,"value":"Current protocols in molecular biology"},{"num":15,"value":"Current protocols in pharmacology"},{"num":16,"value":"Digital Commons network"},{"num":17,"value":"EBSCO ebook collection"},{"num":18,"value":"EBSCOhost"},{"num":19,"value":"Embase"},{"num":20,"value":"FAO catalogue online"},{"num":21,"value":"Formulus a CAS solution (Publisher's website)"},{"num":22,"value":"Formulus a CAS solution (Registration guide for first time users)"},{"num":23,"value":"FSTA food science and technology abstracts /"},{"num":24,"value":"GEOBASE"},{"num":25,"value":"GeoRef in Process"},{"num":26,"value":"HighWire library of the sciences and medicine"},{"num":27,"value":"HSTalks lectures by leading world experts Biomedical and life sciences collection"},{"num":28,"value":"Informa healthcare"},{"num":29,"value":"International pharmaceutical abstracts"},{"num":30,"value":"ISI essential science indicators"},{"num":31,"value":"ISI proceedings"},{"num":32,"value":"Journal citation reports"},{"num":33,"value":"JSTOR"},{"num":34,"value":"Kinokuniya BookWEB Pro"},{"num":35,"value":"LearningIn10.com"},{"num":36,"value":"Mary Ann Liebert, Inc. Publishers"},{"num":37,"value":"Medical imaging in video"},{"num":38,"value":"MEDLINE"},{"num":39,"value":"MEDLINEplus"},{"num":40,"value":"Micromedex Solutions"},{"num":41,"value":"Nature.com"},{"num":42,"value":"Oxford bibliographies Evolutionary biology"},{"num":43,"value":"Oxford journals"},{"num":44,"value":"Oxford medicine online"},{"num":45,"value":"ProQuest"},{"num":46,"value":"PubChem"},{"num":47,"value":"PubMed"},{"num":48,"value":"PubMed central an archive of life science journals (PMC)"},{"num":49,"value":"Royal Society Journals"},{"num":50,"value":"SciFinder-n (new SciFinder-n)"},{"num":51,"value":"SciFinder-n (Registration guide for first time users)"},{"num":52,"value":"Springer Nature Experiments"},{"num":53,"value":"SpringerLink"},{"num":54,"value":"TAIR the Arabidopsis Information Resource"},{"num":55,"value":"The Biodiversity Library of Southeast Asia (BLSEA) (BLSEA)"},{"num":56,"value":"The Cochrane library"},{"num":57,"value":"The Company of biologists"},{"num":58,"value":"The complete work of Charles Darwin online"},{"num":59,"value":"The Scientist"},{"num":60,"value":"The Zoological record"},{"num":61,"value":"Thieme"},{"num":62,"value":"University press scholarship online"},{"num":63,"value":"Web of knowledge"},{"num":64,"value":"Web of Science"},{"num":65,"value":"Wiley Online Library"},{"num":66,"value":"Wiley Online Library Reference works"},{"num":67,"value":"World Health Organization publications (Open Access)"},{"num":68,"value":"World Scientific"},{"num":69,"value":"中国知网 China knowledge resource integrated database (English New Interface)"},{"num":70,"value":"中国知网 China knowledge resource integrated database (中文新平台)"},{"num":71,"value":"华艺线上图书馆 Airiti Library (includes CEPS 中文电子期刊资料库暨平台服务 and CETD 中文硕博士论文资料库暨平台服务)"},{"num":72,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":1,"value":"https://agris.fao.org/agris-search/index.do"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.annualreviews.org/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.asm.org/"},{"num":5,"value":"https://benthamopen.com/index.php"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":8,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":10,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934340x"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19342616"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/1934368x"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19343647"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://currentprotocols.onlinelibrary.wiley.com/journal/19348290"},{"num":16,"value":"https://network.bepress.com/"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ebooks"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":20,"value":"https://www.fao.org/publications/en/"},{"num":21,"value":"https://formulus.cas.org/"},{"num":22,"value":"https://lib.nus.edu.sg/learning/sci/chm/SciFinder_FirstTimeRegistration.pdf"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=http://highwire.stanford.edu/lists/allsites.dtl"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/biosci"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com/"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":30,"value":"https://libproxy1.nus.edu.sg/login?url=https://esi.clarivate.com"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":32,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":33,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":34,"value":"https://singapore.kinokuniya.com/"},{"num":35,"value":"https://www.learningin10.com/"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.liebertonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/dimg"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=medall"},{"num":39,"value":"https://medlineplus.gov/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian/"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199941728"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://academic.oup.com"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=https://oxfordmedicine.com/browse?btog=book&isQuickSearch=true&avail_0=unlocked"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":46,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":48,"value":"https://www.ncbi.nlm.nih.gov/pmc"},{"num":49,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":51,"value":"https://lib.nus.edu.sg/learning_nus/gen_nus/database/scifinder/SciFinder_FirstTimeRegistration.pdf"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com/"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/"},{"num":55,"value":"https://blsea.nus.edu.sg/"},{"num":56,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.biologists.com/"},{"num":58,"value":"http://darwin-online.org.uk"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":61,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.thieme-connect.com/products"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.universitypressscholarship.com/"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com"},{"num":64,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com/action/showPublications?PubType=refWork"},{"num":67,"value":"https://www.who.int/publications"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com/page/worldscinet"},{"num":69,"value":"https://chn.oversea.cnki.net/index/"},{"num":70,"value":"https://chn.oversea.cnki.net/index/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.airitilibrary.com"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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/execution_instances/6.json b/.temp_to_pub/EasySpider_windows_x64/execution_instances/6.json deleted file mode 100644 index db72316..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/6.json +++ /dev/null @@ -1 +0,0 @@ -{"id":6,"name":"A-Z Databases","url":"https://libguides.nus.edu.sg/az.php?p=1","links":"https://libguides.nus.edu.sg/az.php?p=1","create_time":"5/29/2023, 3:30:21 PM","version":"0.3.2","containJudge":false,"desc":"https://libguides.nus.edu.sg/az.php?p=1","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://libguides.nus.edu.sg/az.php?p=1","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://libguides.nus.edu.sg/az.php?p=1"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"ABI/INFORM Complete"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/abicomplete"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://libguides.nus.edu.sg/az.php?p=1","links":"https://libguides.nus.edu.sg/az.php?p=1","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div/div/div[1]/a[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[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/a[1]","//a[contains(., 'ABI/INFORM')]"]}},{"id":-1,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[],"loopType":1}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":1,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div/div/div[1]/a[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[4]/section[2]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/a[1]","//a[contains(., 'ABI/INFORM')]"]}},{"id":3,"index":5,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"ABI/INFORM Complete"},{"num":1,"value":"Academic OneFile | GALE"},{"num":2,"value":"Academic Search Complete"},{"num":3,"value":"Access Medicine"},{"num":4,"value":"Access Pharmacy"},{"num":5,"value":"ACLS Humanities E-Book"},{"num":6,"value":"ACM Digital Library"},{"num":7,"value":"Adam Matthew Databases"},{"num":8,"value":"AGRIS"},{"num":9,"value":"AIP Conference Proceedings"},{"num":10,"value":"America: History & Life (EBSCO)"},{"num":11,"value":"American Association for Cancer Research (AACR)"},{"num":12,"value":"American Chemical Society (ACS) Publications"},{"num":13,"value":"American Institute of Aeronautics and Astronautics (AIAA) Publications"},{"num":14,"value":"American Mathematical Society (AMS) Publications"},{"num":15,"value":"American Medical Association (AMA) Journals"},{"num":16,"value":"American Physical Society (APS) Journals"},{"num":17,"value":"American Thoracic Society (ATS) Journals"},{"num":18,"value":"Analytical Abstracts"},{"num":19,"value":"Annual Reviews"},{"num":20,"value":"Applied Social Sciences Index and Abstracts (ASSIA)"},{"num":21,"value":"ARTstor"},{"num":22,"value":"ASCE Library"},{"num":23,"value":"Asian Film Online"},{"num":24,"value":"Asian Studies E-Books Online, Collection 2010"},{"num":25,"value":"ASM Alloy Phase Diagram Database"},{"num":26,"value":"ASM Journals"},{"num":27,"value":"ASME Digital Collection"},{"num":28,"value":"ATLA Religion Database"},{"num":29,"value":"Avery Index to Architectural Periodicals"},{"num":30,"value":"Bentham Open"},{"num":31,"value":"Bibliography of Asian Studies (BAS)"},{"num":32,"value":"Biodiversity Library of Southeast Asia (BLSEA)"},{"num":33,"value":"BioMedCentral"},{"num":34,"value":"BIOSIS Previews"},{"num":35,"value":"BMJ Journals"},{"num":36,"value":"Brill Online Reference Works"},{"num":37,"value":"Brill Online: Books and Journals"},{"num":38,"value":"British And Irish Women's Letters And Diaries"},{"num":39,"value":"British Standards Online (BSOL)"},{"num":40,"value":"Business Source Ultimate"},{"num":41,"value":"Cambridge Companions Online"},{"num":42,"value":"Cambridge Core"},{"num":43,"value":"Cambridge Histories Online"},{"num":44,"value":"Canadian Centre for Occupational Health and Safety’s Academic Support Program"},{"num":45,"value":"CAS Analytical Methods (formerly known as MethodsNow)"},{"num":46,"value":"CEIC Data"},{"num":47,"value":"Chemical Hazards in Industry"},{"num":48,"value":"CHEMnetBASE"},{"num":49,"value":"ChemSpider"},{"num":50,"value":"Chicago Manual of Style Online (17th edition)"},{"num":51,"value":"China Digital Library (中华数字书苑)"},{"num":52,"value":"China: Culture and Society"},{"num":53,"value":"China: Trade, Politics and Culture, 1793-1980"},{"num":54,"value":"CINAHL Complete"},{"num":55,"value":"CiNii Research"},{"num":56,"value":"Classical Scores Library"},{"num":57,"value":"ClinicalKey"},{"num":58,"value":"ClinicalKey Student"},{"num":59,"value":"Cold War Intelligence"},{"num":60,"value":"Communication & Mass Media Complete (CMMC)"},{"num":61,"value":"Construction InfoNet"},{"num":62,"value":"D&B Hoovers"},{"num":63,"value":"De Gruyter Online"},{"num":64,"value":"Digital Commons Network"},{"num":65,"value":"Digital Theatre+"},{"num":66,"value":"EBSCO eBook Collection"},{"num":67,"value":"EBSCOhost"},{"num":68,"value":"EconLit (Ovid)"},{"num":69,"value":"Economist Historical Archive, 1843-2020"},{"num":70,"value":"eHRAF World Cultures"},{"num":71,"value":"Eighteenth Century Collections Online (ECCO)"},{"num":72,"value":"Eighteenth Century Journals"},{"num":73,"value":"EIU.com"},{"num":74,"value":"Elsevier Open Access Journals"},{"num":75,"value":"Embase"},{"num":76,"value":"Emerald Insight"},{"num":77,"value":"Empire Online"},{"num":78,"value":"Engineering Village"},{"num":79,"value":"Environment Complete"},{"num":80,"value":"ERIC"},{"num":81,"value":"Factiva"},{"num":82,"value":"FIAF databases (Ovid)"},{"num":83,"value":"Filmakers Library Online"},{"num":84,"value":"FitchConnect"},{"num":85,"value":"Food Science and Technology Abstracts (Ovid)"},{"num":86,"value":"Formulus"},{"num":87,"value":"Frost & Sullivan Online"},{"num":88,"value":"Gale Databases"},{"num":89,"value":"Gale in context: Environmental studies"},{"num":90,"value":"Gartner"},{"num":91,"value":"GEOBASE"},{"num":92,"value":"GeoRef (Ovid)"},{"num":93,"value":"GeoRef In Process"},{"num":94,"value":"Global Commodities: Trade, Exploration and Cultural Exchange"},{"num":95,"value":"GreenFILE"},{"num":96,"value":"HathiTrust (Global Public Domain only)"},{"num":97,"value":"HeinOnline International & Non-U.S. Law Journals"},{"num":98,"value":"HeinOnline Law Journal Library"},{"num":99,"value":"Henry Stewart Talks"},{"num":100,"value":"Henry Stewart Talks: Biomedical & Life Sciences Collection"},{"num":101,"value":"Hindawi Publishing Open Access"},{"num":102,"value":"House of Commons Parliamentary Papers (UK version)"},{"num":103,"value":"ICE Virtual Library"},{"num":104,"value":"ICONDA"},{"num":105,"value":"ICSD: Inorganic Crystal Structure Database"},{"num":106,"value":"IEEE Xplore"},{"num":107,"value":"Index to Foreign Legal Periodicals (Ovid)"},{"num":108,"value":"Informa Healthcare"},{"num":109,"value":"INFORMS PubsOnLine"},{"num":110,"value":"IngentaConnect"},{"num":111,"value":"INSPEC"},{"num":112,"value":"IntelliConnect"},{"num":113,"value":"International Bibliography of the Social Sciences (IBSS)"},{"num":114,"value":"International Commercial Law"},{"num":115,"value":"International Pharmaceutical Abstracts (Ovid)"},{"num":116,"value":"Investment Arbitration Reporter"},{"num":117,"value":"Investor-State LawGuide"},{"num":118,"value":"IOPscience platform"},{"num":119,"value":"IWA Publishing Online"},{"num":120,"value":"J-STAGE"},{"num":121,"value":"Journal Citations Report (JCR)"},{"num":122,"value":"Journal of Visualized Experiments (JoVE)"},{"num":123,"value":"JSTOR"},{"num":124,"value":"JSTOR Global Plants"},{"num":125,"value":"Karger"},{"num":126,"value":"Kluwer Arbitration"},{"num":127,"value":"LawInfoChina"},{"num":128,"value":"LegalTrac"},{"num":129,"value":"Linguistics and Language Behavior Abstracts (LLBA)"},{"num":130,"value":"Macmillan Cabinet Papers, 1957-1963"},{"num":131,"value":"Material ConneXion"},{"num":132,"value":"Material Safety Data Sheet (MSDS)"},{"num":133,"value":"MathSciNet"},{"num":134,"value":"MedlinePlus"},{"num":135,"value":"Micromedex Solutions"},{"num":136,"value":"MIT Press Journals"},{"num":137,"value":"MLA International Bibliography"},{"num":138,"value":"Morgan & Claypool Publishers"},{"num":139,"value":"Music Periodicals Database"},{"num":140,"value":"NASW Register of Clinical Social Workers, 14th ed."},{"num":141,"value":"National Criminal Justice Reference Service (NCJRS) Abstracts Database"},{"num":142,"value":"Nature Journal Archive"},{"num":143,"value":"Nature Journals Online"},{"num":144,"value":"Nature Open Access"},{"num":145,"value":"Naxos Music Library"},{"num":146,"value":"NBER Working Papers"},{"num":147,"value":"NBER Working Papers"},{"num":148,"value":"New England Journal of Medicine"},{"num":149,"value":"New York Review of Books Archive"},{"num":150,"value":"NewspaperSG"},{"num":151,"value":"Nexis Uni"},{"num":152,"value":"NIST Chemistry Webbook"},{"num":153,"value":"Nixon Years, 1969-1974"},{"num":154,"value":"NMRShiftDB"},{"num":155,"value":"NRC Research Press Journals"},{"num":156,"value":"NTIS"},{"num":157,"value":"OAPEN"},{"num":158,"value":"Observatory on Borderless Higher Education"},{"num":159,"value":"OECD iLibrary Ebooks"},{"num":160,"value":"OnePetro"},{"num":161,"value":"Optics InfoBase Basic"},{"num":162,"value":"Orbis"},{"num":163,"value":"Oxford Art Online"},{"num":164,"value":"Oxford Bibliographies Online : Anthropology"},{"num":165,"value":"Oxford Bibliographies Online : Ecology"},{"num":166,"value":"Oxford Bibliographies Online: Buddhism"},{"num":167,"value":"Oxford Bibliographies Online: Classics"},{"num":168,"value":"Oxford Bibliographies Online: Hinduism"},{"num":169,"value":"Oxford Dictionary of National Biography"},{"num":170,"value":"Oxford English Dictionary"},{"num":171,"value":"Oxford Journals"},{"num":172,"value":"Oxford Journals Archive"},{"num":173,"value":"Oxford Journals Full Collection 2012"},{"num":174,"value":"Oxford Journals Full Collection 2013"},{"num":175,"value":"Oxford Music Online"},{"num":176,"value":"Oxford Reports on International Law"},{"num":177,"value":"Oxford Scholarly Editions Online"},{"num":178,"value":"Oxford Scholarship Online"},{"num":179,"value":"PAIS International"},{"num":180,"value":"Passport"},{"num":181,"value":"Performing Arts Periodicals Database"},{"num":182,"value":"PERIND: Index to articles relating to Singapore, Malaysia, Brunei & ASEAN"},{"num":183,"value":"Philosophy Documentation Center Collection"},{"num":184,"value":"PhilPapers"},{"num":185,"value":"Physical Review Online Archive"},{"num":186,"value":"PLoS Currents"},{"num":187,"value":"Political Science Database (ProQuest)"},{"num":188,"value":"Powder Diffraction File"},{"num":189,"value":"Project Euclid Direct"},{"num":190,"value":"Project MUSE"},{"num":191,"value":"Project MUSE - Single Title Subscriptions"},{"num":192,"value":"ProQuest"},{"num":193,"value":"ProQuest Asian Business & Reference"},{"num":194,"value":"ProQuest Dissertations & Theses Global"},{"num":195,"value":"ProQuest Historical Newspapers: Chicago Defender"},{"num":196,"value":"ProQuest Historical Newspapers: Chicago Tribune (1849-1989)"},{"num":197,"value":"ProQuest Historical Newspapers: Guardian, The (1821-1900) and Observer, The (1791-1900)"},{"num":198,"value":"ProQuest Historical Newspapers: Los Angeles Times (1881-1990)"},{"num":199,"value":"ProQuest Historical Newspapers: New York Times, The (1851-2010)"},{"num":200,"value":"ProQuest Historical Newspapers: Times of India"},{"num":201,"value":"ProQuest Historical Newspapers: Wall Street Journal"},{"num":202,"value":"ProQuest Historical Newspapers: Washington Post (1877-1997)"},{"num":203,"value":"ProQuest Natural Science Collection"},{"num":204,"value":"ProQuest Social Science Journals"},{"num":205,"value":"ProQuest Social Sciences Databases"},{"num":206,"value":"ProQuest Sociology"},{"num":207,"value":"PsycINFO(via Ovid) 1806 -"},{"num":208,"value":"PubChem"},{"num":209,"value":"Public Library of Science (PLoS)"},{"num":210,"value":"PubMed"},{"num":211,"value":"PubMed Central"},{"num":212,"value":"Reaxys"},{"num":213,"value":"Referex"},{"num":214,"value":"Resources for College Libraries"},{"num":215,"value":"Royal Society of Chemistry"},{"num":216,"value":"Royal Society of Chemistry eBooks"},{"num":217,"value":"Royal Society of Medicine Press"},{"num":218,"value":"Royal Society Package S"},{"num":219,"value":"Royal Society Publications"},{"num":220,"value":"RSC Publishing"},{"num":221,"value":"Sagamore Publishing Journals"},{"num":222,"value":"SAGE Journals Online"},{"num":223,"value":"SAGE Knowledge"},{"num":224,"value":"ScholarBank@NUS"},{"num":225,"value":"Science"},{"num":226,"value":"ScienceDirect"},{"num":227,"value":"SciFinder-n"},{"num":228,"value":"Scitation Publications"},{"num":229,"value":"Scopus"},{"num":230,"value":"SIAM Journals Online"},{"num":231,"value":"Social Science Premium Collection"},{"num":232,"value":"Social Sciences Abstracts (H.W. Wilson)"},{"num":233,"value":"Social Services Abstracts"},{"num":234,"value":"Sociological Abstracts"},{"num":235,"value":"Spectral Database for Organic Compounds, SDBS"},{"num":236,"value":"SPIE Digital Library"},{"num":237,"value":"Springer Nature Experiments"},{"num":238,"value":"SpringerLink"},{"num":239,"value":"SpringerMaterials"},{"num":240,"value":"Statista"},{"num":241,"value":"Taylor & Francis Online"},{"num":242,"value":"The Arabidopsis Information Resource (TAIR)"},{"num":243,"value":"The Cochrane Library"},{"num":244,"value":"The Scientist"},{"num":245,"value":"Times Digital Archive, 1785-2019"},{"num":246,"value":"Trip Pro"},{"num":247,"value":"U.S. Declassified Documents Online (USDDO)"},{"num":248,"value":"UN Demographic Yearbook"},{"num":249,"value":"UNCTADstat"},{"num":250,"value":"University of Chicago Press Journals"},{"num":251,"value":"UpToDate"},{"num":252,"value":"USC Digital Library"},{"num":253,"value":"Web of Science"},{"num":254,"value":"Wiley Online Library"},{"num":255,"value":"Wiley Online Library Reference Works"},{"num":256,"value":"Wiley Open Access"},{"num":257,"value":"World Health Organization Publications"},{"num":258,"value":"World Religion Database (WRD)"},{"num":259,"value":"World Scientific"},{"num":260,"value":"Worldwide Political Science Abstracts"},{"num":261,"value":"Zoological Record"},{"num":262,"value":"中华数字书苑 (China digital library)"},{"num":263,"value":"新方志 Local gazetteers"}],"default":"","beforeJS":"","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://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/abicomplete"},{"num":1,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=AONE"},{"num":2,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&group=main&profile=asc"},{"num":3,"value":"https://libproxy1.nus.edu.sg/login?url=https://accessmedicine.mhmedical.com/"},{"num":4,"value":"https://libproxy1.nus.edu.sg/login?url=https://accesspharmacy.mhmedical.com/"},{"num":5,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.humanitiesebook.org/"},{"num":6,"value":"https://libproxy1.nus.edu.sg/login?url=https://dl.acm.org/contents_dl.cfm"},{"num":7,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://www.archivesdirect.amdigital.co.uk/"},{"num":8,"value":"https://agris.fao.org/agris-search/index.do"},{"num":9,"value":"https://libproxy1.nus.edu.sg/login?url=https://scitation.aip.org/content/aip/proceeding/aipcp"},{"num":10,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ahl"},{"num":11,"value":"https://libproxy1.nus.edu.sg/login?url=https://cancerres.aacrjournals.org/search.dtl"},{"num":12,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://pubs.acs.org/"},{"num":13,"value":"https://libproxy1.nus.edu.sg/login?url=https://arc.aiaa.org/action/showPublications?pubType=journal"},{"num":14,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ams.org/joursearch/"},{"num":15,"value":"https://libproxy1.nus.edu.sg/login?url=https://jamanetwork.com"},{"num":16,"value":"https://libproxy1.nus.edu.sg/login?url=https://www-aps-org.libproxy1.nus.edu.sg/publications/index.cfm"},{"num":17,"value":"https://libproxy1.nus.edu.sg/login?url=https://www-atsjournals-org.libproxy1.nus.edu.sg/"},{"num":18,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/Publishing/CurrentAwareness/AA/index.asp"},{"num":19,"value":"https://libproxy1.nus.edu.sg/login?url=https://www-annualreviews-org.libproxy1.nus.edu.sg/"},{"num":20,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/assia"},{"num":21,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.artstor.org"},{"num":22,"value":"https://libproxy1.nus.edu.sg/login?url=https://ascelibrary.org/"},{"num":23,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/asiv"},{"num":24,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com/content/asian_studies_e-books_online_collection_2010"},{"num":25,"value":"https://libproxy1.nus.edu.sg/login?url=https://matdata.asminternational.org/apd/"},{"num":26,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.journals.asm.org/"},{"num":27,"value":"https://libproxy1.nus.edu.sg/login?url=https://asmedigitalcollection.asme.org"},{"num":28,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=reh"},{"num":29,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=bvh"},{"num":30,"value":"https://benthamopen.com/index.php"},{"num":31,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&group=main&profile=bas"},{"num":32,"value":"https://digitalgems.nus.edu.sg/collection/72/items"},{"num":33,"value":"https://www.biomedcentral.com/"},{"num":34,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/BIOSIS"},{"num":35,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.bmj.com/thebmj"},{"num":36,"value":"https://libproxy1.nus.edu.sg/login?url=https://referenceworks.brillonline.com/"},{"num":37,"value":"https://libproxy1.nus.edu.sg/login?url=https://booksandjournals.brillonline.com"},{"num":38,"value":"https://libproxy1.nus.edu.sg/login?url=https://bwl2.alexanderstreet.com"},{"num":39,"value":"https://libproxy1.nus.edu.sg/login?url=https://bsol.bsigroup.com/"},{"num":40,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/direct.asp?db=bsu"},{"num":41,"value":"https://libproxy1.nus.edu.sg/login?url=https://universitypublishingonline.org/cambridge/companions/"},{"num":42,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cambridge.org/core"},{"num":43,"value":"https://libproxy1.nus.edu.sg/login?url=https://universitypublishingonline.org/cambridge/histories/"},{"num":44,"value":"https://libproxy1.nus.edu.sg/login?url=http://ccinfoweb.ccohs.ca/asp"},{"num":45,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.methodsnow.com/"},{"num":46,"value":"https://libproxy1.nus.edu.sg/login?url=https://lib.nus.edu.sg/eforms/ceic.html"},{"num":47,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/chi"},{"num":48,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.chemnetbase.com/?AUTH_TOKEN="},{"num":49,"value":"https://www.chemspider.com/"},{"num":50,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.chicagomanualofstyle.org/"},{"num":51,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.apabi.com/nus"},{"num":52,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.chinacultureandsociety.amdigital.co.uk"},{"num":53,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.china.amdigital.co.uk/"},{"num":54,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/direct.asp?db=ccm"},{"num":55,"value":"https://libproxy1.nus.edu.sg/login?url=https://ci.nii.ac.jp/"},{"num":56,"value":"https://search-alexanderstreet-com.libproxy1.nus.edu.sg/shmu"},{"num":57,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.clinicalkey.com/"},{"num":58,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.clinicalkey.com/student"},{"num":59,"value":"https://libproxy1.nus.edu.sg/login?url=https://primarysources.brillonline.com/browse/cold-war-intelligence"},{"num":60,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ufh"},{"num":61,"value":"https://linc.nus.edu.sg/record=b2271087"},{"num":62,"value":"https://libproxy1.nus.edu.sg/login?url=https://signon.onesource.com/?LogonUserID=RollingUserID"},{"num":63,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.degruyter.com/dg/advancedsearch"},{"num":64,"value":"https://network.bepress.com/"},{"num":65,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.digitaltheatreplus.com/"},{"num":66,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=nlebk"},{"num":67,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&custid=s2800890&groupid=main&profile=ehost"},{"num":68,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&MODE=ovid&PAGE=main&NEWS=n&DBC=y&D=econ"},{"num":69,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=ECON"},{"num":70,"value":"https://ehrafworldcultures.yale.edu.libproxy1.nus.edu.sg/ehrafe/"},{"num":71,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=ECCO"},{"num":72,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.18thcjournals.amdigital.co.uk/"},{"num":73,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://viewpoint.eiu.com"},{"num":74,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.elsevier.com/about/open-access/open-access-journals"},{"num":75,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.embase.com"},{"num":76,"value":"https://www-emerald-com.libproxy1.nus.edu.sg/insight/"},{"num":77,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.empire.amdigital.co.uk/"},{"num":78,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com"},{"num":79,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/direct.asp?db=eih"},{"num":80,"value":"https://www.eric.ed.gov/"},{"num":81,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://global.factiva.com/en/sess/login.asp?xsid=S001dVp1Gb85DEu5DEmM9AvOTUnMD7yMHn0YqYvMq382rbRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQQAA"},{"num":82,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fiaf"},{"num":83,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.alexanderstreet.com/flon"},{"num":84,"value":"https://lib.nus.edu.sg/BMIResearchRegistration/login.aspx"},{"num":85,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=fsta"},{"num":86,"value":"https://formulus.cas.org/"},{"num":87,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://member.frost.com/login"},{"num":88,"value":"https://libproxy1.nus.edu.sg/login?url=https://find.galegroup.com/menu/commonmenu.do?userGroupName=nuslib"},{"num":89,"value":"https://libproxy1.nus.edu.sg/login?url=https://go.gale.com/ps/start.do?p=GRNR&u=nuslib"},{"num":90,"value":"https://lib.nus.edu.sg/GartnerRegistration/login.aspx"},{"num":91,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=8192"},{"num":92,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=gref"},{"num":93,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=inpr"},{"num":94,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.globalcommodities.amdigital.co.uk/"},{"num":95,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=grnf"},{"num":96,"value":"https://www.hathitrust.org/"},{"num":97,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.heinonline.org/HOL/Index?collection=fijournals"},{"num":98,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.heinonline.org/HOL/Index?collection=journals"},{"num":99,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.hstalks.com/"},{"num":100,"value":"https://libproxy1.nus.edu.sg/login?url=https://hstalks.com/main/index_category.php?id=252"},{"num":101,"value":"https://www.hindawi.com/journals/"},{"num":102,"value":"https://libproxy1.nus.edu.sg/login?url=https://parlipapers.chadwyck.co.uk/home.do"},{"num":103,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.icevirtuallibrary.com/"},{"num":104,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=icon"},{"num":105,"value":"https://libproxy1.nus.edu.sg/login?url=https://icsd.fiz-karlsruhe.de/"},{"num":106,"value":"https://libproxy1.nus.edu.sg/login?url=https://ieeexplore.ieee.org/Xplore/home.jsp"},{"num":107,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=iflp"},{"num":108,"value":"https://libproxy1.nus.edu.sg/login?url=https://informahealthcare.com"},{"num":109,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubsonline.informs.org"},{"num":110,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ingentaconnect.com"},{"num":111,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage.com/controller/servlet/Controller?CID=quickSearch&database=2"},{"num":112,"value":"https://libproxy1.nus.edu.sg/login?url=https://intelliconnect.cch.com"},{"num":113,"value":"https://libproxy1.nus.edu.sg/login?url=https://linc.nus.edu.sg/record=b2795347"},{"num":114,"value":"https://libguides.nus.edu.sg/icml"},{"num":115,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=ipab"},{"num":116,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.iareporter.com/"},{"num":117,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.investorstatelawguide.com/Home/Login"},{"num":118,"value":"https://libproxy1.nus.edu.sg/login?url=https://iopscience.iop.org/"},{"num":119,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.iwaponline.com/wio/"},{"num":120,"value":"https://www.jstage.jst.go.jp/browse/-char/en"},{"num":121,"value":"https://libproxy1.nus.edu.sg/login?url=https://jcr.clarivate.com"},{"num":122,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jove.com/"},{"num":123,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.jstor.org"},{"num":124,"value":"https://libproxy1.nus.edu.sg/login?url=https://plants.jstor.org/"},{"num":125,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.karger.com"},{"num":126,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.kluwerarbitration.com/"},{"num":127,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.pkulaw.com/english"},{"num":128,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=LT"},{"num":129,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/llba"},{"num":130,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.archivesdirect.amdigital.co.uk/Introduction/Macmillan/default.aspx"},{"num":131,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.materialconnexion.online/database/"},{"num":132,"value":"https://libproxy1.nus.edu.sg/login?url=https://sds-ccohs-ca.libproxy1.nus.edu.sg/#/"},{"num":133,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ams.org/mathscinet"},{"num":134,"value":"https://medlineplus.gov/"},{"num":135,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.micromedexsolutions.com/micromedex2/librarian"},{"num":136,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.mitpressjournals.org/"},{"num":137,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=mla"},{"num":138,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.morganclaypool.com/page/browseLbS.jsp"},{"num":139,"value":"https://www-proquest-com.libproxy1.nus.edu.sg/iimp/advanced/arts/fromDatabasesLayer"},{"num":140,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&NEWS=n&CSC=Y&PAGE=main&D=clre"},{"num":141,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/ncjrs"},{"num":142,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/nature/archive/"},{"num":143,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com"},{"num":144,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nature.com/siteindex/index.html"},{"num":145,"value":"https://libproxy1.nus.edu.sg/login?url=https://nus.naxosmusiclibrary.com"},{"num":146,"value":"https://libproxy1.nus.edu.sg/login?url=https://papers.nber.org/papers/?module=search&action=query"},{"num":147,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nber.org/publications/"},{"num":148,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nejm.org/"},{"num":149,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nybooks.com/archives"},{"num":150,"value":"https://eresources.nlb.gov.sg/newspapers/"},{"num":151,"value":"https://libproxy1.nus.edu.sg/login?url=https://advance.lexis.com/?identityprofileid=7PHNGQ59319"},{"num":152,"value":"https://webbook.nist.gov/"},{"num":153,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.archivesdirect.amdigital.co.uk/Introduction/Nixon"},{"num":154,"value":"https://nmrshiftdb.nmr.uni-koeln.de/"},{"num":155,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.nrcresearchpress.com/"},{"num":156,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage2.org/controller/servlet/Controller?CID=quickSearch&database=4"},{"num":157,"value":"https://www.oapen.org/xtf/search?browse-all=yes;brand=oapen"},{"num":158,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.obhe.ac.uk/home"},{"num":159,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oecd-ilibrary.org/books"},{"num":160,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.onepetro.org/"},{"num":161,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.opticsinfobase.org/default.cfm"},{"num":162,"value":"https://libproxy1.nus.edu.sg/login?url=https://orbis.bvdinfo.com/ip"},{"num":163,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordartonline.com"},{"num":164,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199766567"},{"num":165,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780199830060"},{"num":166,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780195393521"},{"num":167,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?module_0=obo-9780195389661"},{"num":168,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordbibliographies.com/browse?sticky=true&module_1=obo-9780195399318&q="},{"num":169,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxforddnb.com/"},{"num":170,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oed.com"},{"num":171,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/en/"},{"num":172,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/en/"},{"num":173,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/"},{"num":174,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordjournals.org/"},{"num":175,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordmusiconline.com/"},{"num":176,"value":"https://libproxy1.nus.edu.sg/login?url=https://opil.ouplaw.com/home/ORIL"},{"num":177,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordscholarlyeditions.com/"},{"num":178,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.oxfordscholarship.com"},{"num":179,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/pais"},{"num":180,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.portal.euromonitor.com"},{"num":181,"value":"https://www-proquest-com.libproxy1.nus.edu.sg/iipaft/arts/fromDatabasesLayer?accountid=13876"},{"num":182,"value":"https://libbrs.nus.edu.sg:8080/infogate?d=1"},{"num":183,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.pdcnet.org/collection"},{"num":184,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://philpapers.org/"},{"num":185,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.aps.org/archive"},{"num":186,"value":"https://currents.plos.org"},{"num":187,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/politicalscience"},{"num":188,"value":"https://linc.nus.edu.sg/record=b2674711"},{"num":189,"value":"https://libproxy1.nus.edu.sg/login?url=https://projecteuclid.org/Search"},{"num":190,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=https://muse.jhu.edu/search"},{"num":191,"value":"https://libproxy1.nus.edu.sg/login?url=https://muse.jhu.edu/journals/"},{"num":192,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/index?accountid=13876#"},{"num":193,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/asianbusiness"},{"num":194,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/pqdtglobal?accountid=13876"},{"num":195,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpchicagodefender"},{"num":196,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpchicagotribune"},{"num":197,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpguardianobserverooc"},{"num":198,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnplatimes"},{"num":199,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpnewyorktimes"},{"num":200,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnptimesofindia"},{"num":201,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpwallstreetjournal"},{"num":202,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/hnpwashingtonpost"},{"num":203,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/naturalscicollection"},{"num":204,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/socscijournals"},{"num":205,"value":"https://libproxy1.nus.edu.sg/login?url=https://search-proquest-com.libproxy1.nus.edu.sg/socialsciences/advanced?accountid=13876"},{"num":206,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/sociology"},{"num":207,"value":"https://libproxy1.nus.edu.sg/login?url=https://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=main&NEWS=n&DBC=y&D=psyf,psyb,psyh"},{"num":208,"value":"https://pubchem.ncbi.nlm.nih.gov/"},{"num":209,"value":"https://plos.org/"},{"num":210,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubmed.ncbi.nlm.nih.gov/?otool=isgnuslib"},{"num":211,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.ncbi.nlm.nih.gov/pmc/"},{"num":212,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.reaxys.com"},{"num":213,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.engineeringvillage2.org/controller/servlet/Controller?CID=quickSearch&database=131072"},{"num":214,"value":"https://libproxy1.nus.edu.sg/login?url=https://rclweb.net/"},{"num":215,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/Publishing/Journals/Index.asp"},{"num":216,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsc.org/Publishing/eBooks/index.asp"},{"num":217,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.rsmpress.co.uk/"},{"num":218,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/"},{"num":219,"value":"https://libproxy1.nus.edu.sg/login?url=https://royalsocietypublishing.org/journals"},{"num":220,"value":"https://libproxy1.nus.edu.sg/login?url=https://pubs-rsc-org.libproxy1.nus.edu.sg/"},{"num":221,"value":"https://libproxy1.nus.edu.sg/login?url=https://js.sagamorepub.com/"},{"num":222,"value":"https://libproxy1.nus.edu.sg/login?url=https://online.sagepub.com/"},{"num":223,"value":"https://libproxy1.nus.edu.sg/login?url=https://sk.sagepub.com/"},{"num":224,"value":"https://scholarbank.nus.edu.sg/"},{"num":225,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencemag.org/"},{"num":226,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.sciencedirect.com"},{"num":227,"value":"https://libproxy1.nus.edu.sg/login?url=https://scifinder-n.cas.org"},{"num":228,"value":"https://libproxy1.nus.edu.sg/login?url=https://scitation.aip.org/"},{"num":229,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.scopus.com/home.url"},{"num":230,"value":"https://libproxy1.nus.edu.sg/login?url=https://epubs.siam.org/journals"},{"num":231,"value":"https://linc.nus.edu.sg/search~S16?/Xsocial+science+premium&searchscope=16&SORT=A/Xsocial+science+premium&searchscope=16&SORT=A&SUBKEY=social+science+premium/1%2C14%2C14%2CB/frameset&FF=Xsocial+science+premium&searchscope=16&SORT=A&1%2C1%2C"},{"num":232,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=ssa"},{"num":233,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/socialservices"},{"num":234,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/socabs"},{"num":235,"value":"https://sdbs.db.aist.go.jp/sdbs/cgi-bin/cre_index.cgi?lang=eng"},{"num":236,"value":"https://libproxy1.nus.edu.sg/login?url=https://journals.spiedigitallibrary.org/journals.aspx"},{"num":237,"value":"https://libproxy1.nus.edu.sg/login?url=https://experiments.springernature.com"},{"num":238,"value":"https://libproxy1.nus.edu.sg/login?url=https://link.springer.com/search?facet-content-type=%22Journal%22"},{"num":239,"value":"https://libproxy1.nus.edu.sg/login?url=https://materials.springer.com"},{"num":240,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.statista.com/"},{"num":241,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.tandfonline.com"},{"num":242,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.arabidopsis.org/index.jsp"},{"num":243,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.cochranelibrary.com"},{"num":244,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.the-scientist.com/"},{"num":245,"value":"https://libproxy1.nus.edu.sg/login?url=https://infotrac.galegroup.com/itweb/nuslib?db=TTDA"},{"num":246,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.tripdatabase.com/"},{"num":247,"value":"https://libproxy1.nus.edu.sg/login?url=https://find.galegroup.com/menu/start?prod=DDRS-1&userGroupName=%%locid%%"},{"num":248,"value":"https://unstats.un.org/unsd/demographic/products/dyb/dyb2.htm"},{"num":249,"value":"https://unctadstat.unctad.org/EN/"},{"num":250,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.journals.uchicago.edu/"},{"num":251,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.uptodate.com/contents/search?unid=^u&srcsys=EZPX263832"},{"num":252,"value":"https://digitallibrary.usc.edu"},{"num":253,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/WOS"},{"num":254,"value":"https://libproxy1.nus.edu.sg/login?url=https://onlinelibrary.wiley.com"},{"num":255,"value":"https://onlinelibrary-wiley-com.libproxy1.nus.edu.sg/action/showPublications?PubType=refWork"},{"num":256,"value":"https://libproxy1.nus.edu.sg/login?url=https://authorservices.wiley.com/open-research/open-access/browse-journals.html"},{"num":257,"value":"https://www.who.int/publications"},{"num":258,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldreligiondatabase.org/wrd_default.asp"},{"num":259,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.worldscientific.com"},{"num":260,"value":"https://libproxy1.nus.edu.sg/login?url=https://search.proquest.com/wpsa"},{"num":261,"value":"https://libproxy1.nus.edu.sg/login?url=https://webofknowledge.com/ZOOREC"},{"num":262,"value":"https://libproxy1.nus.edu.sg/login?url=https://www.apabi.com/nus"},{"num":263,"value":"https://libproxy1.nus.edu.sg/login?url=https://libproxy1.nus.edu.sg/login?url=http://c.g.wanfangdata.com.hk/LocalChronicle.aspx"}],"default":"","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 054fffc..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/7.json +++ /dev/null @@ -1 +0,0 @@ -{"id":7,"name":"芜湖房地产交易信息网","url":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","links":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","create_time":"6/1/2023, 11:56:32 AM","version":"0.3.2","containJudge":false,"desc":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"\n\t\t\t\t\t\t\t伟星天玺\n\t\t\t\t\t\t\t规划用途:住宅、商业\n\t\t\t\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":"","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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","links":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3,4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/ul[1]/li[1]/a[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":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/ul[1]/li[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":4,"index":4,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '伟星')]","//DIV[@class='project-detail__name']"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\t\t\t伟星天玺\n\t\t\t\t\t\t\t规划用途:住宅、商业\n\t\t\t\t\t\t"}],"default":"","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 4a53c67..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/8.json +++ /dev/null @@ -1 +0,0 @@ -{"id":8,"name":"芜湖房地产交易信息网","url":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","links":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","create_time":"6/1/2023, 12:03:07 PM","version":"0.3.2","containJudge":false,"desc":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index"},{"id":1,"name":"loopTimes_循环_1","nodeId":5,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"\n\t\t\t\t\t\t\t伟星天玺\n\t\t\t\t\t\t\t规划用途:住宅、商业\n\t\t\t\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,5],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","links":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":3,"index":2,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[3,4],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/ul[1]/li[1]/a[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":""}},{"id":5,"index":3,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/ul[1]/li[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":6,"index":4,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '伟星')]","//DIV[@class='project-detail__name']"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\t\t\t伟星天玺\n\t\t\t\t\t\t\t规划用途:住宅、商业\n\t\t\t\t\t\t"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[2,6],"isInLoop":false,"position":1,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"laypage_next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/a[6]","//a[contains(., '>')]","//A[@class='laypage_next']"]}},{"id":4,"index":6,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":3,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"laypage_next\")]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/a[6]","//a[contains(., '>')]","//A[@class='laypage_next']"],"loopType":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 6867374..0000000 --- a/.temp_to_pub/EasySpider_windows_x64/execution_instances/9.json +++ /dev/null @@ -1 +0,0 @@ -{"id":9,"name":"芜湖房地产交易信息网","url":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","links":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","create_time":"6/1/2023, 12:03:07 PM","version":"0.3.2","containJudge":false,"desc":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index"},{"id":1,"name":"loopTimes_循环_1","nodeId":5,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"\n\t\t\t\t\t\t\t伟星天玺\n\t\t\t\t\t\t\t规划用途:住宅、商业\n\t\t\t\t\t\t"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,5],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","links":"https://www.whfdcjy.cn:8065/website/app/NewHouse/index","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":3,"index":2,"parentId":2,"type":1,"option":8,"title":"循环","sequence":[3,4],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/ul[1]/li[1]/a[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":""}},{"id":5,"index":3,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/ul[1]/li[1]/a[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":6,"index":4,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]","//div[contains(., '伟星')]","//DIV[@class='project-detail__name']"],"exampleValues":[{"num":0,"value":"\n\t\t\t\t\t\t\t伟星天玺\n\t\t\t\t\t\t\t规划用途:住宅、商业\n\t\t\t\t\t\t"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[2,6],"isInLoop":false,"position":1,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"laypage_next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/a[6]","//a[contains(., '>')]","//A[@class='laypage_next']"]}},{"id":4,"index":6,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":3,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"laypage_next\")]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[2]/div[3]/div[1]/div[1]/div[2]/div[1]/div[1]/a[6]","//a[contains(., '>')]","//A[@class='laypage_next']"],"loopType":0}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt b/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt index abeb24d..6f8dbc8 100644 --- a/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_windows_x64/软件使用说明.txt @@ -4,6 +4,8 @@ 支持Windows 10 x64及以上版本。 +Windows 7此版本无直接可用版本(因为Chrome 109是最后一个支持Windows 7的Chrome版本),但v0.2.0的32位版本可用,且可以通过自行编译软件来运行,因此如想使用Windows 7采集数据,请下载v0.2.0的32位版本或自行下载代码并编译:https://github.com/NaiboWang/EasySpider/releases/tag/v0.2.0 + 视频教程:https://www.bilibili.com/video/BV1Fk4y1L7xX/ 这个软件绝对不是特洛伊木马/病毒!如果被像Windows Defender这样的杀毒软件误认为是病毒,请进行恢复,或者打开“EasySpider.bat”来运行我们的软件。 @@ -13,6 +15,28 @@ ======版本更新说明====== +-----v0.3.2----- + +## 更新说明 + +1. 选中子元素操作可删除字段并在浏览器中实时取消标记被删除的字段。 + + +2. 选中子元素增加选择模式,可以只选择所有块都有的子元素,或者所有块中和第一个选中的块相同的子元素。 + + +3. 输入文字和打开网页选项中可以使用最后一次提取到的字段值**作为变量**进行文字输入,用`Field["字段名"]`表示此变量。 +![image](https://github.com/NaiboWang/EasySpider/assets/30287768/d81cd082-e01a-490e-85f7-9baac93510d8) + +4. 可下载文件,如PDF。 +5. 修复打开后有可能会白屏10秒左右的Bug,使得在内网,暗网以及任意局域网都可以使用软件。 +6. 修复提取当前页面URL和标题时可能提取不到的bug。 +7. 修复OCR识别可能提取不到的bug。 +8. 提取逻辑更新为每采集10条本地保存一次。 +9. 修改任务时默认锚点位置为任务流程的最后操作后。 +10. 更新Chrome版本为114。 + + -----v0.3.1----- ### 强烈建议大家观看新特性讲解视频 diff --git a/.temp_to_pub/EasySpider_windows_x86/readme.txt b/.temp_to_pub/EasySpider_windows_x86/readme.txt index 836defa..c02d027 100644 --- a/.temp_to_pub/EasySpider_windows_x86/readme.txt +++ b/.temp_to_pub/EasySpider_windows_x86/readme.txt @@ -4,6 +4,8 @@ Welcome to promote this software to other friends. This version is for Windows 10 x32 and above. +The Windows version supports **Windows 10 and above**. There is no direct usable version available for Windows 7, but the [32-bit version](https://github.com/NaiboWang/EasySpider/releases/download/v0.2.0/EasySpider_0.2.0_windows_386.7z) of [v0.2.0](https://github.com/NaiboWang/EasySpider/releases/download/v0.2.0) is available and can be run by compiling the software yourself. Therefore, if you want to use Windows 7 for data collection, please download the 32-bit version of v0.2.0 or download the code and compile it yourself. + Video Tutorial: https://youtube.com/playlist?list=PL0kEFEkWrT7mt9MUlEBV2DTo1QsaanUTp The software is totally not trojan/virus! If mistaken by antivirus software such as Windows Defender as a virus, please recover it, or open "EasySpider.bat" to run our software instead. @@ -13,6 +15,21 @@ Tasks can be imported from other machines by simply placing the .json files from ======Version New Features====== +-----v0.3.2----- + +## Update Instruction + +1. Selected child element operations can delete fields and unmark deleted fields in real-time in the browser. +2. Selecting child elements adds a selection mode that allows you to choose only the child elements that are present in all blocks or the child elements that are the same as the first selected block. +3. In the text input and webpage open options, you can use the extracted field value as a variable for text input, represented by Field["field_name"]. +4. Files can be downloaded, such as PDF files. +5. Fixed a bug where the software could display a blank screen for about 10 seconds after opening, making it usable in intranets, darknets, and any local network. +6. Fixed a bug where the current page URL and title could not be extracted. +7. Fixed a bug where OCR recognition could fail to extract information. +8. Updated extraction logic to save locally every 10 records collected. +9. When modifying a task, the default anchor position is set to after the last operation in the task flow. +10. Updated Chrome version to 114. + -----v0.3.1----- ## Update Instruction diff --git a/.temp_to_pub/EasySpider_windows_x86/tasks/34.json b/.temp_to_pub/EasySpider_windows_x86/tasks/34.json new file mode 100644 index 0000000..af4d33f --- /dev/null +++ b/.temp_to_pub/EasySpider_windows_x86/tasks/34.json @@ -0,0 +1 @@ +{"id":34,"name":"京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"6/8/2023, 12:35:53 AM","version":"0.3.2","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":4,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"Field[\"1\"]","value":"Field[\"1\"]"}],"outputParameters":[{"id":0,"name":"参数1","desc":"","type":"string","exampleValue":"奥克斯(AUX)洗衣机全自动波轮家用小型宿舍租房婴幼儿童大容量 洗脱一体 42 强力风干+仿生手洗 推荐单人使用¥418"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"//miaosha.jd.com/#39879969657"},{"id":2,"name":"参数3_图片地址","desc":"","type":"string","exampleValue":"//img20.360buyimg.com/seckillcms/s280x280_jfs/t20260601/202193/22/35910/13939/6479e744F019a2081/277420b89714f421.png.avif"},{"id":3,"name":"1","desc":"","type":"string","exampleValue":"奥克斯(AUX)洗衣机全自动波轮家用小型宿舍租房婴幼儿童大容量洗脱一体42强力风干+仿生手洗推荐单人使用"},{"id":4,"name":"参数5_文本","desc":"","type":"string","exampleValue":"¥"},{"id":5,"name":"参数6_文本","desc":"","type":"string","exampleValue":"418"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a","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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '奥克斯(AUX)洗衣')]","//A[@class='slider_item seckill-item slider_active']"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1","desc":"","relativeXPath":"","allXPaths":["","//a[contains(., '奥克斯(AUX)洗衣')]","//A[@class='slider_item seckill-item slider_active']"],"exampleValues":[{"num":0,"value":"奥克斯(AUX)洗衣机全自动波轮家用小型宿舍租房婴幼儿童大容量 洗脱一体 42 强力风干+仿生手洗 推荐单人使用¥418"},{"num":1,"value":"Apple iPhone 11 Pro max 苹果11promax 全网通4G 国行 二手手机 11ProMax暗夜绿 【99新】256G换品牌电池(效率100%)¥3349"},{"num":2,"value":"云鹿 一体化智能门Y2 防盗门甲级入户门安全门子母门人脸识别接入米家 砂纹灰单门 960*2050¥6999"},{"num":3,"value":"佳能(Canon)EOS 4000D 单反数码相机+18-55mm III镜头 APS-C画幅 【直邮清关,速度更快】¥2549"},{"num":4,"value":"奥克斯(AUX)洗衣机全自动波轮家用小型宿舍租房婴幼儿童大容量 洗脱一体 42 强力风干+仿生手洗 推荐单人使用¥418"},{"num":5,"value":"Apple iPhone 11 Pro max 苹果11promax 全网通4G 国行 二手手机 11ProMax暗夜绿 【99新】256G换品牌电池(效率100%)¥3349"},{"num":6,"value":"云鹿 一体化智能门Y2 防盗门甲级入户门安全门子母门人脸识别接入米家 砂纹灰单门 960*2050¥6999"},{"num":7,"value":"佳能(Canon)EOS 4000D 单反数码相机+18-55mm III镜头 APS-C画幅 【直邮清关,速度更快】¥2549"}],"unique_index":"","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":["","//a[contains(., '奥克斯(AUX)洗衣')]","//A[@class='slider_item seckill-item slider_active']"],"exampleValues":[{"num":0,"value":"//miaosha.jd.com/#39879969657"},{"num":1,"value":"//miaosha.jd.com/#10047398687687"},{"num":2,"value":"//miaosha.jd.com/#10061942389042"},{"num":3,"value":"//miaosha.jd.com/#100037516745"},{"num":4,"value":"//miaosha.jd.com/#39879969657"},{"num":5,"value":"//miaosha.jd.com/#10047398687687"},{"num":6,"value":"//miaosha.jd.com/#10061942389042"},{"num":7,"value":"//miaosha.jd.com/#100037516745"}],"unique_index":"","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"参数3_图片地址","desc":"","relativeXPath":"/div[1]/img[1]","allXPaths":["/div[1]/img[1]","//img[contains(., '')]","//IMG[@class='lazyimg_img']"],"exampleValues":[{"num":0,"value":"//img20.360buyimg.com/seckillcms/s280x280_jfs/t20260601/202193/22/35910/13939/6479e744F019a2081/277420b89714f421.png.avif"},{"num":1,"value":"//img14.360buyimg.com/seckillcms/s280x280_jfs/t20260601/120348/30/33896/14392/64797215F0205c92c/c388ddc0e4f62808.jpg.avif"},{"num":2,"value":"//img14.360buyimg.com/seckillcms/s280x280_jfs/t20260524/125510/3/33243/4591/646edabdF69977d6d/a796ac35b5957956.png.avif"},{"num":3,"value":"//img12.360buyimg.com/seckillcms/s280x280_jfs/t1/78334/34/24713/85444/647d8e9aF32328819/0cba2b27826b257c.jpg.avif"},{"num":4,"value":"//img20.360buyimg.com/seckillcms/s280x280_jfs/t20260601/202193/22/35910/13939/6479e744F019a2081/277420b89714f421.png.avif"},{"num":5,"value":"//img14.360buyimg.com/seckillcms/s280x280_jfs/t20260601/120348/30/33896/14392/64797215F0205c92c/c388ddc0e4f62808.jpg.avif"},{"num":6,"value":"//img14.360buyimg.com/seckillcms/s280x280_jfs/t20260524/125510/3/33243/4591/646edabdF69977d6d/a796ac35b5957956.png.avif"},{"num":7,"value":"//img12.360buyimg.com/seckillcms/s280x280_jfs/t1/78334/34/24713/85444/647d8e9aF32328819/0cba2b27826b257c.jpg.avif"}],"unique_index":"/div[1]/img[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"1","desc":"","relativeXPath":"/h6[1]","allXPaths":["/h6[1]","//h6[contains(., '奥克斯(AUX)洗衣')]","//H6[@class='seckill-item__name']"],"exampleValues":[{"num":0,"value":"奥克斯(AUX)洗衣机全自动波轮家用小型宿舍租房婴幼儿童大容量洗脱一体42强力风干+仿生手洗推荐单人使用"},{"num":1,"value":"AppleiPhone11Promax苹果11promax全网通4G国行二手手机11ProMax暗夜绿【99新】256G换品牌电池(效率100%)"},{"num":2,"value":"云鹿一体化智能门Y2防盗门甲级入户门安全门子母门人脸识别接入米家砂纹灰单门960*2050"},{"num":3,"value":"佳能(Canon)EOS4000D单反数码相机+18-55mmIII镜头APS-C画幅【直邮清关,速度更快】"},{"num":4,"value":"奥克斯(AUX)洗衣机全自动波轮家用小型宿舍租房婴幼儿童大容量洗脱一体42强力风干+仿生手洗推荐单人使用"},{"num":5,"value":"AppleiPhone11Promax苹果11promax全网通4G国行二手手机11ProMax暗夜绿【99新】256G换品牌电池(效率100%)"},{"num":6,"value":"云鹿一体化智能门Y2防盗门甲级入户门安全门子母门人脸识别接入米家砂纹灰单门960*2050"},{"num":7,"value":"佳能(Canon)EOS4000D单反数码相机+18-55mmIII镜头APS-C画幅【直邮清关,速度更快】"}],"unique_index":"/h6[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数5_文本","desc":"","relativeXPath":"/div[2]/span[1]/i[1]","allXPaths":["/div[2]/span[1]/i[1]","//i[contains(., '¥')]"],"exampleValues":[{"num":0,"value":"¥"},{"num":1,"value":"¥"},{"num":2,"value":"¥"},{"num":3,"value":"¥"},{"num":4,"value":"¥"},{"num":5,"value":"¥"},{"num":6,"value":"¥"},{"num":7,"value":"¥"}],"unique_index":"/div[2]/span[1]/i[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数6_文本","desc":"","relativeXPath":"/div[2]/span[1]/span[1]","allXPaths":["/div[2]/span[1]/span[1]","//span[contains(., '418')]"],"exampleValues":[{"num":0,"value":"418"},{"num":1,"value":"3349"},{"num":2,"value":"6999"},{"num":3,"value":"2549"},{"num":4,"value":"418"},{"num":5,"value":"3349"},{"num":6,"value":"6999"},{"num":7,"value":"2549"}],"unique_index":"/div[2]/span[1]/span[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"key\"]","wait":20,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Field[\"1\"]","allXPaths":["/html/body/div[1]/div[4]/div[1]/div[2]/div[1]/div[2]/input[1]","//input[contains(., '')]","id(\"key\")","//INPUT[@class='text']"]}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x86/tasks/35.json b/.temp_to_pub/EasySpider_windows_x86/tasks/35.json new file mode 100644 index 0000000..e259bec --- /dev/null +++ b/.temp_to_pub/EasySpider_windows_x86/tasks/35.json @@ -0,0 +1 @@ +{"id":35,"name":"京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!","url":"https://www.jd.com","links":"Field[\"参数1_链接地址\"]","create_time":"6/8/2023, 12:37:20 AM","version":"0.3.2","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"urlList_1","nodeId":3,"nodeName":"打开网页","value":"Field[\"参数1_链接地址\"]","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"Field[\"参数1_链接地址\"]"}],"outputParameters":[{"id":0,"name":"参数1_链接地址","desc":"","type":"string","exampleValue":"https://pro.jd.com/mall/active/36yPbWm4JqFrmTgABydz6GkWNkca/index.html"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":2,"contentType":0,"relative":false,"name":"参数1_链接地址","desc":"","relativeXPath":"/html/body/div[1]/div[4]/div[1]/div[4]/ul[1]/li[1]/a[1]","allXPaths":["/html/body/div[1]/div[4]/div[1]/div[4]/ul[1]/li[1]/a[1]","//a[contains(., '京东超市')]","//A[@class='navitems-lk']"],"exampleValues":[{"num":0,"value":"https://pro.jd.com/mall/active/36yPbWm4JqFrmTgABydz6GkWNkca/index.html"}],"unique_index":"j7p3sc19pblilxn0ey","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":3,"index":3,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"about:blank","links":"Field[\"参数1_链接地址\"]","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}}]} \ No newline at end of file diff --git a/.temp_to_pub/EasySpider_windows_x86/tasks/36.json b/.temp_to_pub/EasySpider_windows_x86/tasks/36.json new file mode 100644 index 0000000..9aa1b26 --- /dev/null +++ b/.temp_to_pub/EasySpider_windows_x86/tasks/36.json @@ -0,0 +1 @@ +{"id":36,"name":"京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"6/8/2023, 12:39:11 AM","version":"0.3.2","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_图片页面标题","desc":"","type":"string","exampleValue":"京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!"},{"id":1,"name":"参数2_页面网址","desc":"","type":"string","exampleValue":"https://www.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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":4,"contentType":6,"relative":false,"name":"参数1_图片页面标题","desc":"","extractType":0,"relativeXPath":"/html/body/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/li[3]/a[1]/img[1]","allXPaths":["/html/body/div[1]/div[5]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/li[3]/a[1]/img[1]","//img[contains(., '')]","//IMG[@class='focus-item-img']"],"exampleValues":[{"num":0,"value":"京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!"}],"unique_index":"n5npo776r8rlilxpm39","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":3,"contentType":5,"relative":false,"name":"参数2_页面网址","desc":"","extractType":0,"relativeXPath":"/html/body/div[1]/div[4]/div[1]/div[2]/div[1]/div[2]/input[1]","allXPaths":["/html/body/div[1]/div[4]/div[1]/div[2]/div[1]/div[2]/input[1]","//input[contains(., '')]","id(\"key\")","//INPUT[@class='text']"],"exampleValues":[{"num":0,"value":"https://www.jd.com/"}],"unique_index":"rr4qi9i0fmlilxppvw","default":"","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_x86/软件使用说明.txt b/.temp_to_pub/EasySpider_windows_x86/软件使用说明.txt index dc6fd11..022fc0f 100644 --- a/.temp_to_pub/EasySpider_windows_x86/软件使用说明.txt +++ b/.temp_to_pub/EasySpider_windows_x86/软件使用说明.txt @@ -4,6 +4,8 @@ 支持Windows 10 x32及以上版本。 +Windows 7此版本无直接可用版本(因为Chrome 109是最后一个支持Windows 7的Chrome版本),但v0.2.0的32位版本可用,且可以通过自行编译软件来运行,因此如想使用Windows 7采集数据,请下载v0.2.0的32位版本或自行下载代码并编译:https://github.com/NaiboWang/EasySpider/releases/tag/v0.2.0 + 视频教程:https://www.bilibili.com/video/BV1Fk4y1L7xX/ 这个软件绝对不是特洛伊木马/病毒!如果被像Windows Defender这样的杀毒软件误认为是病毒,请进行恢复,或者打开“EasySpider.bat”来运行我们的软件。 @@ -12,6 +14,27 @@ ======版本更新说明====== +-----v0.3.2----- + +## 更新说明 + +1. 选中子元素操作可删除字段并在浏览器中实时取消标记被删除的字段。 + + +2. 选中子元素增加选择模式,可以只选择所有块都有的子元素,或者所有块中和第一个选中的块相同的子元素。 + + +3. 输入文字和打开网页选项中可以使用最后一次提取到的字段值**作为变量**进行文字输入,用`Field["字段名"]`表示此变量。 +![image](https://github.com/NaiboWang/EasySpider/assets/30287768/d81cd082-e01a-490e-85f7-9baac93510d8) + +4. 可下载文件,如PDF。 +5. 修复打开后有可能会白屏10秒左右的Bug,使得在内网,暗网以及任意局域网都可以使用软件。 +6. 修复提取当前页面URL和标题时可能提取不到的bug。 +7. 修复OCR识别可能提取不到的bug。 +8. 提取逻辑更新为每采集10条本地保存一次。 +9. 修改任务时默认锚点位置为任务流程的最后操作后。 +10. 更新Chrome版本为114。 + -----v0.3.1----- diff --git a/ElectronJS/tasks/98.json b/ElectronJS/tasks/98.json new file mode 100644 index 0000000..9317dbf --- /dev/null +++ b/ElectronJS/tasks/98.json @@ -0,0 +1 @@ +{"id":98,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"6/7/2023, 11:55:54 PM","version":"0.3.2","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":4,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"男Field[\"商品类别\"]女","value":"男Field[\"商品类别\"]女"}],"outputParameters":[{"id":0,"name":"参数3_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"},{"id":1,"name":"参数4_文本","desc":"","type":"string","exampleValue":"/"},{"id":2,"name":"商品类别","desc":"","type":"string","exampleValue":"数码"},{"id":3,"name":"参数6_链接地址","desc":"","type":"string","exampleValue":"https://shuma.jd.com/"},{"id":4,"name":"参数14_文本","desc":"","type":"string","exampleValue":"7919.00"},{"id":5,"name":"参数17_文本","desc":"","type":"string","exampleValue":"Apple14ProMax(A2896)256GB暗紫色支持移动联通电信5G双卡双待手机【大王卡】"},{"id":6,"name":"参数21_链接文本","desc":"","type":"string","exampleValue":"10万+"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5,6],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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","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[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":6,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":2,"contentType":0,"relative":true,"name":"参数3_链接地址","desc":"","relativeXPath":"/a[1]","allXPaths":["/a[1]","//a[contains(., '手机')]"],"exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":2,"value":"https://diannao.jd.com/"},{"num":3,"value":"https://channel.jd.com/jf.html"},{"num":4,"value":"https://channel.jd.com/furniture.html"},{"num":5,"value":"https://channel.jd.com/underwear.html"},{"num":6,"value":"https://channel.jd.com/bag.html"},{"num":7,"value":"https://phat.jd.com/10-109.html"},{"num":8,"value":"https://che.jd.com/"},{"num":9,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":10,"value":"https://toy.jd.com/"},{"num":11,"value":"https://channel.jd.com/beauty.html"},{"num":12,"value":"https://book.jd.com/"}],"unique_index":"/a[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数4_文本","desc":"","relativeXPath":"/span[2]","allXPaths":["/span[2]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":0,"value":"/"},{"num":2,"value":"/"},{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":8,"value":"/"},{"num":9,"value":"/"},{"num":10,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"unique_index":"/span[2]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"商品类别","desc":"","relativeXPath":"/a[2]","allXPaths":["/a[2]","//a[contains(., '数码')]"],"exampleValues":[{"num":0,"value":"数码"},{"num":2,"value":"办公"},{"num":3,"value":"家居"},{"num":4,"value":"家装"},{"num":5,"value":"男装"},{"num":6,"value":"钟表"},{"num":7,"value":"户外"},{"num":8,"value":"车载电器"},{"num":9,"value":"洗护喂养"},{"num":10,"value":"宠物生活"},{"num":11,"value":"个人护理"},{"num":12,"value":"童书"}],"unique_index":"/a[2]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数6_链接地址","desc":"","relativeXPath":"/a[2]","allXPaths":["/a[2]","//a[contains(., '数码')]"],"exampleValues":[{"num":0,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://bg.jd.com/"},{"num":3,"value":"https://channel.jd.com/home.html"},{"num":4,"value":"https://jzjc.jd.com/"},{"num":5,"value":"https://channel.jd.com/1315-1342.html"},{"num":6,"value":"https://channel.jd.com/watch.html"},{"num":7,"value":"https://channel.jd.com/outdoor.html"},{"num":8,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":9,"value":"https://channel.jd.com/feed.html"},{"num":10,"value":"https://channel.jd.com/pet.html"},{"num":11,"value":"https://lady.jd.com/"},{"num":12,"value":"https://book.jd.com/children.html"}],"unique_index":"/a[2]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"key\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"男Field[\"商品类别\"]女","allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/input[1]","//input[contains(., '')]","id(\"key\")","//INPUT[@class='text defcolor']"]}},{"id":4,"index":5,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search-btn\"]/i[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/button[1]/i[1]","//i[contains(., '')]"]}},{"id":5,"index":6,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":false,"position":4,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li/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[5]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/div[1]","//div[contains(., '')]","//DIV[@class='gl-i-wrap']"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数14_文本","desc":"","relativeXPath":"/div[3]/strong[1]/i[1]","allXPaths":["/div[3]/strong[1]/i[1]","//i[contains(., '7919.00')]"],"exampleValues":[{"num":0,"value":"7919.00"},{"num":1,"value":"4299.00"},{"num":2,"value":"6299.00"},{"num":3,"value":"4099.00"},{"num":4,"value":"8699.00"},{"num":5,"value":"11699.00"},{"num":6,"value":"7999.00"},{"num":7,"value":"7899.00"},{"num":8,"value":"3888.00"},{"num":9,"value":"2229.00"},{"num":10,"value":"1929.00"},{"num":11,"value":"7899.00"},{"num":12,"value":"2639.00"},{"num":13,"value":"6999.00"},{"num":14,"value":"6299.00"},{"num":15,"value":"4699.00"},{"num":16,"value":"3658.00"},{"num":17,"value":"3688.00"},{"num":18,"value":"3399.00"},{"num":19,"value":"5559.00"},{"num":20,"value":"3399.00"},{"num":21,"value":"4859.00"},{"num":22,"value":"6069.00"},{"num":23,"value":"12499.00"},{"num":24,"value":"5399.00"},{"num":25,"value":"5699.00"},{"num":26,"value":"3288.00"},{"num":27,"value":"4099.00"},{"num":28,"value":"4738.00"},{"num":29,"value":"5399.00"}],"unique_index":"/div[3]/strong[1]/i[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数17_文本","desc":"","relativeXPath":"/div[4]/a[1]/em[1]","allXPaths":["/div[4]/a[1]/em[1]","//em[contains(., 'Apple iPho')]"],"exampleValues":[{"num":0,"value":"Apple14ProMax(A2896)256GB暗紫色支持移动联通电信5G双卡双待手机【大王卡】"},{"num":1,"value":"激活未使用Apple苹果1313(A2634)5G国行二手手机午夜黑128G全网通【电池效率100%】准新"},{"num":2,"value":"Apple14(A2884)256GB星光色支持移动联通电信5G双卡双待手机【大王卡】"},{"num":3,"value":"激活未使用Apple13(A2634)国行二手苹果手机原装5G全网通午夜黑128G全网通99成新"},{"num":4,"value":"Apple14Pro(A2892)256GB深空黑色支持移动联通电信5G双卡双待手机【大王卡】"},{"num":5,"value":"Apple14ProMax512GB暗紫色A2896手机支持移动联通电信5GMQ8G3CH/A【企业客户专享】"},{"num":6,"value":"Apple14Pro128GB银色A2892手机支持移动联通电信5GMPXY3CH/A【店铺专享】"},{"num":7,"value":"Apple14Pro(A2892)128GB银色支持移动联通电信5G双卡双待手机【大王卡】"},{"num":8,"value":"Apple/苹果12proMax双卡双待5G苹果12全网通12Pro苹果手机12_双卡5G_6.1寸_紫色官方标配_5G双卡普通64GB"},{"num":9,"value":"苹果XSMax双卡双待苹果XR全网通xs苹果手机x_X_[黑色]5.8寸官方标配_普通64G"},{"num":10,"value":"Apple/苹果XR双卡双待苹果X全网通苹果手机x_X_[白色]5.8寸官方标配_普通64GB"},{"num":11,"value":"Apple14Pro(A2892)128GB金色支持移动联通电信5G双卡双待手机【大王卡】"},{"num":12,"value":"苹果XSMax双卡双待苹果XR全网通xs苹果手机x_X_[白色]5.8寸官方标配_普通256G"},{"num":13,"value":"激活未使用Apple苹果13ProMax13ProMax全网通二手5G手机远峰蓝色256G全网通【电池效率100%】准新"},{"num":14,"value":"激活未使用Apple苹果13Pro13Pro5G国行二手5G手机远峰蓝色256G全网通【电池效率100%】准新"},{"num":15,"value":"激活未使用苹果13Apple13(A2634)二手5G手机国行双卡双待准新星光色256G全网通【电池效率100%】"},{"num":16,"value":"2022新款Apple苹果14全系列美版有锁支持移动联通电信不能插卡ESIM14蓝色128GB美版有锁"},{"num":17,"value":"Apple/苹果11proMax双卡双待苹果11全网通11Pro苹果手机苹果_11_6.1寸_白色官方标配_普通256GB"},{"num":18,"value":"Apple苹果1321款(美版有锁)苹果13美版单卡全新未激活手机智能手机13黑色128GB美版有锁单卡"},{"num":19,"value":"Apple13(A2634)256GB蓝色支持移动联通电信5G双卡双待手机"},{"num":20,"value":"Apple苹果13promax美版有锁带卡贴全新机13promax支持移动联通电信卡贴机13黑色128G美版有锁"},{"num":21,"value":"Apple/苹果13proMax双卡双待5G苹果13全网通13Pro苹果手机苹果13【6.1寸】双卡_黑色苹果13【6.1寸】官方标配_5G双卡普通128G"},{"num":22,"value":"Apple14Plus(A2888)128GB黄色支持移动联通电信5G双卡双待手机"},{"num":23,"value":"Apple14Pro1TB金色A2892手机支持移动联通电信5GMQ2R3CH/A【店铺专享】"},{"num":24,"value":"Apple苹果14Pro苹果14Promax(美版有锁)原版不支持插卡14Pro紫色128G美版【eSIM】不能插卡"},{"num":25,"value":"Apple苹果14Pro苹果14Promax(美版有锁)不支持插卡分期免息14Promax紫色128G美版【90天碎屏】"},{"num":26,"value":"Apple/苹果11双卡双待苹果11全网通苹果手机苹果_11_6.1寸_黑色官方标配_普通128G"},{"num":27,"value":"激活未使用苹果13Apple13(A2634)二手5G手机国行双卡双待星光色128G全网通【电池效率】99成新"},{"num":28,"value":"Apple/苹果12proMax双卡双待5G苹果12通12Pro苹果手机12_双卡5G_6.1寸_红色官方标配_5G双卡普通256G"},{"num":29,"value":"Apple14128GB午夜色A2884手机支持移动联通电信5GMPU93CH/A【企业客户专享】"}],"unique_index":"/div[4]/a[1]/em[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数21_链接文本","desc":"","relativeXPath":"/div[5]/strong[1]/a[1]","allXPaths":["/div[5]/strong[1]/a[1]","//a[contains(., '10万+')]","id(\"J_comment_100038089763\")"],"exampleValues":[{"num":0,"value":"10万+"},{"num":1,"value":"2000+"},{"num":2,"value":"5万+"},{"num":3,"value":"1000+"},{"num":4,"value":"10万+"},{"num":5,"value":"2000+"},{"num":6,"value":"200+"},{"num":7,"value":"5000+"},{"num":8,"value":"10"},{"num":9,"value":"4"},{"num":10,"value":"13"},{"num":11,"value":"1000+"},{"num":12,"value":"52"},{"num":13,"value":"1000+"},{"num":14,"value":"1000+"},{"num":15,"value":"2000+"},{"num":16,"value":"20"},{"num":17,"value":"61"},{"num":18,"value":"28"},{"num":19,"value":"9"},{"num":20,"value":"23"},{"num":21,"value":"1"},{"num":22,"value":"100+"},{"num":23,"value":"21"},{"num":24,"value":"20"},{"num":25,"value":"0"},{"num":26,"value":"1"},{"num":27,"value":"0"},{"num":28,"value":"0"},{"num":29,"value":"1万+"}],"unique_index":"/div[5]/strong[1]/a[1]","default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/ElectronJS/tasks/99.json b/ElectronJS/tasks/99.json new file mode 100644 index 0000000..0afcfef --- /dev/null +++ b/ElectronJS/tasks/99.json @@ -0,0 +1 @@ +{"id":99,"name":"[2305.07067] SigRec: Automatic Recovery of Function Signatures in Smart Contracts","url":"https://arxiv.org/abs/2305.07067","links":"https://arxiv.org/abs/2305.07067","create_time":"6/7/2023, 11:59:18 PM","version":"0.3.2","containJudge":false,"desc":"https://arxiv.org/abs/2305.07067","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://arxiv.org/abs/2305.07067","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://arxiv.org/abs/2305.07067"}],"outputParameters":[],"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,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://arxiv.org/abs/2305.07067","links":"https://arxiv.org/abs/2305.07067","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"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, \"download-pdf\")]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[2]/main[1]/div[1]/div[1]/div[2]/div[1]/ul[1]/li[1]/a[1]","//a[contains(., 'PDF')]","//A[@class='abs-button download-pdf']"]}}]} \ No newline at end of file