Design and implementation of online examination system

1. Design background Recently, some users have put forward the need to implement a set of video learning module and online examination module in the original website. Here, I will first introduce the design idea of the following online examination module. To realize an online examination system with basic functions, the following elements are ...

Added by godwisam on Tue, 01 Feb 2022 03:30:42 +0200

Hadoop - quick start

Big data has to mention the most useful weapon Hadoop. This article is the fastest way for you to get started with Hadoop. Hadoop has a quick introduction and a perceptual understanding, which can also be used as a quick index of steps. This article solves the following problems: Understand what Hadoop isWhat is Hadoop used for and how to use ...

Added by malcx on Tue, 01 Feb 2022 00:53:13 +0200

flink: Table&Sql environment construction and program structure

share Big data blog list explain I have always been interested in the knowledge of Flink Table. Now I decide to go beyond some unnecessary knowledge and learn Flink Table directly. This paper mainly introduces the architecture and interface implementation of Flink Table.Apache Flink has two relational APIs for unified stream batch proces ...

Added by alexboyer on Mon, 31 Jan 2022 12:26:30 +0200

Remember to use not null in MySQL, or you'll have to go!

Introduction: in the morning, I received a text message with the content of "Dear Hello, XXX". At that time, I smiled. It's a joke that programmers can Get. It shows that the program doesn't Get my name correctly from the database, and then formats the null value as null. To get back to business, the reason for this situation i ...

Added by cip6791 on Mon, 31 Jan 2022 09:35:08 +0200

New feature of Java 8: detailed use of Stream

1, Introduction    the Java 8 API adds a new abstraction called stream, which allows you to process data in a declarative way, similar to the intuitive way of querying data from the database with SQL statements to provide a high-level abstraction for Java collection operation and expression. The stream API regards the collection ...

Added by Imperialoutpost on Mon, 31 Jan 2022 08:20:35 +0200

Learning crawler from zero: collecting second-hand housing information in the world

l) collection website [scene description] collect the latest second-hand house information in the world. [website] https://tj.esf.fang.com/ [collection content] Collect the title, price, house type, area, unit price, orientation, floor, decoration, community, region, contact person and telephone number of all second-hand houses in the secon ...

Added by CK9 on Mon, 31 Jan 2022 05:42:31 +0200

The use of reduceRegions for multiple band statistics in GEE learning

preface How to make statistical analysis for multiple band values? You can use the reduceRegions function Image.reduceRegions(collection, reducer, scale, crs, crsTransform, tileScale) Apply the reducer on the area of each feature in a given set. The input number of reducer must be the same as the number of bands of the input image. Return t ...

Added by Vidya_tr on Mon, 31 Jan 2022 00:36:10 +0200

Centos7 starts Elasticsearch error collation

I have encountered a lot of mistakes in practicing es recently. Now write down the problems for later review and summary I won't repeat the process of installing es here. If you need the whole process of installing es, you can leave a message. If there are more, I'll write another detailed installation step Problem 1. Enter the es installatio ...

Added by fhil85 on Sun, 30 Jan 2022 23:25:53 +0200

Python big data processing library PySpark Practice II

Pyspark establishes Spark RDD Each RDD can be divided into multiple partitions. Each partition can be regarded as a data set fragment and can be saved to different nodes in the Spark clusterRDD itself has fault-tolerant mechanism and is a read-only data structure, which can only generate new RDD through transformation; An RDD can be proces ...

Added by pete07920 on Sun, 30 Jan 2022 16:23:19 +0200

2021 big data learning journey JavaSE · object oriented (class, object, encapsulation, construction method)

preface The series of articles is more suitable for non science students. From shallow to deep, step by step, and embark on the road of big data from the foundation Let's work together to achieve our goals and realize our ideals Finally, please leave your little ❤, Give me a little encouragement 1, Object oriented thought 1.1 over ...

Added by rochakchauhan on Sun, 30 Jan 2022 11:50:42 +0200