js operator details

Continue with the previous article. This article mainly talks about the following operators: Remainder operator (%), Exponential operator (* *), Boolean operator (!), Logical & & Logical or (|) Relational operators (>, <, > =, < =) 1. Remainder operator% The sign is% and this operator can find the remainder of the d ...

Posted by arun4444 on Thu, 16 Dec 2021 14:56:55 +0100

Operation of jQuery property

catalogue 1, Operation properties 1. attr(): method 2. prop(): method 2, css properties 1. Set css attribute 2. Get css attribute 3. Add, delete, alternate add delete styles 3, Sets / gets the width and height attributes of the element 1. Obtain width 2. Set width 4, Set get element content 1. Gets / sets the HTML code of the elem ...

Posted by jdnet on Tue, 14 Dec 2021 13:46:30 +0100

Chapter05 URL pattern (about URL pattern interception mechanism in servle t)

catalogue About URL pattern 1. Request index jsp 2.web.xml 3. MyController class 4. When the page is loaded. If the "/" static resource cannot be loaded, you need to specify the location of the static resource or add an annotation in MVC config Corresponding to two spring MVC config xml Corresponding static resource directory s ...

Posted by m!tCh on Sun, 12 Dec 2021 12:28:34 +0100