JavaScript knowledge summary - Basic - > in-depth and continuous update
1, Introduction to JavaScript
JavaScript introduction
JavaScript was born in 1995. It is mainly used to deal with front-end verification in web pages. JavaScript is one of the most popular languages in the world. It is a scripting language running on the client (Script means Script)
Scripting language: no compilation is required. The js ...
Posted by jmelnick on Sun, 20 Feb 2022 11:50:32 +0100
Sorting out common knowledge points of DOM objects of JS
If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions.
Sorting out common knowledge points of D ...
Posted by crinkle on Sun, 20 Feb 2022 11:41:19 +0100
JavaScript Object. Use of defineproperty() method
Object. Use of defineproperty() method
Object. The defineproperty () method will directly define a new property on an object, or modify an existing property of an object and return the object.
Object.defineProperty(obj, prop, descriptor)
Parameters:
obj: object to define attributeprop: the name or Symbol of the attribute to be defined or ...
Posted by toodi4 on Sun, 20 Feb 2022 10:25:17 +0100
How to build your own scaffold
Scaffolding
The purpose of scaffolding is to quickly build the basic structure of the project and provide project specifications and conventions. At present, the scaffolds commonly used in daily work include Vue cli, create react app, angular CLI and so on. They all complete the rapid construction of content through simple initialization comma ...
Posted by guarriman on Sun, 20 Feb 2022 09:07:26 +0100
Vue introduction and training cases - Music Player (search music, listen to songs, watch comments, watch mv, etc.) (continuously updated)
Vue overview
It is a javascript frameworkDOM operations can be simplifiedResponsive data driven
el: mount point
Scope of vue instance: vue will manage the elements hit by el option and its internal descendant elements.Other selectors can be used, but id selectors are recommendedOther double tags can be used, but HTML and BODY cannot be used. ...
Posted by venradio on Sun, 20 Feb 2022 07:14:22 +0100
Detailed explanation of Java Jackson
If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions.
Detailed explanation of Java Jackson
se ...
Posted by Daniel Mott on Sun, 20 Feb 2022 07:08:49 +0100
JQuery overview, advantages, usage steps, entry function, conversion between jQuery object and DOM object, level selector, attribute selector, filter selector, node selector
Introduction to jQuery:
jQuery is an efficient, concise and feature rich JavaScript library. Its API is easy to learn and compatible with many browsers. It greatly simplifies the development of JavaScript code, including HTML element selection, HTML element operation, CSS operation, HTML event function, JavaScript special effects and animation ...
Posted by cybtec on Sun, 20 Feb 2022 05:58:31 +0100
HTML basics summary
catalogue
Block element
Form form
form validation:
action:
keyword:
button:
Common block labels
list
form
Row element
Common row element labels
a: Hyperlink label
Inline block element
img: import pictures
Input: input box
Type: input box type
Input box content
Label: expand the selection area
textarea: multi line input bo ...
Posted by tekcap on Sun, 20 Feb 2022 05:11:49 +0100
JS basic prototype and inheritance
If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions.
Reading catalog
Prototype basis
Prot ...
Posted by MFKR on Sun, 20 Feb 2022 04:37:51 +0100
WEB application development -- Explanation of Spring framework annotation + explanation and use of Spring JDBC
Annotation implementation
Preparation for annotation development
Jar package required for annotation. The annotation function is encapsulated in the AOP package and imported into Spring aop jar
<!--open spring Annotation scanning -->
<context:component-scan base-package="com.qn.spring"/>
spring's annotations on classes incl ...
Posted by toddmarx on Sun, 20 Feb 2022 04:11:01 +0100