Get the App
  • How to install Python and corresponding pygame and matplotlib under Windows system

    How to install Python and corresponding pygame and matplotlib under Windows system

    Recently, I'm going to learn the programming language Python. Consistent with other languages, you need to install the compilation environment and some necessary tools at the beginning. Here are some of my experiences when I first installed the Python environment. First, prepare the software resource 1 and download the Python file ht

    Shulou · 2022-06-03 07:24
  • Ali blockbuster open source Blink: why did we wait so long?

    Ali blockbuster open source Blink: why did we wait so long?

    This year, real-time streaming computing technology began to enter the mainstream, major manufacturers are sparing no effort to try the new streaming computing framework, real-time streaming computing engine and API such as Spark Streaming, Kafka Streaming, Beam and Flink continue.

    Shulou · 2022-06-03 07:24
  • Application of KMP algorithm (27)

    Application of KMP algorithm (27)

    We talked about the specific implementation of the KMP algorithm in the last blog, so we will look at the application of the KMP algorithm in this section. Question: how do I find out if a specified substring exists in the target string? Let's take a look at the new features in the string class, as shown in the following figure 1, substring lookup (KMP

    Shulou · 2022-06-03 07:23
  • HA and QJM of HDFS of Hadoop

    HA and QJM of HDFS of Hadoop

    This article focuses on the HDFS HA feature and how to use the QJM (Quorum Journal Manager) feature to implement HDFS HA. 1. There is only one Namenode in the background HDFS cluster, which introduces a single point problem; that is, if Na

    Shulou · 2022-06-03 07:23
  • Analysis of overload on Hadoop nodes

    Analysis of overload on Hadoop nodes

    Recently, it has been found that the client machine load of our hadoop cluster often soars to hundreds, resulting in slow machine response, customer response unable to submit job, or job running very slowly. There are usually several solutions to this situation. One is to increase the number of client machines and make them a po.

    Shulou · 2022-06-03 07:23
  • HTML5 access and OC interaction

    HTML5 access and OC interaction

    / screen # define SHENGHUO_WIDTH ([UIScreen mainScreen] .bounds.size.width) # define SHENGHUO_HEIGHT ([UISc

    Shulou · 2022-06-03 07:23
  • Spark2.x from shallow to deep comparison between RDD api reduceByKey and foldByKey in Series 6

    Spark2.x from shallow to deep comparison between RDD api reduceByKey and foldByKey in Series 6

    Before learning any knowledge of spark, it is best to correctly understand spark, you can refer to: correct understanding of spark I, preface for the two api of key-value type RDD, reduceByKey and foldByKey, we are often simple

    Shulou · 2022-06-03 07:23
  • Data processing flow

    Data processing flow

    Flow chart parsing typical BI system body flow is as follows: because it is dealing with massive data, the technology used in each link of the process is completely different from that of traditional BI. Subsequent courses will explain: 1) data collection: customized development and collection program, or data preprocessing using open source framework FLUME2):

    Shulou · 2022-06-03 07:23
  • System architecture evolution

    System architecture evolution

    According to the traditional architecture, the distributed architecture divides the system into several independent modules according to the function, and each module can complete the business logic before, which is called distributed. Multiple systems cooperate with each other to complete the business process, and the systems have to communicate with each other. SOA service-oriented architecture, which divides engineering into presentation layer and service

    Shulou · 2022-06-03 07:23
  • Python Notes-Loop

    Python Notes-Loop

    Condition judgment and indentation, pay attention to colon plus number limit # guessing number lucky_num = 19input_num =-number limit count = 0#while luckynumb inputlimit num and count

    Shulou · 2022-06-03 07:23
  • The way and Operation of opening multiple Files by vim

    The way and Operation of opening multiple Files by vim

    Vim starts and opens files 1.1 without any parameters, starts vim, displays the version number, and other help information; # vim1.2 option can open the specified number of lines, open multiple files # vim [option] file....#vim +

    Shulou · 2022-06-03 07:23
  • What is the cause and consequence of the operation team saying that the products are poorly made and the technicians are too incompetent?

    What is the cause and consequence of the operation team saying that the products are poorly made and the technicians are too incompetent?

    When the company is not well managed, or when the operation KPI is not up to standard, we often hear the operation team say, "it's not that our operation ability is bad, it's that this product is too bad, the technical staff is too poor, no matter how you want us to operate, this fairy can't be saved." The truth is that

    Shulou · 2022-06-03 07:23
  • Three ways for springboot to read configuration files

    Three ways for springboot to read configuration files

    Method 1: @ Configuration//@PropertySource ("classpath:jdbc.properties") / / @ PropertySource ("classpath:config/")

    Shulou · 2022-06-03 07:23
  • Selenium calls IE browser to report an error

    Selenium calls IE browser to report an error

    When you start to learn to write the first automation step, call the IE browser to run the error report, as shown below: the local IE uses IE7 on IE9,win7 and above must be on the security page of the IE internet option, and the enabling protection modes of the four zones must be the same (or all

    Shulou · 2022-06-03 07:23
  • Big data's learning framework with zero foundation

    Big data's learning framework with zero foundation

    The core curriculum developed by big data is the Hadoop framework, and it can almost be said that Hadoop is developed by big data. This framework is similar to the SSH/SSM framework for Java application development, which is developed by the Apache Foundation or other Java open source community groups.

    Shulou · 2022-06-03 07:23
  • Lintcode15 Permutations solution problem solution

    Lintcode15 Permutations solution problem solution

    [topic description] Given a list of numbers, return all possible permutations.Notice:You can assume that there is

    Shulou · 2022-06-03 07:23
  • Summary of TTCN manual test

    Summary of TTCN manual test

    1. AT command AT + CFUN boot and shutdown command AT + CGACT PPT activate Plesiochronous Path Termination-- quasi-synchronous channel terminal AT + CGATTAT + CGD

    Shulou · 2022-06-03 07:23
  • Notes of bigdata-zookeeper (1)

    Notes of bigdata-zookeeper (1)

    The definition of zookeeper zookeeper is a high-performance coordination service for distributed applications. As the name implies, zookeeper is used to save state, configuration and other information among multiple nodes of distributed applications to ensure that distributed programs run correctly and at a high speed. Zoo

    Shulou · 2022-06-03 07:23
  • What is Interface Test & Interface Test document Specification

    What is Interface Test & Interface Test document Specification

    What is the following selected from the "lie Software testing-performance, Automation, Security and team Management" interface test? How to do interface testing? Such questions are asked dozens of times almost every day, which shows that many friends do not know much about interface testing, and interface testing is now in the testing of Internet products.

    Shulou · 2022-06-03 07:23
  • Django-- URLconf configuration skills

    Django-- URLconf configuration skills

    In this chapter, we will use some clever tricks for view and URL configuration. [streamlined function Import (streamlining)] method 1: traditional method from django.conf.urls.defaults import * from

    Shulou · 2022-06-03 07:23