Express - based on node web application development framework based on JS platform
1. Introduction to express
Express is based on node JS platform, a fast, open and minimalist Web development framework (a third-party package on npm). Its function is similar to that of node JS is similar to the built-in http module, which is specially used to create a Web server. The built-in http module is very complex but inefficient; ...
Added by KoshNaranek on Mon, 14 Feb 2022 06:40:35 +0200
[study notes] Introduction to Java Web - HTML
[study notes] Introduction to Java Web - HTML
๐ Blog home page:* Tiejia Xiaobao* ๐
๐ Purpose: HTML - Introduction ๐
๐ Bloggers are also in the learning stage. If you find any problems, please let us know. Thank you very much ๐
๐ At the same time, thank you very much for your support ๐
๐ Starting is always the most meaningfu ...
Added by dbarron87 on Mon, 14 Feb 2022 06:26:50 +0200
jq Basics
Review jq today
jQuery concept:
jQuery is a fast and concise JavaScript library, which is an encapsulated specific collection (Methods and functions)
Learning the essence of jQuery: learning to call these functions (Methods).
Simple understanding: it is a js file that encapsulates our native js code and stores it in it. In this way, we can ...
Added by kampbell411 on Mon, 14 Feb 2022 05:52:21 +0200
Intensive reading of Vue lit source code
vue-lit be based on lit-html + @vue/reactivity The template engine is implemented in only 70 lines of code Vue Composition API , used to develop web component s.summary<my-component></my-component>
<script type="module">
import {
defineComponent,
reactive,
html,
onMounted,
onUpdated,
onUnmounted
} ...
Added by ams53 on Mon, 14 Feb 2022 03:22:30 +0200
Vue filters, calculation properties, listener graphical version at a glance
Learning objectives of this article
Be able to understand the role of key, virtual Dom and diff algorithmBe able to master setting dynamic stylesBe able to master filters, calculation properties and listenersAble to complete brand management cases
1. vue Foundation
1.0_vue basic v-for update monitoring
Target: when the target structu ...
Added by alex_funky_dj on Mon, 14 Feb 2022 03:13:53 +0200
Dynamic regular expression in Matlab
catalogue
Dynamic regular expression
brief introduction
Dynamic matching expression - (?? expr)
Modify the command matching the expression - (? @ cmd)
Functional requirements of (@ cmd)
Override command in expression - ${cmd}
Dynamic regular expression
brief introduction
In a dynamic expression, you can require regexp to match. The ...
Added by shan169 on Mon, 14 Feb 2022 03:07:26 +0200
Increase of Vue3 user experience: asynchronous component and suspend component
By Matt MaribojocTranslator: front end XiaozhiSource: stackabuseThere are dreams and dry goods. Wechat search [Daqian world] pays attention to this dish washing wisdom who is still washing dishes in the early morning.This article GitHub https://github.com/qq449245884/xiaozhi It has been included. There are complete test sites, materials and my ...
Added by brentech on Mon, 14 Feb 2022 02:31:39 +0200
How to quickly build your own component library for the team -- build your own component library for the team based on element UI
The article has been included in github , welcome to Watch and Star.brief introductionIn understanding Element source code architecture Next, we build our own component library for the team based on element UI.Theme configurationThe basic component library has little difference in UI structure. Generally, there will be great difference in the ...
Added by bdemo2 on Mon, 14 Feb 2022 02:28:13 +0200
vue component development
Have you encapsulated components??Talk about component packaging????How do you package components in the project????? ...
The above questions are the most frequently asked by interviewers? So how should you answer?
A: all the projects I developed with vue are developed with the idea of component. Generally, when I build a project, I will creat ...
Added by Daney11 on Mon, 14 Feb 2022 01:47:55 +0200
Nuxt pit filling collection (practical development solution)
preface
In the process of nuxt development, some pits were encountered. Through official documents and Baidu oriented learning, these pits were solved. Finally, the solutions of these pits were recorded. There is no need to read the full text, just read the required content directly. "Nuxt related pits will be updated in the future, and c ...
Added by Todd_Z on Sun, 13 Feb 2022 18:09:39 +0200