preface
Before that, the author wrote a blog about network request encapsulation, but at that time, he wrote about the encapsulation results rather than the encapsulation process, so he made a supplementary introduction to the encapsulation process on this blog.
uni. Use of request
At the beginning, the author was not used to reading the ...
Posted by cbj4074 on Thu, 14 Apr 2022 19:52:18 +0300
01 first meet Vue
1.1 INTRODUCTION
1.1.1 official website
English official website: https://vuejs.org/Chinese official website: https://cn.vuejs.org/
1.1.2 introduction and description
Vue is a progressive Javascript framework for dynamically building user interfaces
Build user interface: turn data into user interface in some wayPro ...
Posted by Shizzell on Thu, 14 Apr 2022 17:03:51 +0300
Analysis of mobile terminal related terms (easy to understand)
Screen related
Screen size Refers to the diagonal length of the screen, in inches. Common sizes are: 3.5 inches, 4.7 inches, 5.0 inches and 6.0 inches Note: 1 inch = 2.54 cm Screen resolution Refers to the total number of physical pixels owned by the screen in the horizonta ...
Posted by DanDaBeginner on Thu, 14 Apr 2022 12:53:00 +0300
Get the source code at the end of the article
Development language: Java
Development tools: IDEA /Eclipse
Database: mysql5 seven
Using framework: springboot+vue
JDK version: jdk.1 eight
This paper mainly discusses how to use JAVA language to develop a garbage classification website. This system will carry out the work of each stage ...
Posted by rune_sm on Thu, 14 Apr 2022 05:48:34 +0300
1. What is vuex
Vuex is designed for Vue The state management mode of JS application development is used to manage the data state of the page and provide an ecosystem of unified data operation. The data in the warehouse can be obtained arbitrarily in the component. Similar to vuex, redux is commonly used in react.
--- from official sample
...
Foundation component difference between component and module
Module: focus on function or data encapsulationComponent: it includes template, style and script, and its script can be composed of various modules
Basic - single page application (SPA)
In the traditional mode, each page and its content need to be requested from the server ...
object
There are two kinds of objects in js. Objects in js can dynamically add attributes and methods through point syntax.
Narrow object
Represented by {}; Narrow objects can have many properties and methods If the property value on the right is function, it is method. The no side is called an attribute. var obj = {
...
Posted by agriz on Thu, 14 Apr 2022 04:17:21 +0300
1, How to use Vue
1. Introduce Vue js
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="../js/vue.js"></script>//Introduce Vue js
<title>Document</title>
</head>
2. Show in HTML
Function of {}}: render the dat ...
Posted by 44justin on Thu, 14 Apr 2022 02:01:36 +0300
As a vuer, he finally began to work on the vue source code. With an excited heart and trembling hands, it's better to roll up the line of code. The source code is based on the latest v2 The description of version 6.12 may lead to misunderstanding and discrepancy. Please correct it. In addition, only sort out the process without in-depth explana ...
Posted by thesimon on Wed, 13 Apr 2022 17:04:57 +0300
Source code acquisition: download from "resources" on the blog home page!
Classroom reservation system - background system
Project introduction:
This is a front-end and back-end classroom reservation and viewing system project, which can realize the reservation and cancellation of activities in the classroom as a unit, can b ...
Posted by aim25 on Wed, 13 Apr 2022 01:00:54 +0300