Learning to operate DOM

Learning to operate DOM DOM (Document Object Model) is a set of technical specifications formulated by W3C. It is a Web standard used to describe how JavaScript scripts interact with HTML or XML documents. DOM stipulates that the whole document is a document node, each element is an element node, the text contained in the element is a text no ...

Added by sasa on Sat, 09 Oct 2021 16:18:37 +0300

vue project - personal information details

          At present, the gourmet hero project has reached the white hot stage. I feel that the more I write, the more energetic and interesting I write. For a developer, the happiest thing is to write some satisfactory results.         Today's sharing is connected to the previous personal informa ...

Added by Optimo on Fri, 08 Oct 2021 21:23:04 +0300

Introduction to CSS - positioning

What is positioning? location: Set the box in a certain position, so positioning is also placing the box, and move the box according to the positioning method Positioning = positioning mode + edge offset Location mode is used to specify how an element is located in the document. The edge offset determines the final position of the element. ...

Added by Spogliani on Fri, 08 Oct 2021 03:35:50 +0300

Simulation of object-oriented Shopping Cart module based on java

Learning video: Introduction to java basic video tutorial, zero foundation self-study of Java, preferred introduction to Java for dark horse programmers (including Java projects and Java real problems)_ Beep beep beep_ bilibili catalogue  * 1, Demand analysis: simulate the function of shopping cart module   1. Console         wh ...

Added by xec on Thu, 07 Oct 2021 20:34:25 +0300

New HTML5 document

New HTML5 document 1 - header information The header area of HTML document stores the basic information of various web pages. These information are mainly used by browsers and will not be displayed in web pages. In addition, search engines will also retrieve these information. Therefore, it is very important to pay attention to and set header ...

Added by NotVeryTechie on Thu, 07 Oct 2021 11:48:55 +0300

background of Android Activity/Window/View

preface The background of Activity/Window/View is the background of View, followed by the background of Activity, and the background of Window is used less. What is the relationship and difference between the three? Through this article, you will learn: 1. Principle and application of View background 2. Principle and application of Window ...

Added by potatoCode on Thu, 07 Oct 2021 04:11:58 +0300

Getting started with HTML Basics

catalogue 1, List label 1. Unordered list 2. Ordered list 3. Tessellation of lists 2, Table label 1. Role of table labels 2. Table label 3. Merging of cells 4. Table border properties: 5. Filling properties of the table: 6. Spacing properties of cells: 3, Form 1. Use 2. Label (1) Form label: (2) Form control: 1, List label 1. ...

Added by shopphp on Wed, 06 Oct 2021 21:23:20 +0300

Basic controls and properties developed by Andriod

Control 1: TextView [2021 latest edition] Android (Android) develops zero-basics introductory course [full set] (created by millet, Ali, Tencent, IQIYI front-line factory teachers)_dairy dairy_bilibili TextView is literally a text view, just for displaying text. It's called a label in iOS, or UILabel. To display TextView in an Activity,We need ...

Added by Supplement on Wed, 06 Oct 2021 19:56:38 +0300

Slot is commonly used in vue3

Let's get to know the slot first In development, we often encapsulate reusable components: Previously, we'll pass some data to the component through props so that it can be displayed.However, in order to make this component more versatile, we cannot restrict the contents of the component to fixed div, span, and so on.We should allow users to ...

Added by janhouse00 on Wed, 06 Oct 2021 19:41:44 +0300

js phased summary

js introduction JavaScript is one of the three languages that web developers must learn. It is an object-oriented and event driven web scripting language based on client browser developed by Wangjing company (Script means Script) Scripting language: no compilation is required. The js interpreter (js engine) interprets and executes it line by ...

Added by g0liatH on Tue, 05 Oct 2021 04:24:12 +0300