Java Foundation Part 8 learning notes and collections
1. Knowledge point architecture of collection
1) , knowledge structure system diagram
2) , collection overview
3) . architecture
4) , tools
5) , Description: the bottom structure here is a little bit, and there are special chapters in the later period
2. Overview of collection
1) , notes
/*
*1. Ove ...
Posted on Sat, 13 Jun 2020 06:13:58 -0400 by deeppak
Filter property of CSS3
On the novel coronavirus pneumonia day ago, on April 4th, many websites and APP became gray. At that time, these websites and APP were too interested. I always thought this was a set of topics. Later I checked the implementation method. It turns out that css3 has an attribute filter, which can be implem ...
Posted on Sat, 13 Jun 2020 04:12:33 -0400 by npsari
Vue dynamic components and keep alive
1. Dynamic components
Dynamic component: as the name implies, dynamic component is the display of dynamic switching components
Requirements: display different states according to different states
1.1 use v-if or v-show to switch components
The sample code is as follows:
<style>
*{ ...
Posted on Sat, 13 Jun 2020 00:44:18 -0400 by Ajita
The creation and derivation of learning note process and thread in Linux operating system
1, Foreword
In the previous article, we analyzed the unified structure task of processes and threads in the kernel_ Struct, this article will continue to analyze the process, thread creation and derivation process. First, it introduces how to edit a program into an execution file and finally into a pr ...
Posted on Fri, 12 Jun 2020 23:34:39 -0400 by prashanth0626
Android system startup process 2 -- Analysis of Zygote process startup process
Related articles
Android system startup process 1 -- analyze init process startup process
zygote process startup process
In Android system, all application processes and system service processes system server are generated by the zygote process, which may be why we call it zygote. Because zygote ...
Posted on Fri, 12 Jun 2020 05:43:17 -0400 by bmarinho
Python data structure and algorithm -- binary search tree
What is binary search tree
Binary Search Tree (also: Binary Search Tree, binary sort tree) it is either an empty tree or a binary tree with the following properties: if its left subtree is not empty, the values of all nodes on the left subtree are less than the values of its root nodes; if its right subtree is not empty, the values of all nodes ...
Posted on Fri, 12 Jun 2020 02:29:35 -0400 by WebbieDave
Transition animation and keyframe animation in vue, and the use of animate.css And list transition
1, Transition animation
(1) Whether it's switching between components, or using v-if, v-show instructions to control the display of dom, as long as you want to achieve the animation effect, you must wrap it outside and give a name attribute to specify the use of the defined animation
<div id="ro ...
Posted on Fri, 12 Jun 2020 02:20:01 -0400 by bal bal
[C ×] AutoMapper user manual
catalog
1 introduction example
2 Registration2.1 Profile
3 configuration
3.1 naming convention
3.2 configuration visibility
3.3 global attribute / field filtering
3.4 identifying prefixes and suffixes
3.5 replacement characters
4 call constructor
5 array and list mapping
5.1 handling empty sets
5.2 polymorphism in sets
6 method to att ...
Posted on Fri, 12 Jun 2020 00:51:55 -0400 by johnsworld
Precautions for wechat domain name sealing
We often encounter our own regular website links, which are intercepted by wechat for no reason. Everyone is worried about this problem. There are many technologies of domain name anti sealing, two-dimensional code anti sealing and wechat anti red circulating on the network, but the effect is not ideal. ...
Posted on Fri, 12 Jun 2020 00:46:25 -0400 by wood1e
web Front End Learning Notes 02-HTML Overview and Basic Knowledge 2
Continue with the previous article web Front End Learning Notes 01-HTML Overview and Basic Knowledge 1
5. Common HTML Tags
2. Common line-level labels (in-line elements, not exclusive lines)
2.1 Semantic row-level labels (with default styles)
2.1-1 Link a Label <a href="Link Address&quo ...
Posted on Thu, 11 Jun 2020 12:35:49 -0400 by jayR