Ruoyi Vue: detailed explanation of permission system design

This article attempts to explain why it is "trying" according to the permission design principle and actual combat in Vue system? Because this is also groping for understanding, not necessarily accurate According to Vue, the functions of permission management in the system are concentrated in the system management menu module, as sho ...

Posted by gchouchou on Wed, 23 Feb 2022 13:50:11 +0100

2021-2022 Blue Bridge Cup winter vacation training - question G: HTML new hand - picture collector

HTML novice - picture collector HTML novice - picture collector Time limit: 2 seconds Space limit: 1024M The reason why "の" is added to the solution of CSDN is that the title of CSDN blog does not allow the word "novice" to be included??! Title Description The spring river tides even the sea, and the bright m ...

Posted by kontesto on Wed, 23 Feb 2022 07:05:11 +0100

Using Vue3 + Surely Vue Table components based on native JS projects

Js & Surely Vue Table This article describes how to use the Surely Vue Table component based on a native JS project. Surely Vue Surely Vue Table is one of the "high-end" components of the Ant Design Vue team that addresses complex high-frequency issues such as large data rendering and graph integration. With this component, you ...

Posted by Attilitus on Tue, 22 Feb 2022 18:29:55 +0100

Summary of the most complete regular expressions on the whole web to make your work more efficient and efficient

Hello, I'm Glacier~~ I spent two days sorting out these tasks with regular expressions that I often use. My little friends take them away. Thank you. This time I shared the regular expressions that I often used in my work. It is precisely these regular expressions that I have mastered. Ice River writes an average of 200 lines less code per da ...

Posted by jediman on Tue, 22 Feb 2022 18:29:43 +0100

Efficient and happy development of uniapp with vscode

Efficient and happy development of uniapp with vscode Because I used to use vscode to develop front-end projects before, now some small programs or h5 projects are developed using uniapp. After experiencing hbuiler for a period of time, I still feel that vscode is fragrant. Here are some configurations I developed using vscode. It includes the ...

Posted by gva482 on Tue, 22 Feb 2022 17:30:54 +0100

CGB2110-DAY07-front and rear end call

Article catalogue 1. Axios post request 1.1 INTRODUCTION cases 1.1.1 front end JS1.1.2 post request parameter description1.1.3 AxiosController call 1.2 syntax description of common request types1.3 put request test 1.3.1 edit front-end JS1.3.2 editing AxiosController 1.4 cross domain description 1.4.1 homology strategy1.4.2 w ...

Posted by k.soule on Tue, 22 Feb 2022 16:15:01 +0100

Please, use three JS make 2D pictures have 3D effect, cool, okay 💥

It is only used for secondary publication, research, publication and other illegal materials. It is only used for secondary publication, research, profit-making and other illegal materials.backgroundWhen I visited sketchfab, I saw many examples of two-dimensional plane to three-dimensional model, so I followed their example and used three JS + ...

Posted by n14charlie on Tue, 22 Feb 2022 03:03:48 +0100

Introduction to new features of JavaScript ES6

brief introduction The full name of ES is ECMAScript, which is the specification of scripting language, and JavaScript is an implementation of ES, so the new feature of ES can also be called the new feature of JavaScript. Why learn: Simple grammar and rich functions.Using the framework to develop applications, such as front-end development u ...

Posted by jomofee on Tue, 22 Feb 2022 01:53:14 +0100

html summary includes weird box, ordinary box, center, Holy Grail layout, double flying wing layout, etc

I haven't opened my blog for a long time. I found that my previous blog had a certain number of views. I was surprised and felt that blogging was very meaningful. Let's talk about html related knowledge today 1. Two box models As we all know, the element in our page is a box, which has width, height, border, padding and margin. Calculation o ...

Posted by janet287 on Mon, 21 Feb 2022 19:57:23 +0100

CSS Common Property Documents

1. How to use CSS <!--1.Reference External css--> <link rel="stylesheet" type="text/css" href="mystyle.css"> <!--2.Internal use css--> <style> body{background-color: linen;} </style> <!--3.Hanlin Academician css--> <div style="color:red;">text</div> 2. Selector Simple selector NameUsage meth ...

Posted by Vacman on Mon, 21 Feb 2022 18:41:47 +0100