Get the App
  • The 'pleasure' hidden behind mock

    The 'pleasure' hidden behind mock

    Recently, a colleague complained that their tests were difficult to write, often spent more time on testing than on production code, and had to modify a lot of tests after each refactoring. After chatting with colleagues, I learned that mock is heavily used in its project, or excessive use of mock is extreme to the so-called unit testing.

    Shulou · 2022-06-03 06:16
  • HADOOP YARN (1)

    HADOOP YARN (1)

    What is HADOOP YARN? The full name of Yarn is the basic concept of Yet Another Resource Negotiator (Resource Manager) Container container is a layer of abstraction of resources by Yarn. (CP

    Shulou · 2022-06-03 06:16
  • The solution to the error of recording jmeter Times script with badboy

    The solution to the error of recording jmeter Times script with badboy

    Baidu search: Xiaoqiang test brand feels good in this article, remember to forward the phenomenon: in the study of jmeter, many rookie students rely on using badboy to record the script, then the problem of "script error" pops up when recording the script, and this problem does not affect us. You can click directly.

    Shulou · 2022-06-03 06:16
  • Zipper Table 1 in hive

    Zipper Table 1 in hive

    In some cases, the zipper list in hive needs to be done with a zipper list in order to maintain some historical states, so as to save space while all states can be retained. The zipper table is suitable for the following situations: the amount of data is a bit large, and some fields in the table change, but the frequency of change is also

    Shulou · 2022-06-03 06:16
  • Gdb debug report Missing separate debuginfos

    Gdb debug report Missing separate debuginfos

    At the beginning of gdb debugging, an error is reported with the following message: Detaching after fork from child process 4112.Program exited normally.Missing sepa

    Shulou · 2022-06-03 06:16
  • The Construction of ElasticSearch single Node Model

    The Construction of ElasticSearch single Node Model

    The environment CentOS7 installs JDK1.8 and the elasticsearch6.2.2 used here as an example, you can also use version 5. 6. 1 or higher. It is best to extract ElasticSearch as a non-root user, or if you use a root user, or

    Shulou · 2022-06-03 06:16
  • Recently, I want to learn automated testing.

    Recently, I want to learn automated testing.

    In my testing life in the past few months, I have been doing things according to the principle of "initiative". For example, some developers have completed a new project, but there has been no movement on our testing side, so I can't help it. I have to ask the boss, "the new project is complete, I am."

    Shulou · 2022-06-03 06:16
  • System integration qualification-difficulty-resource constraint

    System integration qualification-difficulty-resource constraint

    Advanced handout time Management Series No. 8 (question 19). ● T and H participate in the development of ①, ②, ③ and ④ software as system requirements analyst and software design engineer respectively. T's work must take place before H starts to work. The man-hours required for each software development job are listed below

    Shulou · 2022-06-03 06:16
  • Characteristics and classification of software and software

    Characteristics and classification of software and software

    To borrow the explanation software of Baidu Encyclopedia: software (Chinese mainland and Hong Kong language, Taiwan is called software, English: Software) is a collection of computer data and instructions organized in a particular order. Generally speaking, software is divided into system software, application software and middleware between the two.

    Shulou · 2022-06-03 06:16
  • Java HotSpot (TM) 64-Bit Server VM warning: ignorin

    Java HotSpot (TM) 64-Bit Server VM warning: ignorin

    Enable hbase to report errors: [root@hadoop bin] # / start-hbase.shstarting master, logging to / opt/hbase1.2.6/logs/hbase-

    Shulou · 2022-06-03 06:16
  • What on earth is big data? What is the path for beginners to learn big data?

    What on earth is big data? What is the path for beginners to learn big data?

    What does big data mean exactly? Although we all know about the high salary, how to learn from big data? What are the learning paths and methods? Today, let's take a look at what big data is. Let's take a look at the definition of Wikipedia, big data (English: Big data or Megadata), or huge amounts of data.

    Shulou · 2022-06-03 06:16
  • Centos6 install cdh5.7

    Centos6 install cdh5.7

    Centos6 installation preparation before cdh6.7 installation JDK environment version: jdk-7u79-linux-x64.tar.gz download address: oracle official website (http://www.oracle.com/technet

    Shulou · 2022-06-03 06:16
  • Tps Diagram and response time Chart in Jmeter performance Test

    Tps Diagram and response time Chart in Jmeter performance Test

    Jp@gc-Response Times Over Time display: jp@gc-Transactions per Second

    Shulou · 2022-06-03 06:16
  • Elasticsearch cluster operation and maintenance of 400 + nodes

    Elasticsearch cluster operation and maintenance of 400 + nodes

    Author: Anton H ä gerstrand translator: Yang Zhentao Catalog: data volume version node configuration index structure performance Meltwater has to process millions of post data every day, so a storage and retrieval technology that can handle this level of data is needed. From 0.11.X

    Shulou · 2022-06-03 06:15
  • Some comments on the Selenium environment

    Some comments on the Selenium environment

    Install some components of the installation configuration of the Selenium environment for instructions, which can be replaced by other tools as needed! 01.Java is the underlying language support for Java; 02.Eclipse is just an IDE, and Ja can be simply associated with this IDE

    Shulou · 2022-06-03 06:15
  • QTP series of lectures: output value series of lectures (1)

    QTP series of lectures: output value series of lectures (1)

    Output values are often used in the actual process. As the first lecture in a series of lectures, this lecture gives a brief introduction to output values, which is the first step in a series of courses on output values.

    Shulou · 2022-06-03 06:15
  • HDFS usage

    HDFS usage

    HDFS architecture: practice: HDFS is a file system, so it supports the basic operations of the file system, such as file addition, deletion, modification, permission modification, folder creation, deletion, renaming, etc. The operation command for HDFS is similar to that of linux shell for files.

    Shulou · 2022-06-03 06:15
  • Flink Zero Foundation practical course: how to calculate Real-time Hot items

    Flink Zero Foundation practical course: how to calculate Real-time Hot items

    In the previous introductory tutorial, we were able to quickly build a basic Flink program. This article will take you step by step to implement a more complex Flink application: real-time hot merchandise. Before starting this article, we recommend that you practice the previous article, because this article will follow

    Shulou · 2022-06-03 06:15
  • Robotframework keyword about wait time

    Robotframework keyword about wait time

    1the logic of thread waiting, the process waits for N seconds before running; 2the implicit Wait waits, Get Selenium Implicit Wait and Set Selenium Implicit W

    Shulou · 2022-06-03 06:15
  • A brief introduction to transformation and action operators of Spark

    A brief introduction to transformation and action operators of Spark

    The transformation operator map (func) returns a new distributed data set, which is composed of new elements of each original element processed by the func function. Filter (func) returns a new data set, and the value returned by the func function is t.

    Shulou · 2022-06-03 06:15