Get the App
  • Talking about passing Test and failure Test

    Talking about passing Test and failure Test

    In the software testing technology, there is no mention of passing the test and failure test in the existing test method and test technology. However, in the actual project testing process, many project teams apply this method again. Although this method is adopted, many people do not have a thorough understanding of passing tests and failure tests.

    Shulou · 2022-06-03 07:55
  • Concurrent users and collection point

    Concurrent users and collection point

    When doing loadrunner concurrent testing, the rendezvous point is often set, but when analyzing the result diagram, it is found that whether or not to set the rendezvous point has little impact on the test results. With doubt, I asked a Daniel. After verification, I found that the rendezvous point was set by loadrunner.

    Shulou · 2022-06-03 07:55
  • A Collection of portal Development and configuration skills (2)

    A Collection of portal Development and configuration skills (2)

    1.4 Portal 6.1.0.3 installation or upgrade failed on Windows platform 1.4.1 problem description has installed Portal 6.1.0.1 or 6.1.0.2, attempted to upgrade to 6.1.0.3, found on Windows platform

    Shulou · 2022-06-03 07:55
  • Set up a code comment template in IDEA under the Mac version

    Set up a code comment template in IDEA under the Mac version

    In the process of using IDEA development, we can set the code annotation template to realize the automatic completion of the annotation information and improve the coding efficiency. I am using a Mac computer, so let's use the Mac environment to explain it. Configure the code comment template for IDEA on Mac, which mainly consists of two parts

    Shulou · 2022-06-03 07:54
  • HIVE JDBC connection details

    HIVE JDBC connection details

    Package org.conan.myhadoop.mr;import java.sql.Connection;import java.sql.DriverManager;import java.s

    Shulou · 2022-06-03 07:54
  • Using python+txt to build test data

    Using python+txt to build test data

    First, there are four tables in the background, and multiple test data should be inserted into each table. If there is the same requirement, a script is written to add data. II. Code #-coding:utf8--import pymysqlclass InsertTestData

    Shulou · 2022-06-03 07:54
  • The ninth of big data's learning series-Hive integrates Spark and HBase and related tests

    The ninth of big data's learning series-Hive integrates Spark and HBase and related tests

    The preface introduces the environment construction of the cluster in the Hadoop+Spark+Zookeeper+HBase+Hive cluster construction, which is the seventh of big data's learning series, but it will be very slow when using hive for data query, because hi

    Shulou · 2022-06-03 07:54
  • Simple 3 steps for easy integration of Testlink and MantisBT

    Simple 3 steps for easy integration of Testlink and MantisBT

    Software environment: testlink 1.9.12MantisBT-1.2.18 1. First, let's talk about the benefits of integration: at the end of each version test, it is convenient to count the percentage of bug found by TC; in testlink, by looking at the use case execution history, you can

    Shulou · 2022-06-03 07:54
  • Big data-java Foundation-8day

    Big data-java Foundation-8day

    Process-1. Processes are isolated in memory (memory is not shared). two。 Communication between processes is through socket, which is also needed on the same computer. Thread-

    Shulou · 2022-06-03 07:54
  • Redis Cluster add / remove full toss steps

    Redis Cluster add / remove full toss steps

    Redis is still quite fun. Today, we tested the addition of clusters, deletion of nodes, reassignment of slot, and so on. More in-depth understanding of the rules of the redis game. There are many steps, but they are detailed. Environment explanation: I tested it on a Centos 6.9, with each redis node at the end.

    Shulou · 2022-06-03 07:54
  • Demeter's rule

    Demeter's rule

    Personal original text: Dimitri's rule (reading e-books on mobile phones) the fifth of the six principles of the design model: the Dimitt rule. Introduction name: Demeter's law English name: Law of Demeter nickname: minimum knowledge principle nickname: Least Knowledge Princ

    Shulou · 2022-06-03 07:54
  • [online discussion]

    [online discussion] "Agile Development user Story Classification and organizational structure (issue 3-2)"

    Second: the relationship between user story tree and Area in MVC Chen Yong-Entrepreneurship-Beijing (* * 9107533) the topic below 13:15:15 is the relationship between user story and design. The design as a whole includes both vertical and horizontal designs. MVC, for example, can be understood as a solution to vertical design.

    Shulou · 2022-06-03 07:54
  • Thymeleaf template of SpringBoot

    Thymeleaf template of SpringBoot

    Read catalog 1, preface 2, integrate Thymeleaf template engine 3, use Thymeleaf template to return to the top 1, preface Thymeleaf appears to replace JSP, although JSP has been around for a long time, and in Java We

    Shulou · 2022-06-03 07:54
  • Practical 1--WorldCout programming in MapReduce programming

    Practical 1--WorldCout programming in MapReduce programming

    / / mapreduce program import java.io.IOException;import java.util.StringTokenizer;import org.apache.hadoop.co

    Shulou · 2022-06-03 07:54
  • Apache Arrow official documentation-metadata

    Apache Arrow official documentation-metadata

    Metadata: logical types, schemas, headers this is a document of the Arrow metadata specification that enables the system to communicate logical array types (implemented using the physical memory layout specified in Layout.md) the pattern "data header" of the table collection of the Arrow data structure indicates the memory buffer.

    Shulou · 2022-06-03 07:54
  • PyQt5 development notes, how to achieve the program startup screen and exit prompt?

    PyQt5 development notes, how to achieve the program startup screen and exit prompt?

    Program startup screen: if _ _ name__ = "_ _ main__": ui_style = UIStyle () .get_style () app = QtWidgets.QApplicatio

    Shulou · 2022-06-03 07:54
  • Design pattern-- singleton pattern-- first day of study

    Design pattern-- singleton pattern-- first day of study

    The advantages of singleton mode: because singleton mode generates only one instance, which reduces system performance overhead, when an object needs more resources, such as reading configuration and generating other dependent objects, you can generate a singleton object directly at startup and then permanently reside in memory.

    Shulou · 2022-06-03 07:54
  • Multidimensional analysis can be done by giving a SQL.

    Multidimensional analysis can be done by giving a SQL.

    "move Excel PivotTable to WEB" We take the Excel file dataset as an example to show how to embed Excel PivotTable into my application. Students who love learning will ask that the Excel PivotTable can use Excel.

    Shulou · 2022-06-03 07:54
  • Test method before CDN selection

    Test method before CDN selection

    After purchasing the CDN service, users will be more concerned about the actual effect in the process of using it. First of all, you need to make sure that it has been activated successfully, and then follow the basic steps to add accelerated domain names and configure CNAME. After all these are successfully completed, you can then test whether CDN is accelerated successfully.

    Shulou · 2022-06-03 07:54
  • What is the environment of load balancing?

    What is the environment of load balancing?

    Load balancing (Cloud Load Balancer) is a service that distributes traffic to multiple CVMs. Load balancing can expand the external service capacity of the application system through traffic distribution and improve the availability of the application system by eliminating a single point of failure. The load balancing service sets the virtual

    Shulou · 2022-06-03 07:54