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

Replacing px with rem in vue project

unscramble 1. Why is the width of the mobile page rendering 640 or 750? To be honest, of course, but for the sake of specification, 640 or 750 is relatively appropriate. Take the Iphone 5s for example. Its css pixel width is 320px. Because its dpr=2, its physical pixel width is 320 Γ— 2 = 640px, which is why you cut a picture in 5s a ...

Added by madsporkmurderer on Fri, 21 Jan 2022 15:45:52 +0200

jsp's built-in object, scope and servlet are briefly introduced

1. 9 built-in objects of JSP (used directly without creating) pageContext, page, page Request completes a request and the response object responds Session one session, application the whole server, exception exception exception, out output object, config configuration 2.4 large scope (different scope of storage attributes < scope &gt ...

Added by manishsinha27 on Thu, 20 Jan 2022 18:53:13 +0200

[HTML for reconstructing the front-end knowledge system] takes you to recall those vague HTML tags

[HTML for reconstructing the front-end knowledge system] takes you to recall those vague HTML tags introduction In the previous section, it was said that HTML is a markup language, so the most important thing is tags, that is, tags. So many labels? Want to write it all here? Of course not. Common tags will be explained here. (up to 70% in commo ...

Added by pha3dr0n on Thu, 20 Jan 2022 16:43:30 +0200

1000 powder! Use three JS make an exclusive 3D Medal πŸ₯‡

backgroundThe defense is broken 😭! Suddenly, I found that the number of fans of SegmentFault platform has exceeded 1000. It is the first of my three blog platforms nuggets, blog Garden and SegmentFault to exceed 1000. So I designed and developed this page to commemorate it. Thank you very much for your attention πŸ™οΌŒ In the future, I will pay ...

Added by wrathyimp on Thu, 20 Jan 2022 14:13:55 +0200

Vue core knowledge summary (super classic, real-time update)

1. Getting started with Vue Basics 1.1 scaffold environment installation Vue Installation of scaffold # Install @ vue/cli cnpm i -g @vue/cli 1.2. Create Vue project Create a project folder locally, such as d:\project, run cmd in this directory, and then execute the following command: # Create project vue create myapp # Select the in ...

Added by blueman378 on Thu, 20 Jan 2022 11:14:36 +0200

HTML making game console model (simple)

A small task of the school Mobile Innovation Application Association is to make a virtual game handle with HTML. It looks very fresh, and I'm not very familiar with the front end, so I'll try it. Let's look at the concept map first: (concept map is a concept map after all πŸ˜…) It looks troublesome, red, blue, red and blu ...

Added by shadow_blade47 on Thu, 20 Jan 2022 07:33:28 +0200

[HTML for reconstructing the front-end knowledge system] takes you to recall those vague HTML tags

[HTML for reconstructing the front-end knowledge system] takes you to recall those vague HTML tagsintroductionIn the previous section, it was said that HTML is a markup language, so the most important thing is tags, that is, tags.So many labels? Want to write it all here?Of course not. Common tags will be explained here. (up to 70% in common us ...

Added by cwiddowson on Thu, 20 Jan 2022 07:01:40 +0200

SASS and Compass study notes and using SASS in vue

preface A simple blog about learning SASS 1, Install SASS SASS is developed based on Ruby language, so we need to use SASS first Install RubyAfter installation, we can install SASS. Open the command line window and enter gem install sassThen test whether it is installed. On the command line, enter sass -v to display the version num ...

Added by jalbey on Thu, 20 Jan 2022 00:40:33 +0200

[Web] HTML Basics - understand the basic structure of HMTL + the use of common tags

πŸ“’ Blog home page: πŸ€ Bryant typing the codeπŸ€ πŸ“’ Welcome to praise πŸ‘ Collection ⭐ Leaving a message. πŸ“ Welcome to discuss! πŸ‘ πŸ“’ This article was originally written by [Bryant who knocked the code], and was first launched in CSDN πŸ™‰πŸ™‰πŸ™‰ πŸ“’ Since the blogger is learning Xiaobai, there will inevitably be mistakes. If you have any questions, ...

Added by appels on Thu, 20 Jan 2022 00:18:31 +0200