vue.js project tiktok APP- eleventh: application of login and verification code
[warm tips]: if you want to know more about the actual combat content of this project, you can go to vue.js project tiktok APP- project planning Learn more about project planning.
[project address] The project is managed by Git, and the final project will be released to GitHub. Interested partners can learn together to improve the project. Pro ...
Posted by Mad_T on Tue, 08 Feb 2022 16:47:56 +0100
Front end learning day21&day22: forms and tables
1. Form
① Function of form
Collect the information of the client. When the visitor enters the information in the form and clicks the submit button, the information will be sent to the server, and the server script or application will process the corresponding information. When the server responds, it will return the requested data to the clie ...
Posted by noisyscanner on Tue, 08 Feb 2022 03:36:51 +0100
013CSS Box Model
1, Introduction
The so-called box model is to treat the layout elements in HTML pages as a rectangular box, that is, a container for content. CSS box model is essentially a box that encapsulates the surrounding HTML elements, including: border, outer margin, inner margin, and actual content
1. border
Border can set the border of the elem ...
Posted by omerta on Sat, 05 Feb 2022 10:44:06 +0100
HTML5+CSS3 note 01 (for personal use)
vscode download address
First acquaintance with web
Composition of WEB standards:
constitutelanguageexplainstructureHTMLPage elements and contentperformanceCSSAppearance and location of web page elements (page elements)behaviorJavaScriptDefinition of web page model and page interaction
Chapter 1 getting to know HTML5
1 label
<!DOCT ...
Posted by phpnwx on Fri, 04 Feb 2022 10:34:13 +0100
The 15th day of study
Recently, there is a big data experiment to be done. I found that the virtual machine in the virtualbox used for big data only knocks the code. It's really tired. I can knock the double tags, but I can't copy them. After knocking for a day, people are numb, and I have to take CET-4 in a few days. I hope I can pass this time.
OK, or focus on w ...
Posted by tkj on Wed, 02 Feb 2022 07:29:01 +0100
JavaScript object oriented
JavaScript object oriented
1-1 introduction to object-oriented programming
1-1.1 two programming ideas:
Process orientedobject-oriented
1-2 POP (process oriented programming)
Process oriented is to analyze the steps needed to solve the problem, and then use functions to realize these steps step by step. When using, just call them o ...
Posted by rkeppert on Wed, 02 Feb 2022 01:36:23 +0100
Learn canvas to make simple - aircraft war games
brief introduction
After the previous study, we have basically mastered the commonly used api and painting skills. Now, through the implementation of a small game, we can deeply understand how the canvas is used in the project.
Basic introduction to the game
The user has a spaceship, which can move left and right with the arrow keys and fire ...
Posted by iantresman on Tue, 01 Feb 2022 22:36:55 +0100
js basic ~ data type, operator, if, while, for
1. Run js in the page
(1)javascript, abbreviated as js, is a functional and weakly typed scripting language. (2) In a web page:
HTML is responsible for what is in the page. CSS is responsible for what the page looks like. JS is responsible for what the page can do. JS can control HTML and CSS
(3)Js runs in two ways in the page:
Wri ...
Posted by mwilson on Mon, 31 Jan 2022 10:06:47 +0100
Web: the layout of the header and footer of the home page of the mobile mall and the three properties of the flex project
Layout of header and footer of home page of mobile mall
Let's first demonstrate the three properties of the flex project 1. The scaling scale of the project and the base width
elementattributemeaningflex0 1 auto / initialBy default, it is forbidden to enlarge, allowed to shrink, and the width is automaticallyflex1 1 auto / autoAllow zooming i ...
Posted by geebo on Mon, 31 Jan 2022 07:50:44 +0100
2020-03 front end technology summary
March 30, 2020 Monday
# How to restore JSON data after it is transferred to Blob
When axios requests to download the file interface, the responseType: 'blob' is generally set. If the file returns normally, there is no problem, but if there is a problem in the background file processing or authentication, the interface returns JSON format data ...
Posted by nitko on Mon, 31 Jan 2022 05:35:15 +0100