Get the App
  • Preface of Design pattern-- UML Class Diagram

    Preface of Design pattern-- UML Class Diagram

    The preface of the design pattern-UML class diagram 1, UML class diagram 1, Class encapsulates data and behavior, is an important part of object-oriented, and is the general name of a collection of objects with the same attributes, operations and relationships. In the system, each class has a certain responsibility, which refers to the completion of the class.

    Shulou · 2022-06-03 06:21
  • 1 create installation user

    1 create installation user

    Add a new user to centos7

    Shulou · 2022-06-03 06:21
  • Se (10)-upload files

    Se (10)-upload files

    Package test;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.se

    Shulou · 2022-06-03 06:21
  • Application and performance Test of Parquet in Spark

    Application and performance Test of Parquet in Spark

    A brief introduction to the Application of Parquet in Spark Parquet is an analytical business-oriented column storage format developed by Twitter and Cloudera. It graduated from Apache's incubator and became Apac in May 2015.

    Shulou · 2022-06-03 06:21
  • What influence does big data have on the social work industry?

    What influence does big data have on the social work industry?

    Social work has the characteristics of a large number of service objects, a wide range of service fields and strong service pertinence, which requires high accuracy and comprehensiveness of information. In the information age, a full understanding and application of big data technology is undoubtedly of great significance for social workers to improve service efficiency and expand service content. So, big data

    Shulou · 2022-06-03 06:21
  • Hadoop2.6 HA deployment

    Hadoop2.6 HA deployment

    Because of the need to deploy the spark environment, a test hadoop cluster has been specially reinstalled. The relevant steps are recorded as follows: hardware environment: four virtual machines, hadoop1~hadoop4,3G memory, 60G hard disk, 2-core CPU software environment: CentOS

    Shulou · 2022-06-03 06:21
  • SoapUI introduced by an example of Web Service unit testing tool

    SoapUI introduced by an example of Web Service unit testing tool

    Copyright notice: this article is originally created by the blogger and may not be reproduced without the permission of the blogger. SoapUI is a relatively simple and practical open source Web Service testing tool, which provides two ways to use desktop applications and IDE plug-ins. The ability to quickly build projects and organize test cases is the

    Shulou · 2022-06-03 06:20
  • Using EOLINKER as the best path for interface testing (part I)

    Using EOLINKER as the best path for interface testing (part I)

    This article content: test script management: describes how to design the directory structure of the test project on EOLINKER. Writing test scripts: describes how to write interface test scripts on EOLINKER. Test script execution and report: describe how to perform connection on EOLINKER

    Shulou · 2022-06-03 06:20
  • What is a disk array? Why do film and television production use disk arrays?

    What is a disk array? Why do film and television production use disk arrays?

    What is a disk array? Why use disk arrays in post-production? Disk array (Redundant Arrays of Independent Drives referred to as RAID) means redundant array of independent hard disks. It is made up of many hard drives to form a huge capacity.

    Shulou · 2022-06-03 06:20
  • sixty-one。 Remember the process of using fiddler to grab mobile network packets.

    sixty-one。 Remember the process of using fiddler to grab mobile network packets.

    Using Fiddler can easily grab network requests, such as Http, but how to use Fiddler on your computer to grab network requests in your phone? For example, we need to debug a mobile phone App. one。 The first way to download Fiddler is to download Fiddler.

    Shulou · 2022-06-03 06:20
  • What is the relationship between big data and

    What is the relationship between big data and "data mining"? -from Zhihu

    Zhihu users, 244 people on the Internet agreed that when I was a graduate student in data mining: if we want to describe a very large amount of data, we use Massive Data (massive data). If we want to describe a very diverse data, we use Heterogeneous Data (heterogeneous).

    Shulou · 2022-06-03 06:20
  • Detailed explanation of spring knowledge points

    Detailed explanation of spring knowledge points

    First, all the namespaces in the spring namespace Spring: download the Spring source file, and after decompression, there will be a schema directory containing all the Spring modules. Such as the following figure: 2. Details of things configuration 1. Fully annotated xml file configuration.

    Shulou · 2022-06-03 06:20
  • Several ways for Hadoop applications to refer to third-party jar (2)

    Several ways for Hadoop applications to refer to third-party jar (2)

    Then continue to write the previous article "several ways for Hadoop applications to reference third-party jar (1)". To put it simply, there are several ways for Hadoop to introduce third-party jar packages: first, package all referenced third-party jar packages into a jar package to form a

    Shulou · 2022-06-03 06:20
  • Loadrunner understands the difference between processes and threads

    Loadrunner understands the difference between processes and threads

    Today, on the page related to stress testing activities, we encountered a problem: 400 VU, set to run by thread, multiple errors occurred, set to run successfully by process, no error reported. So curious about the difference between the two, now we have a general understanding of the difference between a process and a thread. In short, a journey

    Shulou · 2022-06-03 06:20
  • 7.2bash script options and combination condition testing

    7.2bash script options and combination condition testing

    Edit multiple files using vim vim FILE1 FILE2 FILE3:next switch to the next file: prev switch to the previous file: last switch to the last file: first switch to the first file exit: qa full

    Shulou · 2022-06-03 06:20
  • Several lines of python code to solve the association of related words

    Several lines of python code to solve the association of related words

    The problem of association of related words is often encountered in daily life, that is to say, entering a word and querying the relevant words does not sound too difficult, but how to accumulate so many words, and then use a good algorithm to connect the relevant content, itself is not simple. The author thinks that the simplest

    Shulou · 2022-06-03 06:20
  • Chapter 8 of Modern Software Engineering [requirements Analysis] exercise and discussion

    Chapter 8 of Modern Software Engineering [requirements Analysis] exercise and discussion

    1 extended reading the following two articles also illustrate the difficulty of software estimation: 10 crimes estimated by Steve McConnell software: http://www.ewh.ieee.org/r5/central_texas/austin_

    Shulou · 2022-06-03 06:20
  • Spark DAGScheduler, TaskSchedule, Executor perform task source code analysis

    Spark DAGScheduler, TaskSchedule, Executor perform task source code analysis

    The scheduling of spark has always been something I want to figure out, as well as the generation process of directed acyclic graph, the scheduling of task, the delayed execution of rdd, and the stage in which the compute of RDD is called and executed.

    Shulou · 2022-06-03 06:20
  • Singleton pattern of design pattern: singleton

    Singleton pattern of design pattern: singleton

    1. What is the design pattern? In fact, the design pattern is summarized by predecessors and represents the best practice. For the encapsulation pattern of objects in the process of software development, it is also an excellent decoupling solution for a variety of complex problems. -

    Shulou · 2022-06-03 06:20
  • Setting up the spark environment for win8+python2.7+Eclipse development

    Setting up the spark environment for win8+python2.7+Eclipse development

    Recently, in learning Spark machine learning, due to the good performance of Python language in machine learning, I chose to use Python as the development language of Spark machine learning, which also laid the foundation for subsequent in-depth learning, so the following is under windows8.1

    Shulou · 2022-06-03 06:19