Overview of DNS domain name system and forward resolution experiment
catalogue
1, DNS - domain name system
2, DNS domain name structure
3, DNS server type
4, Steps to build DNS domain name resolution server
Domain name resolution using virtual machine win10
1, DNS - domain name system
DNS definition: DNS is the English abbreviation of "domain name system". As a distributed database that maps ...
Posted by paul_so40 on Sun, 05 Dec 2021 20:44:49 -0800
C + + virtual functions and polymorphism
one virtual function
one point one definition The member function decorated with virtual is called virtual function
one point two Impact on class memory
An empty class (there is no data member ...
Posted by elgordo1960 on Sat, 04 Dec 2021 20:04:53 -0800
Concurrent programming process
First of all, what do we need to know about the process?
Narrow sense: a process is an ongoing program
Generalized: it is the basic unit of operating system allocation
Program: it is an inanimate entity waiting for the processor to give life. Once the program has life, it becomes a process.
Differences between procedures and processes: ...
Posted by lowspeed on Fri, 03 Dec 2021 18:42:24 -0800
IDrawingDoc Interface learning notes
Solidworks learning notes - link Solidworks
on this basis
Allows access to functions that perform drawing operations.
attribute
NameDescriptionremarksActiveDrawingViewGets the currently active drawing view. Gets the currently active sheet view.AutomaticViewUpdateGets or sets whether the drawing views in this drawing are automatically up ...
Posted by tommynanda on Fri, 03 Dec 2021 13:06:57 -0800
Python learning notes - Tkinter_ 04 entry (single line input box)
1, Properties of the Entry field
About verification details
reference resources: https://blog.csdn.net/qq_41556318/article/details/85108328
Because I have checked a lot of materials, many of them are not explained clearly here, so they are listed separately and explained in detail.
The Entry component supports the verification of the l ...
Posted by RobinTibbs on Fri, 03 Dec 2021 00:52:16 -0800
The secret of rotating strings
Recently, Zhang children's shoes are very interested in string rotation, flipping and other issues. I watched some videos and did some topics. Now I have some new ideas and follow-up learning goals and plans to share with you
catalog:
1: Introduce two methods to rotate the string as a whole 2: Rotate a single ch ...
Posted by faraway on Tue, 30 Nov 2021 21:23:54 -0800