2021-05-06 JavaScript foundation - interview arrangement
JS writing position: 1. The inline expression is written directly inside the element 2. Embedded js 3. External JS < script SRC = "my. JS" > < / script >
JS notes: Single line note// Multiline comment shift+alt+a
JS input / output statement:
prompt('This is an input box')
alert('Pop up warning box')
Variable: Variable ...
Added by lobobr on Sun, 20 Feb 2022 10:58:18 +0200
Notes on common knowledge points of JavaScript
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.
preface
js notes, a good memory is not ...
Added by renu on Sun, 20 Feb 2022 10:47:44 +0200
1 supplement: function of editing goods
In the original video, the teacher skipped this function. I think I can exercise myself by implementing it, so I added the editing function
The editing functions of the previous modules are different from those of user management and permission management. Because commodities have many editable options, you can choose to edit them separate ...
Added by number67a on Sun, 20 Feb 2022 10:05:08 +0200
Use of Mybatis-plus's latest code generator (3.5.1+)
If you are Xiao Bai, this data set can help you become a bull. If you have rich development experience, this data set can help you break through the bottleneck. 2022 Web Full Video Tutorial Front End Architecture H5 vue node Applet Video+Materials+Code+Interview Questions.
1. Introduce dependencies:
<!--mybatisPlus-->
<dependency&g ...
Added by Poomerio on Sun, 20 Feb 2022 09:54:38 +0200
Common code sharing of data structure and algorithm
Transferred from: Micro reading https://www.weidianyuedu.com
Data structure and algorithm are programmers' internal mental skills and basic skills. Whether in artificial intelligence or other computer science fields, mastering solid knowledge of data structure and algorithm will often help a lot! Today I recommend you a good data structure ...
Added by freakus_maximus on Sun, 20 Feb 2022 04:50:38 +0200
Basic introduction of Vue
1, Introduction
1,Vue. What is JS
Vue (pronunciation / vju) ː/, Similar to view) is a progressive framework for building user interfaces.
Vue's core library only focuses on view layers, which is not only easy to start, but also easy to integrate with third-party libraries or existing projects. On the other hand, when combined with modern to ...
Added by CJLeah on Sun, 20 Feb 2022 04:45:07 +0200
HTML learning -- advanced text formatting
Learning objectives:
Today, we will learn more about the semantics of tags, know when and what tags they should use, and make the web page more readable, rather than a pile of meaningless tags. And on the basis of this study, carry out practical practice and complete an online blog article.
Learning content:
Semantization is the structure ...
Added by starrieyed on Sun, 20 Feb 2022 02:40:01 +0200
Element plus component library quick start tutorial
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.
preface
Generally, when we develop sing ...
Added by neller on Sun, 20 Feb 2022 00:59:50 +0200
Vue uses mockjs to generate simulation data
Mockjs generates simulation data
When developing the front-end, we need to get the interface of the back end, then call to get the data provided by the back end. But in the actual situation, it is possible that the back-end interface has not been designed, but you want to get the data for testing. What should you do at this time?
At this time ...
Added by brotherhewd on Sat, 19 Feb 2022 20:34:22 +0200
Browser kernel, arrays, and strings
Composition of browser
shellKernel part
Rendering engine (syntax rules and rendering)js engine
Javascript consists of three parts: ECMAScript, DOM and BOM
Compiling language: C, C + +,
Advantages: fastInsufficient: poor portability (not cross platform)
Interpretation language: Javascript
Advantages: cross platform, single threadInsuff ...
Added by ajanoult on Sat, 19 Feb 2022 18:46:17 +0200