Introduction to pandas (conclusion) -- Mo Xiaotian with little talent and learning
Originally, I was going to go directly to the actual combat. Later, I thought, I'd better finish the necessary things first. Otherwise, many things in the actual combat will be confused and it will be troublesome to talk recursively.
This article is the last content explanation of pandas. The three connected together should be enough to deal w ...
Posted by Tonka1979 on Wed, 24 Nov 2021 14:35:49 -0800
Nested dolls, MySQL subqueries, single line and multi line subqueries, related and unrelated (related) subqueries, complete and detailed, collectable
Subquery refers to a query in which one query statement is nested inside another query statement. This feature has been introduced since MySQL 4.1. The use of SQL sub query greatly enhances the ability of SELECT query, because many times the query needs to obtain data from the result set, or calculate a data result from the same table, an ...
Posted by johnnyboy16 on Wed, 24 Nov 2021 14:23:36 -0800
RabbitMQ message queue
1, Introduction
Message queue functions: decoupling, asynchronous and peak clipping
Why use message queuing? What are the benefits of messages for columns- Laughing Terry - blog Gardenhttps://www.cnblogs.com/terry-love/p/11492397.html
2, RabbitMQ introduction
Several popular MQ models in the market:
ActiveMQ,RocketMQ,Kafka,RabbitMQ ...
Posted by semtex on Wed, 24 Nov 2021 14:06:30 -0800
gRPC call based on memory communication
Apache Dubbo has the communication mode of injvm, which can avoid the delay caused by the network and does not occupy the local port. It is a more convenient RPC communication mode for testing and local verification.Recently, I saw the code of containerd and found that it has similar requirements. Then I investigated whether gRPC has a similar ...
Posted by LexHammer on Wed, 24 Nov 2021 14:05:22 -0800
SQL training camp -- Task03: complex query methods - views, subqueries, functions, etc
This note is the learning content of Alibaba cloud Tianchi Longzhu plan SQL training camp. The link is: https://tianchi.aliyun.com/specials/promotion/aicampsql
preface
This note is the learning content of Alibaba cloud Tianchi Longzhu plan SQL training camp. The link is: https://tianchi.aliyun.com/specials/promotion/aicampsql
1. Part ...
Posted by jayd1985 on Wed, 24 Nov 2021 13:50:40 -0800
Huada MCU_ Pits encountered by HC32F460 serial TX send using DMA transport
DAM Initialization Structure
DMA: One request to transmit one data block, supporting the chain transfer function, can achieve one request to transmit more than one data block. A data block is a minimum of 1 data block and can be up to 1024 data blocks, each of which can be configured to be 8, 16, or 32 bits wide.
/* DMA Initialize structure: ...
Posted by CRichardson on Wed, 24 Nov 2021 13:49:47 -0800
Wechat applet connects to EMQX server
Recently, I was working on the project of connecting wechat applet to the Internet of things. However, the online data always did not match the demand. I finally succeeded in continuous experiments. I will make a brief record here.
Effect display
EMQX server configuration
Replace the host address with the server domain name. If there is no IC ...
Posted by cornercuttinjoe on Wed, 24 Nov 2021 13:37:58 -0800
Big data Azkaban Work Flow practice
1 HelloWorld case
1) In the windows environment, create a new azkaban.project file. The editing content is as follows: Azkaban flow version: 2.0 Note: the function of this file is to parse the flow file using the new flow API method.
2.0 azkaban supports both properties configuration files and yml configuration files! 3.0 azkaban sup ...
Posted by aeonsky on Wed, 24 Nov 2021 13:25:18 -0800
UI implementation sharing: dynamic navigation bar
UI implementation sharing: dynamic navigation bar
text
1. Achieve results
Let's take a look at the final effect
Static graph
Dynamic effect
2. Implementation details
2.1 html layout
The element layout is relatively simple. It is divided into the central. toggle element and the list of surrounding li elements
index.html
< ...
Posted by Eminem on Wed, 24 Nov 2021 13:22:43 -0800
Best practices for building container mirrors based on Dockerfile
1. Background overview
Container mirroring is the first step in the transformation of container landing. Summarize several reasons for image optimization
With the large-scale migration of application containerized deployments and accelerated version iteration, docker mirroring for optimizing infrastructure has the following main purposes
Re ...
Posted by pskZero7 on Wed, 24 Nov 2021 13:14:58 -0800