https://gitee.com/lz-126/vue3-cli4#top

vue3-cli4 Warehouse address = = = = > Reference address Project setup yarn install Compiles and hot-reloads for development yarn serve Compiles and minifies for production yarn build Run your unit tests yarn test:unit Lints and fixes files yarn lint Customize configuration See Configuration Reference. Frame description Se ...

Added by jsims on Wed, 23 Feb 2022 08:44:00 +0200

Tencent classroom H5 live broadcast room click like action effect implementation I (CSS)

1. PrefaceIn the past, when watching the live broadcast of wechat video, I often clicked the like button in the lower right corner. It's quite a sense of atmosphere to watch its number slowly change from one digit to five digits. Especially when you press it for a long time, there is a feedback of mobile phone vibration, which is very touching. ...

Added by Atari on Wed, 23 Feb 2022 06:24:17 +0200

vscode voice annotation to enrich information

vscode voice annotation to enrich information (Part 2)prefaceThe last article in this series is mainly about recording audio & audio file storage. At that time, I was in no mood for voice annotation for a week because of a bug in the recording.1, MP3 file storage locationVoice notes usage scenarioUse voice notes for individual items.Multipl ...

Added by isign4jc on Wed, 23 Feb 2022 03:45:56 +0200

Change the call, apply and bind methods pointed to by this

?? Blog home page: Sour dog blog?? ?? Welcome to?? give the thumbs-up?? Collect messages?? ?? Love front-end learning and look forward to communicating together! ?? The author's level is very limited. If you find an error, please let me know. Thank you!?? ?? If you have any questions, please send me a private letter?? ?? Change the call, app ...

Added by kusal on Wed, 23 Feb 2022 03:12:17 +0200

JavaScript knowledge points sorting - DOM - operation elements

catalogue 1, Change element content         1.1 difference between innerText and innerHTML         2, Attribute operation of common elements         2.1 case exercise - modifying element attributes src         2.2 case exercises show different pictures and greetings at different times          3, Attribute operation of form element       ...

Added by fhil85 on Wed, 23 Feb 2022 01:34:02 +0200

Event flow, capture phase, bubbling phase, mobile end event problem

event Event bubbling and event capture were proposed by Microsoft and Netscape respectively. These two concepts are to solve the problem of event flow (event sequence) in the page. Before the event flow, that is, the sequence of events, let's take a look at the DOM tree 1. DOM tree How is the DOM tree formed? The code we write in VScode will ...

Added by Izzy1979 on Tue, 22 Feb 2022 20:22:54 +0200

Web front end interview question: shallow copy and deep copy, and use recursion to realize deep copy

Shallow copy and deep copy JS data type First, we need to understand the data types of JS. JS data types are divided into "basic data type" and "reference data type", such as subscript Basic data typeReference data typenumberObkect (function)stringbooleanundefinednullSymbol (new in ES6)Bigint (new in ES10) Memory Then we ...

Added by frans-jan on Tue, 22 Feb 2022 12:57:59 +0200

One year experience interview tiktok, electricity supplier, share the following!

prefaceHello, I am Lin three heart, and the most difficult point to use the most understandable tiktok is my motto. The premise is that my first heart is to be advanced. I share a year's experience of bypassing the electric business.one side1. Introduce yourself?slightly2. Ask projectslightly3. leetcode question 112, "path sum"const h ...

Added by shaundunne on Tue, 22 Feb 2022 09:03:17 +0200

[Vue] Vue life cycle and its hook function

Each Vue instance must go through a series of initialization processes before being created. This process is the Vue life cycle. vue2. Lifecycle hook functions for 0 (10) beforeCreate: After instance initializationData observer and event/watcher events have not been configured yet. created: Called after the instance has been crea ...

Added by kfir91 on Tue, 22 Feb 2022 06:58:53 +0200

The application of RPC technology and its framework Sekiro in crawler reverse is a shuttle for encrypting data!

What is RPC RPC, English RangPaCong, Chinese let the reptile, designed to open the way for the reptile, kill everything every second, and let the reptile unobstructed! Just kidding, in fact, RPC is a Remote Procedure Call, which is a technical idea rather than a specification or protocol. In fact, the birth of RPC is inseparable from the de ...

Added by dnast on Tue, 22 Feb 2022 06:06:43 +0200