VUE learning notes (final)

13, Sending requests using Axios13.1 what is AxiosAxios is an open source asynchronous communication framework that can be used in browser and NodeJS. Its main function is to realize AJAX asynchronous communication. Its functional features are as follows:Create XMLHttpRequests from the browserFrom node JS create http requestPromise API supporte ...

Added by stuart7398 on Wed, 19 Jan 2022 11:20:17 +0200

Front end case: my memo (supports the addition, deletion and modification of events, and the code is complete)

This case does not use any framework. It is implemented using js native and DOM operation. The code is complete and can be copied and used immediately. catalogue 1, Case effect 2, Key points involved 1. Event monitoring 2. DOM node operation (1) Common node acquisition methods (2) Common node information acquisition methods (3) Common ...

Added by Brokenhope on Wed, 19 Jan 2022 10:09:59 +0200

Teach you the basics of html series hand in hand

preface The company doesn't have any demand for android projects recently. It's interesting to have nothing to do to prepare to learn the front-end things. After all, now the company wants T-shaped talents. This series of notes is a record of some important things I think in writing front-end code, so that it can be used as a tutorial later. A ...

Added by kumarrana on Wed, 19 Jan 2022 09:40:08 +0200

Domestic open source network programming framework t-io must use: speed developer TiO java

Tio. Introduction to JavaIn order to reduce the time for users to find APIs, t-io collects common APIs into a class in the form of static methods, which is TiO javaTio.java itself does not implement complex services, and the business implementations are still distributed in other classes, TiO Java just centralizes the API s that users care abou ...

Added by dp777 on Wed, 19 Jan 2022 09:14:23 +0200

Front end development foundation (JavaScript foundation I)

1, Introduction method: 1. Inline: <input type="button" value="Let me try" onclick="alert('Hello World')" /> You can write a single line or a small amount of JS code in the event attribute of the HTML tag (the attribute starting with on), such as onclickNote the use of single and double quotation marks: we recommend using double quota ...

Added by justinchrono on Wed, 19 Jan 2022 08:23:47 +0200

Application of Form in data stack: in depth

The topic of this article is a process of understanding and digesting the Form after it is used in several stacks of products. By introducing some formsThe methods commonly used in the Form to understand some design ideas and deepen our pursuit of technology. This paper mainly introduces the creation of Form and the two-way binding of Form (get ...

Added by BLottman on Wed, 19 Jan 2022 06:03:33 +0200

Postgraduate entrance examination question brushing applet cloud development practice - basic knowledge reserve

prefaceFor the postgraduate entrance examination question brushing applet project, its technology stack is based on wechat native applet and cloud development capability. Therefore, it is necessary to install wechat developer tools locally, initialize the postgraduate entrance examination question brushing applet project, understand the project ...

Added by apervizi on Wed, 19 Jan 2022 02:53:21 +0200

Study notes_ Lemon

Study notes 1. Interface request status value 100: Temporary response 200: success 300: redirect 400: Access error 500: Server error; 502 no response 2.css Style Hide slider: ul::-webkit-scrollbar { display: none;} Control placeholder: :placeholder-shown Invalid tr label set for table: border-collapse: collapse; Hide the small eyes o ...

Added by busterbry on Tue, 18 Jan 2022 16:31:51 +0200

Spring Web MVC-20 of spring series

Spring Web MVC Spring Web MVC is an original Web framework based on Servlet API. In parallel with Spring Web MVC, Spring Framework 5.0 introduces a responsive stack Web framework called "Spring WebFlux" DispatcherServlet Like many other Web frameworks, Spring MVC is designed around the front-end controller pattern. One central ...

Added by mrneilrobinson on Tue, 18 Jan 2022 15:19:52 +0200

2021-10-21 deep JavaScript advanced syntax

*Note: This article is to learn the course notes of in-depth JavaScript Advanced Grammar codewhy new course. It is recommended to find the teacher's course in Tencent class for learning. 1,GO AO VO 1.1. The VO in the function is called AO, and the global VO is called GO (earlier, ES5 was not included before ES5): variables and functions de ...

Added by vinoindiamca on Tue, 18 Jan 2022 15:02:41 +0200