Get the App
  • LR Test SQL statement

    LR Test SQL statement

    Download and extract: MySQL LoadRunner libraries.zip overwrites the extracted include and bin directories copy to the LR installation directory (do not delete the original, copy directly, overwrite) scripting steps: set the global

    Shulou · 2022-06-03 07:27
  • Big data-- the Foundation of Traffic burying Point (1)

    Big data-- the Foundation of Traffic burying Point (1)

    What is the traffic flow is the response of the clickstream data generated by the interaction between the user and the website is the marketing contact point between the business and the user, and the entrance traffic data of the business dividend reflects the marketing funnel process through user behavior. Basic traffic metrics introduce quantitative indicators (page views, visits, number of unique visitors, independent page visits

    Shulou · 2022-06-03 07:27
  • Experience of data migration

    Experience of data migration

    A few days ago,    went on a business trip to the customer site to help migrate data. After a few days of hard work, the migration data was finally automated and can be operated in batches every day. Here, the editor will share with you the pitfalls (which may also be caused by lack of actual combat experience).    first of all, Xiaobian Rong, let me complain.

    Shulou · 2022-06-03 07:27
  • Testing ideas of common function points

    Testing ideas of common function points

    According to the experience, the test ideas of common function points are summarized: 1. Add or create (Add or Create). 1 the page points to. 2 after the operation all the controls bound to this data source are updated. The common order is stack Stack type, LIFO. 3

    Shulou · 2022-06-03 07:27
  • Qt Learning: the use of QListWidget.

    Qt Learning: the use of QListWidget.

    The important function of the QListWidget class: 1.void addItem (const QWidgetItem*); / / add an item. You need to create an object for an item first. Examples are as follows: QListWidgetItem * it

    Shulou · 2022-06-03 07:27
  • Agile in a Flash: redefine discipline

    Agile in a Flash: redefine discipline

    Today, when I came across the book "Agile in a Flash", I had the impulse to read it at first glance. But a good book needs to be tasted slowly, and occasionally you will have different feelings when you turn it over. After reading part of it, I have the idea of translating it. On the one hand, I can slow myself down and study it carefully, on the other hand.

    Shulou · 2022-06-03 07:27
  • Construction of Eureka Cluster for Spring-Cloud Learning

    Construction of Eureka Cluster for Spring-Cloud Learning

    one。 Why do you need a cluster? the previous article explained how to build a single node eureka, this one explains how to build an eureka cluster, here the cluster or local different ports execute three eureka, because the conditions are not allowed, there are no three computers, so let's make do with it.

    Shulou · 2022-06-03 07:27
  • JMeter stress test sql statement

    JMeter stress test sql statement

    In practical work, sometimes an interface is pressure-tested, and the function of the interface is to use SQL statements to query; sometimes, it also directly tests a sql statement. According to this article, first configure: https://blog.51cto.com/11009785/2384888

    Shulou · 2022-06-03 07:27
  • Selenium of UI Automation Test (1)-- api commonly used in selenium

    Selenium of UI Automation Test (1)-- api commonly used in selenium

    Directory 1 to browser operation 1.1 Open a browser 1.2 maximize browser with webdriver & close browser 1.3 set browser window size 1.4 Open Test Page 1.5 handle new browser pop-up window 2 Page element Positioning 3 how to position the page

    Shulou · 2022-06-03 07:27
  • (part 6.2) the powerful driving force behind big data's development-- HBase distributed storage system

    (part 6.2) the powerful driving force behind big data's development-- HBase distributed storage system

    This article goes on to talk about HBase. 4. Hbase Fault tolerance and recovery there is a HLog object in each HRegionServer. HLog is a class that implements Write Ahead Log and writes MemStor every user operation.

    Shulou · 2022-06-03 07:27
  • Autoit automatic installation software

    Autoit automatic installation software

    DirCreate ("d:\ office installation software") FileInstall ("QQ5.exe", "d:\ office installation software\") Run ("d:\ office installation software\ QQ5.exe") WinWaitActive ("Tencent QQ"

    Shulou · 2022-06-03 07:27
  • How to estimate the test quantity of unit test?

    How to estimate the test quantity of unit test?

    How to estimate the test quantity of unit test? Most people do not know how to estimate the test workload in the unit testing stage. Today, the editor introduces you to use Tessy tools to estimate the test volume of unit testing. Follow the editor to have a look. Figure estimated test time (ET), actual work consumption

    Shulou · 2022-06-03 07:27
  • Hadoop learning-- getting file system status through API-- day04

    Hadoop learning-- getting file system status through API-- day04

    Import java.io.ByteArrayOutputStream;import java.io.InputStream;import java.net.URL;import org.apach

    Shulou · 2022-06-03 07:27
  • Devops practice: mode of operation

    Devops practice: mode of operation

    Mode of operation: flattening organization-> full-function team (integration of responsibilities of R & D, operation and maintenance)-> flattening of automation organization of R & D, operation and maintenance: under the Internet spring tide, changes in business requirements become commonplace, multi-level organizational structure response and processing capacity are slow, far from keeping up with external changes. Use flattened organization

    Shulou · 2022-06-03 07:27
  • The function and usage of if name = & quot;main

    The function and usage of if name = & quot;main" in python

    Today, the editor will bring you an article introducing the function and usage of if name = = "main" in python. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. If name = 'main':

    Shulou · 2022-06-03 07:27
  • Common operations of Hbase database

    Common operations of Hbase database

    1. Create an auto guide package for maven project (it takes a long time to download from cloudera repository and wait patiently). The following is used as the content of pom.xml repositories in maven project.

    Shulou · 2022-06-03 07:27
  • Servlet context listener

    Servlet context listener

    ServletContextListener@WebListenerpublic class ServletContextListenerDemo implements ServletContextL

    Shulou · 2022-06-03 07:27
  • How to deploy a cluster test environment?

    How to deploy a cluster test environment?

    First, the requirements deploy two sets of environments locally, one for the development environment and the other for the test environment. Here, I test this set of environment, do a summary, the specific installation steps together, do not explain in detail here, if necessary, I can provide a summary document for reference. Used in every environment.

    Shulou · 2022-06-03 07:27
  • Netflix Service Discovery (Eureka) of SpringCloud

    Netflix Service Discovery (Eureka) of SpringCloud

    Preface with the continuous popularity of service-oriented programming, more and more companies, enterprises and developers use micro-service technology. At present, there are two popular microservice technologies: dubbo\ SpringCloud. This article is not going to compare dubbo and SpringCloud

    Shulou · 2022-06-03 07:26
  • How to implement region merge and split of Hbase?

    How to implement region merge and split of Hbase?

    1. Region split mechanism region stores a large amount of rowkey data. When there are too many pieces of data in region, it directly affects the query efficiency. When the region is too large, .hbase will split the region, which is also the Hb

    Shulou · 2022-06-03 07:26