Get the App
  • What does big data developer need to learn? What is big data platform?

    What does big data developer need to learn? What is big data platform?

    Big data development major needs to learn three parts, namely, big data basic knowledge, big data platform knowledge, big data scene knowledge. Big data basic knowledge: there are three main parts, namely, mathematics, statistics and computer science. Big data's basic knowledge often determines the future of developers.

    Shulou · 2022-06-03 06:45
  • Selenium Learning: locating a set of elements

    Selenium Learning: locating a set of elements

    File name: checkbox.htmlCheckbox Checkbox < / h4 >

    Shulou · 2022-06-03 06:45
  • Installation and Sinicization of TortoiseGit

    Installation and Sinicization of TortoiseGit

    If you have TortoiseGit;2 on your computer. Click about3. Click visit our website to enter 4. Go to the official website of https://tortoisegit.org/ and click download5. It's okay inside.

    Shulou · 2022-06-03 06:45
  • MapReduce performance tuning of Hadoop

    MapReduce performance tuning of Hadoop

    Based on an in-depth understanding of these components, users can easily optimize the running efficiency of jobs by adjusting some key parameters. This article will introduce how to tune the performance of Hadoop from the perspective of Hadoop administrators and users to meet their needs. 1 Overview of Hadoop performanc

    Shulou · 2022-06-03 06:45
  • It is right to choose it for data analysis. It only takes three steps to easily complete the data visualization analysis.

    It is right to choose it for data analysis. It only takes three steps to easily complete the data visualization analysis.

    With the continuous development of the times, cloud computing, big data, artificial intelligence, Internet of things, 5G and other emerging industries are constantly evolving, and rapid decision-making and action capabilities have become a necessary capability for every enterprise. but often data analysis related to high procurement costs, long chain, high technical complexity, so that enterprises are out of reach.

    Shulou · 2022-06-03 06:45
  • Kafka Middleware-data Storage (1)

    Kafka Middleware-data Storage (1)

    Summary: Kafka, a distributed message queue, uses the file system and the operating system's page cache (page cache) to store and cache messages respectively, abandons the heap cache mechanism of Java, and changes random writes to sequential writes, combined with the characteristics of Zero-Copy.

    Shulou · 2022-06-03 06:45
  • Introduction to hadoop related processes

    Introduction to hadoop related processes

    1.NameNode: equivalent to a leader, responsible for scheduling, for example, if you need to save a 1280m file, if it is divided into 128m blocks, then namenode will allocate these 10 blocks (regardless of copies here) to the datanode in the cluster and record the right

    Shulou · 2022-06-03 06:45
  • Using Jmeter to test http interface

    Using Jmeter to test http interface

    This paper mainly tests the http interface and uses Jmeter tools to realize it. The Jmter tool was originally designed for performance testing, and it has been relatively mature in implementing calls to various interfaces, so this time, we directly use the Jmeter tool to complete the Ht.

    Shulou · 2022-06-03 06:45
  • Advanced Bash-Shell Guide (Version 10) Learning Notes 3

    Advanced Bash-Shell Guide (Version 10) Learning Notes 3

    There are more scripts in the book than more useful ones. It's a better way to check whether the command line argument is the number 40 # E_WRONGARGS=85 # Non-numerical argument (bad argument format

    Shulou · 2022-06-03 06:45
  • Distributed system (linux shell zookeeper)

    Distributed system (linux shell zookeeper)

    Linux introduction 1 introduces that the Linux operating system is a cloning system based on the UNIX operating system, which was born on October 5, 1991 (this is the first time it has been officially released). In the future, with the help of Internet network, and through the whole world

    Shulou · 2022-06-03 06:45
  • How to log in without entering a password SSH

    How to log in without entering a password SSH

    If you want to go from a@HostA ssh to b@HostB without entering a password, you need to use a key first, you need a key pair, not passphrase. (if it has been generated before, you can use it directly.) astata _ ssh-keygen ~ >

    Shulou · 2022-06-03 06:45
  • Batch operation under window: end process kill_S_CRT

    Batch operation under window: end process kill_S_CRT

    @ echo "kill CRT process" taskkill / F / IM SecureCRT.exeping 127.0.0.1-n 10 the above code means to end SecureCRT.exe

    Shulou · 2022-06-03 06:45
  • Unable create table from sparksql

    Unable create table from sparksql

    SqlContext.sql ("CREATE TABLE IF NOT EXISTS src (key INT, value STRING)") error: MetaException (message:fil)

    Shulou · 2022-06-03 06:45
  • Development of data acquisition platform for Intelligent Energy Management system of key Energy users in Shandong Province

    Development of data acquisition platform for Intelligent Energy Management system of key Energy users in Shandong Province

    The energy quality of manufacturing enterprises is directly related to the quality of products, and energy consumption directly affects the cost of high-consumption products, which in turn affects the competitiveness of an enterprise. In addition, manufacturing enterprises, as major polluters, the rational use and balanced allocation of energy play a vital role in environmental protection. energy

    Shulou · 2022-06-03 06:45
  • Development and construction of over-the-counter trading platform for block chain of digital currency OTC exchange

    Development and construction of over-the-counter trading platform for block chain of digital currency OTC exchange

    Blockchain technology is considered to be the technical basis of digital currency. The so-called blockchain technology, also known as distributed ledger technology, is an Internet database technology, which is characterized by decentralization, openness and transparency, so that everyone can participate in database records. In popular terms, if we assume that the database is a ledger

    Shulou · 2022-06-03 06:45
  • PO Design pattern of selenium Automated Test Framework

    PO Design pattern of selenium Automated Test Framework

    Object-oriented features: encapsulation, inheritance, polymorphism. It is also applicable in automation, there is a name often mentioned in Selenium automated testing (the idea is the same as the object-oriented features), through the PO pattern can greatly improve the efficiency of test case maintenance. # #

    Shulou · 2022-06-03 06:45
  • Several rules that software designers should know

    Several rules that software designers should know

    Bostar's law of law, also known as the law of robustness, its main meaning is "conservative when sending, open when receiving". Since it is a rule, it is the principle that should be followed in practice, and it is also a standard to test whether the design is successful or not. The Berstar rule is found in many of the programs we usually use.

    Shulou · 2022-06-03 06:45
  • How to design a real-time data platform (technical article)

    How to design a real-time data platform (technical article)

    Guide: real-time data platform (RTDP,Real-time Data Platform) is an important and common big data infrastructure platform. In the first part (design), we introduced RTDP from the perspective of modern data warehouse architecture and typical data processing, and discussed

    Shulou · 2022-06-03 06:44
  • Hadoop learning-- map collection serialization-- day07

    Hadoop learning-- map collection serialization-- day07

    Import java.io.ByteArrayInputStream;import java.io.ByteArrayOutputStream;import java.io.DataInputStr

    Shulou · 2022-06-03 06:44
  • Linux installation MySQL database for test environment

    Linux installation MySQL database for test environment

    1. First determine the version of your system, and choose the appropriate mysql version cat / proc/version2. Mysql download link address https://dev.mysql.com/downloads/mysql/3. Upload

    Shulou · 2022-06-03 06:44