Crawler project 17: easily climb down Zhilian recruitment with Python to recruit 7000 recruitment messages
preface
Use Python requests + selenium to crawl the national recruitment data in Zhilian recruitment. If you read my previous articles, you should know that we have written a crawler that uses selenium to climb Zhilian recruitment
Tip: the following is the main content of this article. The following cases can be used for reference
My ...
Added by mikeglaz on Tue, 08 Mar 2022 17:08:15 +0200
Use selenium+chromedriver+xpath to crawl dynamically loaded information
Use selenium+chromedriver+xpath to crawl dynamically loaded information
Use selenium to crawl dynamically rendered pages. Selenium is a browser automation testing framework and a tool for Web application testing. It can run directly in the browser and drive the browser to perform specified actions, such as click, drop-down, fill in data, del ...
Added by dujed on Fri, 11 Feb 2022 13:56:32 +0200
[npuctf2020] ezlogin XPath injection learning
[npuctf2020] ezlogin XPath injection learning After entering this question, there is a simple login page. I took the imperial sword and didn't sweep out anything else. I tried a simple sql injection and didn't show any echo. If it exploded, he had a token that was refreshing all the time, so it would be a little troublesome. I shouldn't take t ...
Added by Nexy on Thu, 10 Feb 2022 23:17:39 +0200
Understand XML technology in one article
Learning objectives
I XML overview
1 Concept
XML (Extensible Markup Language): Extensible Markup Language
Extensible: all labels are customized.
2 development process
Both HTML and XML are standards formulated by W3C (World Wide Web Consortium). At first, the syntax of HTML was too loose, so W3C formulated ...
Added by pnj on Fri, 04 Feb 2022 14:27:07 +0200
xpath crawls to university ranking 700 (python3)
@TOC xpath crawls to university ranking 700 (python3)
Reptile thinking
There are no more than four steps for a crawler, [find data], [parse data], [extract data], [save data]
Find data
Data found. Find the website you want to crawl, the content you want to crawl, and the website of this article : http://www.gaosan.com/gaokao/196075.html , ...
Added by cwncool on Fri, 21 Jan 2022 18:08:55 +0200