Tag:text
-
Time:2021-3-6
No.1 discard label Allows authors to explicitly declare a sequence of characters that form the acronym or abbreviation of a word. It indicates that the applet contains Java. Defines the default font, color, or size of text in a page. It is the element of setting the background music of web page in IE […]
-
Time:2021-3-5
What did we talk about in the last part?🤔 Download and run Hollywood hollywood Updated source information sudo apt update View all installed packages #Dpkg deiban local package management dpkg –list #Apt advanced package management sudo apt list –installed View upgradeable packages sudo apt list –upgradable If we find firebox in the updatable list, how […]
-
Time:2021-2-27
preface Simple notes, nothing else Type of node Node type There are 12 types of nodes. The node type is obtained by nodeType and represented by numbers 1-12 NodeType, the type of the node NodeName, depending on the type of node. For elements of element type, nodeName is equal to the tag name NodeValue depends […]
-
Time:2021-2-26
1、 Grep and regular expressions grep Grep (global search regular expression (RE) and print out the line) is a powerful text search tool. It can use regular expressions to search text and print out the matching lines. option -This parameter must be used when you specify that you want to find a directory instead of […]
-
Time:2021-2-24
1: Background 1. Tell a story Some time ago, a local people’s livelihood information number was set up. As for information, I copied it from you. You copied it from the official media. Ordinary people like anecdotes and anecdotes, so there is a demand for how to capture the news on the local people’s livelihood […]
-
Time:2021-2-20
What is a macro Macros allow us to repeat specific changes in vim. In VIM, we can record and store any key operation to a certain locationregisterFor playback later. To use a macro, you first need to record a macro, that is, input a series of commands, and store the series of commands in a […]
-
Time:2021-2-20
MD5 as a way to protect data, we can use Notepad + + to generate MD5 data. Let’s take a look at the detailed tutorial. Software name: Text (code) editor (Notepad + +) 64 bit v7.8.9 multilingual Chinese installation version Software size: 3.78MB Update time: 2020-07-17Download now 1. First, open Notepad + +, the version […]
-
Time:2021-2-19
Chairman of Alibaba Group’s front end Committee @ Yuanxin has four expectations for the future of the front end: build services, serverless, intelligent, IDE. If you think about it carefully, the imagination of a “visual building system” can hit these aspects perfectly.Where is the boundary of the front end and where is the value of […]
-
Time:2021-2-19
Fuzzy search artifact FZF Fuzzy finder What is fuzzy search?In a broad sense, fuzzy search means that there is a certain difference between the information to be searched and the question to be asked. This difference is the meaning of “fuzzy” in search. For example, when you look up the name Smith, you will find […]
-
Time:2021-2-18
This article is published on personal website:https://wintc.top/article/59, reprint please indicate A long time ago, I wrote a Vue component, which can match the keyword highlight in the text content, similar to the browser Ctrl + F search results. The implementation scheme is to search the keywords in the text string, then use special tags (such […]
-
Time:2021-2-15
Contents of historical articles in this series: Esp32 overview and Arduino software preparation Introduction to esp32 GPIO interface programming Bluetooth flip pen (PPT controller) Novel coronavirus pneumonia epidemic data real-time display Fans counter of station B Siri speech recognition control LED light Obtaining sensor data by Siri speech recognition Introduction to color screen display (1): […]
-
Time:2021-2-13
<span style=”display: inline-block;width: 50px;> <p style=”display: inline-block;white-space: nowrap;margin-left: 50%;transform: translateX(-50%);”> Huangpu Wahaha, lebes777, Wahaha, it’s a good district </p> </span> main points:1. The child element should be set to not wrap, and it is an inline block level element, so that the text has the actual width.2. Based on the 50% width of the parent […]