1. Compile and run Flink-1.13.6 source code

1. Flink source code environment construction 1. Overview This section demonstrates how to compile and run Flink source code locally. The technology is limited, and everyone is welcome to criticize and correct in the comment area. 2. Release Notes name version flink 1.13.6 jdk 1.8 Maven 3.2. 5 Operating System Mac 3. Compile Flink source […]

Linux soft RAID and LVM volume management

At present, the mainstream in the Linux system is the Ext (2/3/4) type file system. The Ext file system is mainly composed of Super Block (super block), Inode table, and Data block (data block). At present, the file system is relatively large, and it is unwise to put all Inodes and Blocks together, because the […]

Deep Learning – Seq2Seq LSTM Machine Translation.Part1

Summary: Hello, everyone, long time no update. Because, I have been learning Seq2Seq recently, and many of them are incomprehensible. I feel that it has been two months. I checked some information and today I will bring you a bitter history of character-based English-Chinese translation. Before talking about machine translation, we need to talk about […]

Vue3 component communication method

1. Vue3 component communication method Whether it is vue2 or vue3, the communication method of components is very important, whether it is a project or an interview, it is a knowledge point that is often used. For example: vue2 component communication method **props:** can realize communication between parent-child components, child-parent components, and even sibling components […]