Mid Autumn Festival! Do you remember Chang'e in journey to the west? I used 10000 pictures to spell the childhood goddess!
prefaceHello, I'm Lin Sanxin. The Mid Autumn Festival is coming. I wish you a Happy Mid Autumn Festival!!! I was thinking, what can I write to share with you about the Mid Autumn Festival? On this day, I was watching journey to the West and suddenly thought of my childhood goddess. Who is it? It is the Chang'e fairy pursued by Marshal Tianpeng. ...
Added by r4ck4 on Sat, 01 Jan 2022 02:02:45 +0200
Five common JavaScript memory errors
Author: Jose GranjaTranslator: front end XiaozhiSource: mediumThere are dreams and dry goods. Wechat search [Daqian world] pays attention to this bowl 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 s ...
Added by marksie1988 on Sat, 01 Jan 2022 00:44:09 +0200
First knowledge of spring MVC framework
Types in MVC
MVC: model (dao,service), view (jsp) and controller (Servlet) are specifications for software design, dao: operation database servlet
MVC is not a design pattern, MVC is an architecture pattern
Projects encountered in actual development
Front end data transmission entity class Entity class: user name, password, birthday, hobby. ...
Added by scristaldi on Fri, 31 Dec 2021 21:30:43 +0200
The Complete Vue Tutorial - Writing Visual Screens from scratch
Summary
(showcase OF OFs)
OFPreviously, python was introduced for data visualization, data analysis and some small projects, but the basic knowledge is backend. To make a good visualization screen, we also need to learn some front-end knowledge (vue), there are many more complex online (need to execute a variety OF commands) and incomplete ...
Added by freshclearh2o on Fri, 31 Dec 2021 21:10:53 +0200
Front end - jQuery Basics
Daily share:
In the cold winter season, learn to say goodbye to the past, follow the past, and see you later.
I hope that on the way to the future, we have endless love, such as bright stars and free wind.
catalog:
Introduction to jQueryjQuery DownloadUse of jQueryjQuery selectorjQuery selection set filteringjQuery selection set transfer
1, ...
Added by steveclondon on Fri, 31 Dec 2021 21:01:32 +0200
Front end development_ JavaScript_ Object construction and access
Object construction and access
1. Introduction
In the last class, we explained the definition of objects and basic display output. In order to better learn some objects provided by subsequent JavaScript, we now begin to learn the construction and access of objects.
2. Object constructor
(1). Construction is generally used when initia ...
Added by shmony on Fri, 31 Dec 2021 17:29:06 +0200
[wechat applet cloud development] learn to upload, download, preview and delete pictures in 1 minute, and display pictures in Jiugong grid
Hello, my name is little bald monkThis article is to explain how cloud development can upload, download, preview and delete images, and display the functions of images in a nine house grid@1. Realization effectDon't talk nonsense. Look at the effect firstexplain:In the middle of the pause, I was choosing to upload photos. Click the "x" ...
Added by labmixz on Fri, 31 Dec 2021 14:45:13 +0200
Stick to 36 JS handwritten questions (after understanding, the improvement is really great)
Why write such articles
As a programmer, code ability is undoubtedly very, very important. For example, why do big companies basically ask what API to implement in interviews? We can see its importance. What I want to say is that handwriting is so important that we must master it. Therefore, it is not too much to use the title of the arti ...
Added by kporter.porter on Fri, 31 Dec 2021 12:46:25 +0200
Webpack of fashion - beginner level chapter
Fashion Webpack - core concepts of basic articles (2) fashion cloud - CSDN blog fashion Webpack - core concepts of basic articles (2)https://blog.csdn.net/zsx0806/article/details/122198850
Picture from webpack Official website logo
Some methods of loader:
css loader - process css files} style loader - insert css into header
Less ...
Added by Attila on Fri, 31 Dec 2021 11:47:26 +0200
Promise chain call, exception penetration and interrupt promise chain
promise. Parameters of then()
. then is a method on promise prototype, which returns a promise object, which can accept two callback parameters: 1 onResolved, 2. Onrejected, these two parameters have one parameter respectively, which is the data of successful execution and the data of failed execution. In fact, the first callback function ...
Added by dodgeqwe on Fri, 31 Dec 2021 06:52:55 +0200