Vue study notes

Vue learning notes (I) Article catalogue Vue learning notes (I)1, Vue overview2, Build Vue environment3, Detailed explanation of Vue knowledge 1. hello small case2. Vue template syntax 1. Interpolation syntax2. Instruction syntax3. Data binding 3. data and el4. MVVM model5. Data broker6. Event UTF-8...

Posted by danjar on Wed, 09 Mar 2022 05:25:59 +0530

Vue and Springboot implement SM4 encryption and decryption (the front end can be encrypted, the back end can be encrypted and decrypted, the same as MD5)

Vue and Springboot implement SM4 encryption and decryption (the front end can be encrypted, the back end can be encrypted and decrypted, the same as MD5) preface1, Front end encryption input password Pre detectionPaste my SM4 JS codeInvoke in componentEncryption result 2, The Springboot backendUTF-8...

Posted by dnast on Wed, 09 Mar 2022 07:39:22 +0530

Vue realizes online editing excel

catalogue luckysheet 1. Plug in introduction 2. Declare excel online preview editing component 3. Excel JS decomposes Dom into excel file stream luckysheet document address Excel JS document address Introduction: the original platform did not require the online editing function of excel. excel UTF-8...

Posted by danaman on Wed, 09 Mar 2022 07:49:33 +0530

vue project is connected to Hikvision h5player JS version 2.0 (playback example)

outline The company's project is connected to the spherical monitoring equipment of Hikvision, and the project needs to support the use of Hikvision monitoring video, video playback and other functions. The project requires no plug-in access, so that the user experience is the best. Therefore, UTF-8...

Posted by snowman2344 on Wed, 09 Mar 2022 08:23:08 +0530

[ajax] HTTP related issues - get post XHR use - ajax in jQuery - cross domain - homology - jsonp CORS

Article catalogue 1. Ajax overview 1.1 introduction to Ajax1.2 introduction to XML1.3 AJAX features 1.3.1 advantages of Ajax1.3.2 disadvantages of Ajax 2. HTTP related issues 2.1 MDN documents2.2 basic process of HTTP request interaction2.3 HTTP request message 1. Request line2. Multiple requesUTF-8...

Posted by burfo on Wed, 09 Mar 2022 09:18:41 +0530

[Typescript Introduction Manual] a quick overview of common types of articles

?? [TypeScript Introduction Manual] records the concept of Ts with high attendance, which is designed to help you understand and be familiar with Ts ?? This series will continue to be updated and corrected, focusing on the points you are interested in. Welcome to leave messages and exchange, aUTF-8...

Posted by mtucker6784 on Wed, 09 Mar 2022 09:21:06 +0530

Learn Vue admin template framework from scratch in two hours

1, Vue admin template 1. Project introduction Official website: https://github.com/PanJiaChen Vue element admin contains rich components. Vue admin template is a basic single page application framework, which is suitable for secondary development on Vue admin template. The components needed forUTF-8...

Posted by AbraCadaver on Wed, 09 Mar 2022 10:02:00 +0530

Use script setup syntax to optimize your vue3 code

Note: This article was written in the early stage of setting up syntax sugar. Now some usage has been changed. Please focus on the latest official proposal for the latest usage. Please move to the official document? https://v3.vuejs.org/api/sfc-script-setup.html [here is picture 001]https://v3.UTF-8...

Posted by petrosa on Wed, 09 Mar 2022 10:21:57 +0530

Vue mouse box selection generates coordinate components

Recently, I encountered a need to manually frame some areas on a picture, and then generate coordinates relative to the picture area.So I thought of a previously used plug-in Vue cropper for cutting pictures, which is also a frame selection picture area, so I learned its source code, and realizUTF-8...

Posted by phyzar on Wed, 09 Mar 2022 14:32:53 +0530

Front end three piece set: HTML

1, Understanding HTML 1,HTML Full English Name: Hyper Text Markup Language Hypertext: text, picture, audio, video, animation, etc 2. History of HTMl 3. Advantages of HTML5 World famous browser manufacturers support html5, such as Microsoft, Google, apple, opera, mozilla, etc.Market demandCrossUTF-8...

Posted by Ralf Jones on Wed, 09 Mar 2022 16:33:14 +0530