Selectors and borders for HTML

1, Picture path.   How to write path: For example: Video folder - video files Source code - source code file (video folder and source code are brothers) When in source code: Video folder / video file When in source files: .. / return to the previous level (often used) .. / video folder / video file Placing text in < body > < / bo ...

Posted by bagsobrands on Sun, 06 Mar 2022 04:40:13 +0100

[take you to gulp from actual combat] package front-end projects and implement anti caching

What is gulp?A node based front-end automated task construction tool, which uses the classic callback + Chain call to realize task automation (SRC. Pipe (...) Pipe), gulp is actually very similar to webpack, but gulp has different emphasis. Gulp focuses more on front-end process automation and task execution (improving development efficiency th ...

Posted by aidude111 on Sun, 06 Mar 2022 04:31:32 +0100

Front end basic route 1: HTML coding specification

HTML coding specification 1 Preface 2 code style Indent and wrap 1.2 2.2 naming 2.3 labels 2.4 properties 3 general 3.1 DOCTYPE 3.2 coding 3.3 introduction of CSS and JavaScript 4 head 4.1 title 4.2 favicon 4.3 viewport 5 pictures 6 form 6.1 control title 6.2 buttons 6.3 accessibility (A11Y) 7 multimedia 8 HTML in template ...

Posted by Celauran on Sun, 06 Mar 2022 02:35:26 +0100

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 ...

Posted by nickthegreek on Sat, 05 Mar 2022 21:50:03 +0100

Front end series - web side development of vue2 + Gaode map (use and introduction)

web side development of vue2 + Gaode map (use and introduction) preface Basics preparation Personal developer registration of Gaode map Gaode api website1. Click to register2. Enter the console after registration3. Create a new application4. Add Create vue2 your projectnpm introduces Gaode Official documents1. Installation2. Ent ...

Posted by hoffmeister on Sat, 05 Mar 2022 21:47:30 +0100

Using Cloud DB to build APP quick start - Web

summary The data of the Web application will be stored on the cloud side, and the data will not be cached locally. During data management, you will directly operate cloud side data. The Web SDK will guarantee the communication and communication security between your application and cloud database. This sample application demonstrates how to q ...

Posted by RClapham on Sat, 05 Mar 2022 20:55:11 +0100

This article takes you to understand vue's process of creating a background management system (Vue+Element)

I'm a ballad. It's easy to give up, but it must be cool to insist 1 Preface Based on my own work experience, if you have any unreasonable points, please make complaints about it. 2 Definition What does the background management system add, delete and modify a page? Is it a bit like that? There is no duplicate definition 3 first contact w ...

Posted by Paul_Bunyan on Sat, 05 Mar 2022 20:42:37 +0100

`vue3`+`ts`+`setup`Grammatical sugar implements an infinitely nested`tree`component

Today, we use vue3+ts+setup grammar sugar to implement an infinitely nested tree component. First, we will see the effect of the implementation. The style has not been much modified. This article is very basic, and I am mainly new to vue3. Recently, I have also started to practice using vue3 to implement a set of vue2 components when the compa ...

Posted by n-gen on Sat, 05 Mar 2022 19:57:50 +0100

[introduction to JSP] only know HTML but don't know JSP?

preface Today, let's continue to summarize and learn the relevant knowledge of JSP. In the last article, we learned the basic introduction of Servlet. If you are still interested in Servlet, I suggest you go to the previous blog first and then come back. Portal: [introduction to Servlet] an article is familiar to you that you have never heard ...

Posted by mckintosh18 on Sat, 05 Mar 2022 19:54:00 +0100

vue front-end and back-end separate back-end management system (rights management, login), front-end scaffolding. Docking backend is a backend interface based on SpringSecurity

Article Directory Foreword (very important)1. Summary of concepts and technologies (key points must be understood) 1. vue2. vue-admin-template template file parsing3. Asynchronous correlation, front-end and back-end interaction4. Navigation Guard5. Routing Resolution 2. Single sign-on implementation 1. Backend interface and response resu ...

Posted by empnorton on Sat, 05 Mar 2022 18:26:09 +0100