vite + vue3 + setup + pinia + ts project practice

introduce A project developed by using vite + vue3 + pinia + ant design Vue + typescript complete technical route, with the launch of second level development update, the new vue3 composition api combined with setup to enjoy the silky development experience, the new pinia state manager and excellent design experience (1k size), the barrier fre ...

Posted by somenoise on Wed, 09 Mar 2022 01:17:43 +0100

**python crawls Tencent videos through crawling requests**

The first time I wrote a blog, my original intention was to share my knowledge with you. Also pour down their own, uncomfortable and happy in the process. If you want to see the process, just look at it. What you don't want to see can also be directly at the bottom? Take the code away. Cause: it's because my girlfriend and another friend who i ...

Posted by Venkatesh on Tue, 08 Mar 2022 20:00:11 +0100

Puppeter Usage Summary

Article catalogue NodeJS environment configuration MAC configuration Installation mode 2:node version management: Linux configurationWindows configuration Development environment initialization Basic environmentBaidu OCR dockingMy example code Docker deploymentLittle knowledgePuppeter syntaxError summaryMy blog NodeJS en ...

Posted by unixmiah on Tue, 08 Mar 2022 06:18:36 +0100

Eccharts data visualization tutorial (super detailed)

Eccharts data visualization tutorial (super detailed) Introduction to EChartsIntroduction to ECharts Step 1: Download and introduce schools JS fileStep 2: write code directory structureWrite index HTML codeEffect display Basic configuration of ECharts Main configuration (common)Case explanation supplement Sample linkExecu ...

Posted by Cronje on Tue, 08 Mar 2022 04:15:13 +0100

Fdog series: what to do after writing the registration page in html? Write the background response in java.

Article catalogue 1. Preface2. Create a Java Web project3. Create Server4. Solve the problem of Chinese garbled code5. Respond to background data catalogue Fdog series (I): think about it. It's better to write a chat software. Let's start with the imitation QQ registration page. The source code of all articles has been packaged and uploa ...

Posted by stovellp on Tue, 08 Mar 2022 03:17:59 +0100

CSS introduction learning notes + cases

Introduction to CSS 1, CSS introduction 1. What is CSS CSS: Cascading Style Sheet Is a set of style setting rules that control the appearance style of a page 2. Why CSS Realize the separation of content and style, which is convenient for team development Style reuse is convenient for the later maintenance of the website The precise cont ...

Posted by d00dle on Tue, 08 Mar 2022 01:53:25 +0100

7hutool actual FileUtil file tool class (common operation methods for more than 100 files)

Technical work should be rewarded follow+Click three times (like, comment, collect) and watch again to form a good habit hutool actual combat (take you to master various tools inside) directory Purpose: File tool class (common operation of files) Usage scenario Provide common operation methods for more than 100 files, including but not li ...

Posted by webing on Tue, 08 Mar 2022 01:29:07 +0100

Detailed steps of Ant Design Vue + vite topic switching (simple case)

Now more and more websites support theme switching, so do ours! Here, we want to implement two examples, theme switching and night mode! Topic switching: Night mode: 1. Get ready to initialize a simple vite project Install Ant Design Vue and less yarn add ant-design-vue@next yarn add less --save Because Ant Design Vue is developed u ...

Posted by gmiyano on Tue, 08 Mar 2022 01:14:51 +0100

CSS layout (required) -- position attribute

CSS layout -- position attribute The position attribute specifies the type of positioning method (static, relative, fixed, absolute, or sticky) applied to the element. ------------------------------------------------------------------------------------------ position attribute The position attribute specifies the type of positioning me ...

Posted by omegared on Mon, 07 Mar 2022 21:28:17 +0100

JavaScript - PC side web page special effects

catalogue 1, Element offset offset series 1. offset overview 2. Common attributes 3. Difference between offset and style Case - coordinates of mouse in box Case - drag modal box Case - Jingdong magnifying glass 2, Element viewable area client series flexible source code analysis Execute function now pageshow event 3, Element scroll ...

Posted by davidmuir on Mon, 07 Mar 2022 17:06:35 +0100