web development course training, css pseudo element selector

Four positioning methods of CSS layout 1. static: Default value. Without positioning, the element appears in the normal flow (ignoring the top, bottom, left, right or z-index declarations). Refer to the previous essay. 2. relative: The element positioned as relative deviates from the normal document flow, but its position in the document fl ...

Posted by xxxxxx on Sun, 16 Jan 2022 06:28:40 +0100

What are the web development technologies, html5 data visualization

preface Although there are mature and useful libraries for dealing with dates, such as momentjs and date FNS, sometimes we don't need the whole library in actual development. Therefore, I have sorted out various operations on date and time in front-end development, which is relatively complete. Some of them come from ourselves and some from ou ...

Posted by sethadam1 on Sat, 15 Jan 2022 22:18:22 +0100

web front-end development, which school to learn, list tags of html tags

Introduction to distributed apollo Apollo (Apollo) is an open source configuration management center developed by Ctrip framework department. It can centrally manage the configuration of different application environments and clusters. After the configuration is modified, it can be pushed to the application end in real time, and has the charac ...

Posted by hcoms on Sat, 15 Jan 2022 21:00:53 +0100

web development online, 10 front-end common algorithms

The search engine must not default. ElasticSearch, which is often used in our project, is a search engine and is essential in our log system. ELK, as a whole, is basically standard for operation and maintenance. In addition, the bottom layer of the current search engine is based on Lucene. Xiaobian recently encountered a demand. Because the da ...

Posted by penkomitev on Sat, 15 Jan 2022 18:54:40 +0100

Interview 12 questions every day

1. Differences between static variables and instance variables Static variable: because static variables do not belong to any instance object and belong to a class, there will only be one copy in memory. During class loading, the JVM will allocate memory space for static variables only once. Instance variable: each time an object is created, t ...

Posted by rline101 on Sat, 15 Jan 2022 16:43:42 +0100

web front-end development software, form tag of HTML tag

**MQ, also known as Message Queue, is a middleware for asynchronous communication** It can be understood as the post office. The sender delivers the message to the post office, and then the post office helps us send it to the specific message receiver (consumer). We don't need to care about the specific sending process and time, and it won't in ...

Posted by fahhem on Sat, 15 Jan 2022 15:01:58 +0100

html5, mobile web development, HTML list Tags

1, Introduction to nginx Nginx (engine x) is a high-performance HTTP and reverse proxy web server, which is characterized by less memory and strong concurrency. In fact, nginx performs better in the same type of web server. Nginx is specially developed for performance optimization. Performance is its most important consideration. In fact, it ...

Posted by tim_perrett on Sat, 15 Jan 2022 09:52:31 +0100

web front-end development network course, characteristics of jquery entry function

I think everyone must have read the explanations and sermons of various "strategic models" more or less. This article is to "clarify" the strategic models and try to answer the following questions: 1. How does the policy pattern optimize the business logic code structure? 2. How can you kill a chicken with an ox knife? Jus ...

Posted by raku on Sat, 15 Jan 2022 08:45:02 +0100

Detailed explanation of four positioning methods of web development framework and CSS

In CSS, you can use the position attribute to locate elements. The position attribute specifies the location type of the element. Attribute value: absolute: generates an absolutely positioned element, which is positioned relative to the first parent element other than static positioning. The position of the element is specified by the " ...

Posted by coverman on Sat, 15 Jan 2022 07:28:11 +0100

web development, online training, css learning costs

1, Foreword The powerful effect of css3 animation is self-evident. Since its emergence, it has been hot, and its advantages and disadvantages with js animation have always been the topic of debate in the front-end industry. There is no doubt that the emergence of css3 animation reduces the difficulty of realizing animation effect to a certain ...

Posted by dieselmachine on Sat, 15 Jan 2022 07:15:46 +0100