Give me a reason why you don't use tailwindcss!

Reason & PrefaceIf you haven't heard of it tailwindcss Please return first. This article doesn't talk about what tailwindcss is and how to use it, but how to use it gracefully.If you have heard of it, please continue reading and consider using tailwindcss, because after reading it:Development: it may save you and even your front-end team a ...

Posted by beckjoh on Wed, 23 Feb 2022 11:53:07 +0100

[ServiceMesh] VirtualService implements Istio advanced traffic management

1, VirtualService (rich routing control) 1.1 URL redirection (redirect and rewrite) Redirect: redirect.Rewrite: that is, rewrite. It can not only redirect redirect on the url, but also directly rewrite the actual file of the request channel and more additional functions. 1.1.1. Case illustration proxy-gateway -> virtualservices/proxy - ...

Posted by ricroma on Wed, 23 Feb 2022 11:36:40 +0100

Detailed explanation of web layer filter in mvc

web layer Filter Three technologies involved in the Web core Servlet: server applet small program on the server side (mainly dealing with the part of request response) Filter: filter, filter: leave the content you need and eliminate the unwanted content Listener: listener summary Need to configure web XML (key) filter creation steps Cre ...

Posted by patnet2004 on Wed, 23 Feb 2022 11:22:40 +0100

What are Json web token (JWT), session, token, advantages and disadvantages

JWT ---------------------------------------- Json web token (JWT) is an open standard based on JSON, which is implemented to transfer declarations between network application environments. The declaration of JWT is generally used to transfer the authenticated user identity information between identity providers and service providers, so as to o ...

Posted by creatives on Wed, 23 Feb 2022 05:45:51 +0100

The second encapsulation of the 2-Home page of the Vue e e-commerce project notes in Silicon Valley, the interface request function used by axios and the encapsulation used by vuex, Mock and Swiper

The second encapsulation of the 2-Home page of the Vue e e-commerce project notes in Silicon Valley, the interface request function used by axios and the encapsulation used by vuex, Mock and Swiper Tutorial address Split non routing components in Home components I only split TypeNav, ListContainer and Floor components here, because these thr ...

Posted by TheMoose on Wed, 23 Feb 2022 04:11:34 +0100

Interpretation of Vue source code -- responsive principle

When learning becomes a habit, knowledge becomes common sense. Thank you for your likes, collections and comments.The new video and articles will be sent to WeChat official account for the first time. Li YongningThe article has been included in github warehouse liyongning/blog , welcome to Watch and Star.prefaceLast article Interpretation of Vu ...

Posted by mr_armageddon on Wed, 23 Feb 2022 04:06:59 +0100

Spring MVC integration and cases

5.5 the controller responds to the front-end request 5.4.1 response to synchronization request Response to synchronization request: the front end sends a request to the method in the controller class. After the controller method processes the request, it needs to jump to the next page Front end request <a href="book/list?pageNum=1&a ...

Posted by mlnsharma on Wed, 23 Feb 2022 03:50:03 +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