Get the App
  • The difference between web_submit_data () and web_submit_form () in loadrunner

    The difference between web_submit_data () and web_submit_form () in loadrunner

    The difference between web_submit_data () and web_submit_form () web_submit_form recording determines whether there is cache content in the browser, and if there is a web_submit_form function, only save and

    Shulou · 2022-06-03 06:36
  • Selenium Learning: mouse event

    Selenium Learning: mouse event

    The method of mouse operation in WebDriver encapsulates the common method provided by the ActionChains class in the ActionChains class: perform (): executes the storage behavior contextclick in all ActionChains

    Shulou · 2022-06-03 06:36
  • Big data IDEA debug flink program

    Big data IDEA debug flink program

    Flink development in IDEA is a relatively difficult thing, there is no reference materials on the Internet, even if the employment is too general, I do not know if it will not say or will not talk nonsense, in order to solve the problem of flink, I specially made a simple description of the development. Two main issues are considered: 1.

    Shulou · 2022-06-03 06:36
  • Batch modify rrd file configuration

    Batch modify rrd file configuration

    #! / bin/bash### Author:huangjinfa### Email:webjin@qq.comfor I in $(/ bin/ls $1) do/usr/bin/rrdtool dump

    Shulou · 2022-06-03 06:36
  • Optimization Scheme of High concurrency distributed access Control (ACL) under large amount of data (1)

    Optimization Scheme of High concurrency distributed access Control (ACL) under large amount of data (1)

    The current design scheme is 1.1. Control count: in the current project, there are many interfaces that require permission access control for visitors. The current design scheme is to use redis cluster to store the access count information of each access control point. The key value is = PlatformId (access platform

    Shulou · 2022-06-03 06:36
  • Make a list of Cloudera's crazy CCP:DS certification outline

    Make a list of Cloudera's crazy CCP:DS certification outline

    Required Exams DS700-Descriptive and Inferential Statistics on Big Data DS701-Advanced Analyti

    Shulou · 2022-06-03 06:36
  • Complete decryption of Spark CheckPoint (41)

    Complete decryption of Spark CheckPoint (41)

    What on earth is Checkpoint? 1. Spark is often faced with a large number of RDD of Tranformations in production environment (for example, a Job contains 10, 000 RDD) or RDD books generated by specific Tranformation

    Shulou · 2022-06-03 06:36
  • A summary of real project performance testing and tuning

    A summary of real project performance testing and tuning

    The following content comes from Xiaoqiang test brand training class students' work phenomenon because the company needs to stress test the system, so use LR to carry out stress test on the registration business of the website. When the concurrency is 7, there are a large number of errors: please click here to enter a picture to describe the analysis and solution. First of all, solve the problem.

    Shulou · 2022-06-03 06:36
  • Appium react@~15.3.1 Editing record

    Appium react@~15.3.1 Editing record

    \ npm install-save react@~15.3.1npm WARN checkPermissions Missing write access to / usr/local/lib/nod

    Shulou · 2022-06-03 06:36
  • PHPUnit- Interface Test Foundation of Interface Automation Test Series

    PHPUnit- Interface Test Foundation of Interface Automation Test Series

    This series will systematically introduce the interface testing framework phpunit, which is written in PHP language. Will start from the foundation to the framework design. The first few sections are theoretical, but the ideas involved are still very important, followed by code practice. Of course, there will be many shortcomings in this series. I hope you will have more.

    Shulou · 2022-06-03 06:36
  • Problems encountered by ant in sending email

    Problems encountered by ant in sending email

    1. The jmeter+ant+jenkins environment is built on the local environment, and the solution is as follows: add four jar packages to the lib under the ant installation package: mail-1.4.7.jar,commons-ema

    Shulou · 2022-06-03 06:36
  • How to calculate the size of heap memory needed in namenode in hdfs

    How to calculate the size of heap memory needed in namenode in hdfs

    Please refer to the previous link address: why hdfs is not good at storing a large number of small files https://blog.51cto.com/12445535/2354951 Overview: namenode replication (replication) replication default

    Shulou · 2022-06-03 06:36
  • Working mode of MQ message queuing

    Working mode of MQ message queuing

    1. The difference between message point-to-point mode and subscription mode https://blog.csdn.net/lizhitao/article/details/477231052.RABBIT MQ's working mode https://blog

    Shulou · 2022-06-03 06:36
  • FFmpeg startcode analysis

    FFmpeg startcode analysis

    The starting code is divided into two types: 0x00 0001 and 0x00 0001. There is no starting code in the code stream transmitted through rtp. It is necessary to manually add the starting code to complete a complete NAL video unit, so that a complete image can be parsed and found in H264.

    Shulou · 2022-06-03 06:36
  • HBase client Rpc retry mechanism and client parameter optimization.

    HBase client Rpc retry mechanism and client parameter optimization.

    Hbase client retry mechanism how to ensure the system fault tolerance and low latency HBase client Rpc retry mechanism and client parameter optimization. Retry mechanism of HBase client based on Backoff algorithm 1. On the one hand, business users are more concerned about the read and write performance of HBase services:

    Shulou · 2022-06-03 06:36
  • Tasks in Software Development

    Tasks in Software Development

    In looking at the soft test questions, it is found that there are many definitions of tasks in various stages of software development. When using the structured development method for software development, the interface design in the design phase is mainly based on the data flow diagram in the requirements analysis stage. the main task of the interface design is to describe the interaction between the software and the external environment.

    Shulou · 2022-06-03 06:36
  • What is Natural language processing Technology

    What is Natural language processing Technology

    Natural language processing (NLP) is a field of computer science, artificial intelligence and linguistics concerned with the interaction between computers and human (natural) language. Natural language processing is an important direction in the field of computer science and artificial intelligence. It can realize the use of natural language between people and computers.

    Shulou · 2022-06-03 06:36
  • QApplication: No such file or directory of Qt Classic error message

    QApplication: No such file or directory of Qt Classic error message

    QApplication of Qt classic error message: No such file or directory this error message is generally the first example of Qt programming when a novice is compiling the first application of "Hello,World" in Qt5.

    Shulou · 2022-06-03 06:36
  • A preliminary study of Selenium

    A preliminary study of Selenium

    Accidentally engaged in testing for nearly 4 years, looking back on the road is really quite "comedy", in the summer of 2010, I majored in software engineering in the eyes of many students surprised to choose software testing training, gave up the "high-end" software development at that time, from the road to black, in doubt

    Shulou · 2022-06-03 06:36
  • Principles of software testing (the art of software testing)

    Principles of software testing (the art of software testing)

    1. A necessary part of the test case is to define the expected output or results. 2. Programmers should avoid testing their own programs. 3. Organizations that write software should not test their own software. 4. The execution results of each test should be thoroughly checked. 5. The writing of test cases should not only be rooted

    Shulou · 2022-06-03 06:36