Get the App
  • Verification of test results of selenium automated testing

    Verification of test results of selenium automated testing

    1. In the actual testing process, it is often necessary to compare whether the actual results are consistent with the expected results. two。 If the actual results are not consistent with the expected results, it is considered that bugselenium is widely used in the BPX S architecture, how to verify the correctness of the test results through selenium. Case analysis

    Shulou · 2022-06-03 07:01
  • Some problems of cache in sparkSQL

    Some problems of cache in sparkSQL

    When sparkSQL uses cache cache, sometimes the cache may not work, and it may send out the feeling that the cache is fake. Now let's talk about this problem. The problem scenario describes that when we count and process the data through spark, we find that it is a delay meter.

    Shulou · 2022-06-03 07:01
  • How to practice agile development of Scrum based on TAPD?

    How to practice agile development of Scrum based on TAPD?

    Scrum is an agile development method for developing innovative products and services. Let's first take a look at the agile development process and characteristics, and focus on the roles, activities and artifacts of the Scrum framework. Then we introduce the team's use of requirements management, defect management, iterative management and so on in TAPD.

    Shulou · 2022-06-03 07:01
  • Comparison of several parallel models

    Comparison of several parallel models

    In a broad sense, parallelism can be divided into several categories, 1. Shared memory parallelism (explicit threads, such as Pthreads and Java threads); 2. Shared memory parallelism (task / data parallelism, such as OpenMP); 2. Distributed parallelism (explicit communication, than

    Shulou · 2022-06-03 07:01
  • Construction of JMeter Eclipse development environment

    Construction of JMeter Eclipse development environment

    Reprint part of the document: http://www.cnblogs.com/taoSir/p/5144274.htmlJMeter pure Java development, the interface is also based on Swing or AWT, so want to know more about this tool

    Shulou · 2022-06-03 07:01
  • Organize records related to sqoop

    Organize records related to sqoop

    Production background: in the import from mysql to hive, encountered the following problems: export from hive to mysql, encountered the following problems: sqoop shortcomings: 1 based on the command line mode of operation, error-prone and unsafe. 2 data transmission and data format are tightly coupled, which makes

    Shulou · 2022-06-03 07:01
  • Apache configures SSL to realize https access

    Apache configures SSL to realize https access

    This bad situation: CA and apache are the same host, first make this machine as the CA server: [root@localhost~] # yum-y install openssl openssl-devel [root@localhos]

    Shulou · 2022-06-03 07:01
  • Introduction to ViCANdo tools and OpenCV

    Introduction to ViCANdo tools and OpenCV

    OpenCVOpenCV is a cross-platform computer vision library released under the BSD license (open source) that can run on Linux, Windows, Android, and Mac OS operating systems. It's lightweight and efficient-- it consists of a series of C functions and a few

    Shulou · 2022-06-03 07:01
  • Basic Syntax Summary of hive (hql)

    Basic Syntax Summary of hive (hql)

    Summary of basic Grammar of hive on Wednesday, 2019-2-20 (hql)-Hive Learning 3:Hive detailed explanation of three Table-building sentences http

    Shulou · 2022-06-03 07:01
  • How to highlight an element for easy debugging

    How to highlight an element for easy debugging

    Now take Baidu's search box as an example, through two ways to highlight Baidu search box the first method: from selenium import webdriverdriver = webdriver.Firefox () driver.

    Shulou · 2022-06-03 07:01
  • Giraph source code analysis (5)-- loading data + synchronous summary

    Giraph source code analysis (5)-- loading data + synchronous summary

    Author | Bai Song has nine chapters on Giraph, and the fifth chapter of this article. Environment: 2 workers started on a stand-alone machine (machine name: giraphx). Input: SSSP folder, which contains two files, 1.txt and 2.txt. 1. In Worke

    Shulou · 2022-06-03 07:01
  • A tutorial on connecting dbeaver to hive

    A tutorial on connecting dbeaver to hive

    Dbeaverdbeaver is a free and open source (GPL) universal database tool for developers and database administrators. Ease of use is the main goal of the project, which is a well-designed and developed database management tool. Free, cross-platform, based on open source frameworks and allowing various extensions to write (

    Shulou · 2022-06-03 07:01
  • Cognitive testing framework

    Cognitive testing framework

    At the beginning of the cognitive test architecture, when you hear about the test architecture design, you feel as sacred and mysterious as the software architecture design. Sacred, because these two positions are software testing, and software development in the technical line of top positions, generally are expert-level positions. Mysterious, because it's not clear.

    Shulou · 2022-06-03 07:01
  • Blockchain technology development: how to choose a digital asset trading platform development company?

    Blockchain technology development: how to choose a digital asset trading platform development company?

    Due to the domestic policy restrictions on the digital asset market, the development of digital assets has become slow. under the background of this period, the digital asset trading platform has also entered a time of rest and recuperation, and many trading platforms have been shut down. there are also many platforms that have come out, which tells us a truth, no matter what the environment is, the market.

    Shulou · 2022-06-03 07:01
  • How to analyze business concepts with class diagrams

    How to analyze business concepts with class diagrams

    Using class diagrams to analyze business concepts can train you in object-oriented analysis (OOA,Object-Oriented Analysis). Each software system will involve a lot of people, business concepts and objects, etc., there may be a lot of relationships between them, a lot of things happen, classes

    Shulou · 2022-06-03 07:01
  • A strategy for programmers to break through the customs show on Singles Day

    A strategy for programmers to break through the customs show on Singles Day

    Singles Day has nothing to do with me, as a result, it rained last night, causing the road to freeze, and the hero's travel plan fell through, so he had to rob things at home on Taobao. As a result, netizens sent a Singles' Day programmer Chuangguan Xiu game, which made the hero get out of control. Game address http://segmentfau

    Shulou · 2022-06-03 07:01
  • Installation and use of MySQL5.7+SonarQube7.4+SonarScanner4.2

    Installation and use of MySQL5.7+SonarQube7.4+SonarScanner4.2

    System environment: RedHat6.4 (JDK1.8+MySQL5.7.12+SonarQube7.4), win10 (SonarScanner4.2) II. Install and configure MySQL1. Download http://dev.m

    Shulou · 2022-06-03 07:01
  • Check whether the host is online with a small script

    Check whether the host is online with a small script

    #! / bin/sh#filename:Check-host_online.sh#date:2015-12-2 author: linuxzkq#Email:1729294227@qq.com#version:

    Shulou · 2022-06-03 07:01
  • Linux redmine installation and deployment

    Linux redmine installation and deployment

    Linux redmine installation and deployment 1, install mysqlyum install mysql-serveryum install mysqlyum install mysql-develservice m

    Shulou · 2022-06-03 07:01
  • Maven Reading Notes (3) inheritance and aggregation

    Maven Reading Notes (3) inheritance and aggregation

    For clearer design and higher reusability, software designer Wangwang will divide the software into modules in various ways. Inheritance and aggregation are used in maven to simplify the configuration and operation of modules. The similarities and differences between them are as follows: 1. The aggregation module is used to simplify the compilation and packaging of the project, which can be done through the

    Shulou · 2022-06-03 07:01