Spark SQL workflow source code analysis stage (based on Spark 3.3.0)
preface
This article belongs to the column big data technology system, which was originally created by the author. Please indicate the source of quotation. Please point out the deficiencies and errors in the comment area. Thank you!
Please refer to the table of contents and references of this column Big data technology system
catalogu ...
Posted by fredroines on Thu, 24 Feb 2022 15:56:16 +0100
Convolutional neural network UNET learning
Convolutional neural network UNET learning
Video portal (entrance of station B)
nn.Sequential
As an ordered container, the neural network module will be added to the calculation diagram in the order of the incoming constructor. At the same time, the ordered dictionary with the neural network module as the element can also be used as the inco ...
Posted by blackmamba on Thu, 24 Feb 2022 15:52:48 +0100
Grey correlation and TOPSIS method -- matlab
catalogue
1. Introduction
2. Detailed explanation of algorithm
2.1 index normalization and standardization
2.2} find the maximum and minimum reference vector
2.3} calculate the correlation coefficient with the reference vector
2.4 scoring
3. Case analysis
3.1 reading data
3.2 data standardization
3.3 get the maximum and minimum refere ...
Posted by warren on Thu, 24 Feb 2022 15:48:12 +0100
Apache configuration and Application
catalogue
1, Build virtual Web host
2, Types of virtual hosts supported by httpd service (three types)
1. Domain name based virtual host
① Provide domain name resolution for virtual host
② Add virtual host configuration
③ Prepare web document for virtual host
④ Set access control
⑤ Load a stand-alone configuration file
2. IP address ...
Posted by smonsivaes on Thu, 24 Feb 2022 15:44:20 +0100
Explain the data interaction between the front and back of Ajax springboot in detail
Explain the data interaction between the front and back of Ajax springboot in detail
1. Ajax overview
The full English name of Ajax is "Asynchronous JavaScript and XML", namely "Asynchronous JavaScript and XML". Its core is to send data requests to the server in an asynchronous way through the XMLHttpRequest object of Java ...
Posted by fothers on Thu, 24 Feb 2022 15:39:17 +0100
C + + Learning comb
C + + Learning comb
:: scope operator
Usually, if there are two variables with the same name, one is a global variable and the other is a local variable, then the local variable has higher priority within its scope (the proximity principle, commonly known as the strong dragon does not suppress the local snake, I decide my territory), which wi ...
Posted by edwardsbc on Thu, 24 Feb 2022 15:22:02 +0100
Assembly language (Wang Shuang) - Experiment
Chapter 7 more flexible method of locating memory address
2. Program and complete the procedure in question 7.9
assume cs:codesg,ss:stacksg,ds:datasg
stacksg segment
dw 0,0,0,0,0,0,0,0
stacksg ends
datasg segment
db '1. display '
db '2. brows '
db '3. replace '
db '4. modify '
datasg ends
codesg segment
s ...
Posted by verlen on Thu, 24 Feb 2022 15:18:43 +0100
[Java advanced] common classes in Java - String
catalogue
01 string related
1.1 overview of string class
1.2 creation of string object
1.2.2 String str1 = “abc”; And String str2 = new String("ABC"); What's the difference?
1.2.3 memory parsing of string with different splicing methods
1.2.4 an interview question
1.3 common methods in string
1.3.1 ...
Posted by engkeb0i on Thu, 24 Feb 2022 15:15:33 +0100
TCP network programming
1, Basic concepts of network programming
1. What is computer network Computers distributed in different regions are interconnected by communication lines through network devices such as hardware Computer network, can be very convenient for information transmission, resource sharing!
2. What is the IP address of the computer IP address is the ...
Posted by marian on Thu, 24 Feb 2022 15:10:23 +0100
Using Nginx+rtmp module to build streaming media video on demand service in Ubuntu
Introduction: in this article, we will explain how to build an on-demand service through nginx + rtmp module.
For image download, domain name resolution and time synchronization, please click Alibaba open source mirror station Author: Tang Qingsong
1, Operating environment
In order to deploy this service to the production environment in th ...
Posted by ryanyoungsma on Thu, 24 Feb 2022 15:09:23 +0100