Catalog
1. Font Properties
1.1 Font Size
1.2 Font Style
1.3 Set line height
1.4 Font Tilt
Compound Writing of 1.5 font
2. Text Attributes
2.1 Font Color
2.2 Retrieve or set the case of text in an object
2.3 Text Alignment
2.4 Text Modification
2.5 first line indentation
2.6 Word Spacing
2.7 Word Spacing
3. List Attributes
3.1 ...
Posted by Matt Kindig on Sun, 07 Aug 2022 21:42:26 +0300
Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it
preface
Tip: Here you can add the general contents to be recorded in this article:
https://www.bilibili.com/video/BV14J4114768?p=274&spm_id_from=pageDriver
Tip: the following is t ...
Posted by theresandy on Wed, 25 May 2022 05:45:41 +0300
Why encapsulate an audio component
This is mainly because the official audio of wechat applet is not maintained, and there are some problems on many iOS real machines, such as clicking can not be played, and the total time is not displayed
Requirements and limitations of audio components
Click play or pause
Display playback progress and total ...
Posted by CashBuggers on Wed, 25 May 2022 02:19:32 +0300
First on the effect map, there are two kinds,
This is to use transform to change the size and zoom
This is to change the size of the text to zoom, which will cause typographic changes
When using transform, you can obviously feel more stuck than when you use changing the size of the text, and the larger the browser window, the more obvious the s ...
Posted by bolter on Mon, 23 May 2022 02:38:34 +0300
[1. Project Background]
In real life, we often encounter color matching problems, at this time go to Baidu RGB table. The RGB table, on the other hand, only provides RGB values relative to the color, and no modules can be validated.
We can use jquery mobile to design the color picker and get the color values we want. You can also validate the c ...
Posted by LiLaaron on Sun, 22 May 2022 23:06:18 +0300
CSS boost
The box model
1. Introduction to the box model
Box Model All HTML elements can be thought of as boxes. In CSS, the term "box model" is used for design and layout. Box Model Contains Contents The CSS box model is essentially a box that encapsulates surrounding HTML elements, it includes: margins, borders, padding, and actu ...
Posted by alex3 on Tue, 17 May 2022 09:56:41 +0300
Learning reason: because the interface in wechat applet is written by HTML, which is inconsistent with Qt control, understanding html is helpful to write wechat applet, and then my tutorial is actually to take a look Rookie tutorial , because it doesn't need to be proficient. It will become familiar with it when you use it more
1. Introduction ...
Posted by waltonia on Tue, 17 May 2022 01:52:07 +0300
JSOUP
Chinese official documents
jsoup is a Java HTML parser, which can directly parse a URL address and HTML text content. It provides a very labor-saving API, which can fetch and manipulate data through DOM, CSS and operation methods similar to jQuery.
Main functions:
Parsing HTML from a URL, file or string;
Use DOM or CSS selector to ...
Posted by beerman on Mon, 16 May 2022 03:00:36 +0300
Use of Filter
To match the specified resource. For example "/ index.jsp" Match with directory. For example "/ servlet / *" Match with suffix, for example "*. jsp" Wildcard to intercept all web resources. "/*"
1. What is a filter?
Filter is one of the three major components of javalistener and fil ...
Posted by tulleh on Sun, 15 May 2022 00:04:43 +0300