Get the App
  • Do not need to write code, use the interface management tool eoLinker to efficiently complete AP

    Do not need to write code, use the interface management tool eoLinker to efficiently complete AP

    Introduction as a developer, it is sometimes necessary to assist the marketing department in development, such as in marketing, often by giving users coupons to improve the repurchase rate. This article will introduce how to use the interface management tool eoLinker's automated testing [UI pattern] to build this business logic.

    Shulou · 2022-06-03 08:07
  • Vi,ls, these commands are not available. What should I do?

    Vi,ls, these commands are not available. What should I do?

    1. Enter export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin on the command line to ensure that the command line commands are temporarily available. Do not close the terminal or c after the command has been executed

    Shulou · 2022-06-03 08:07
  • Data flow Analysis of Hadoop-HDFS

    Data flow Analysis of Hadoop-HDFS

    To understand what the data flow between the client and the HDFS, namenode, and datanode that you interact with looks like, you can refer to the following figure, which shows the sequence of events that occur when the file is read. The client calls FileSyste

    Shulou · 2022-06-03 08:07
  • Performance testing concept

    Performance testing concept

    Performance testing: under a certain load, whether the response time and other characteristics of the system meet specific performance requirements. Load testing: by testing the performance of the current resource overload, in order to find design errors or verify the load capacity of the system. Stress test: refers to the system being tested in a certain resource (CP)

    Shulou · 2022-06-03 08:07
  • Fully distributed basic configuration of hadoop under CentOS

    Fully distributed basic configuration of hadoop under CentOS

    Configure fully distributed 1, modify static IP and hostname ① planning IP and hostname mapping ② related to file etc/hostnameetc/hostsetc/resolve.confetc/sysconfig/network-scrip

    Shulou · 2022-06-03 08:07
  • Spark (1): an overview of spark and logic execution diagram

    Spark (1): an overview of spark and logic execution diagram

    The figure above is an overview of the spark framework. Some important concepts of spark are briefly introduced first: cluster manager: resource management clusters, such as standalone, yarn;application: user-written applications; Driv

    Shulou · 2022-06-03 08:06
  • Manual testing vs automated testing

    Manual testing vs automated testing

    Manual testing vs automated testing manual testing and automated testing are both ways to ensure software quality. An accurate understanding of manual testing and automated testing is helpful for us to carry out testing work better. Manual testing: manual testing is for people to input use cases one by one, and then observe whether the results are as expected.

    Shulou · 2022-06-03 08:06
  • Hadoop installation

    Hadoop installation

    Rz-betar-xvzf hadoop-2.7.1.tar.gzvi / etc/profileexport JAVA_HOME=/home/skinglzw/jdk1.8.0_101export

    Shulou · 2022-06-03 08:06
  • New course launch: Hadoop 2.x (VI) serialization using Avro

    New course launch: Hadoop 2.x (VI) serialization using Avro

    Buy big data Hadoop course package and enjoy a 15% discount! Package address: http://edu.51cto.com/pack/view/id-806.html Mr. Zhao Qiang blog address: http://collen7788.bl

    Shulou · 2022-06-03 08:06
  • Git temporary storage area

    Git temporary storage area

    We know that the git commit submit command is based on the staging area, and if you modify the contents of the workspace, you must use git add / git rm, etc., to add the changes to the staging area, otherwise you cannot commit. There is an index file in the .git directory, which is temporary storage.

    Shulou · 2022-06-03 08:06
  • Sharing of Hadoop work experience of postgraduates in Zhejiang University

    Sharing of Hadoop work experience of postgraduates in Zhejiang University

    Zhejiang University postgraduate Hadoop work experience sharing http://pan.baidu.com/s/1sjt5YKP more wonderful content please follow:

    Shulou · 2022-06-03 08:06
  • Test exists in multiple py files in unittest group mode

    Test exists in multiple py files in unittest group mode

    Def all_case (self): case_dir = os.path.dirname (os.getcwd ()) + os.sep + "test" # set the file path of the test script

    Shulou · 2022-06-03 08:06
  • Brief Analysis of EDMA3

    Brief Analysis of EDMA3

    1. EDMA3 Overview C66x-based kernel processors mainly have two kinds of DMA transports: IDMA and EDMA3. IDMA: only data mobility services within the core (L1P, L1D, L2, CFG) are provided. EDMA3: realize the mapping of two memories on the device from

    Shulou · 2022-06-03 08:06
  • Infortrend VDI storage solution has successfully entered the world-class optical communication enterprise.

    Infortrend VDI storage solution has successfully entered the world-class optical communication enterprise.

    Infortrend's storage has recently been recognized by a well-known international provider of information and communication network products and solutions. this large enterprise is based on optical communications and extends deeply to information technology and communication technology-related fields, with customers in domestic, international and information markets.

    Shulou · 2022-06-03 08:06
  • Lesson 4: transaction processing of Spark Streaming's Exactly-One

    Lesson 4: transaction processing of Spark Streaming's Exactly-One

    The concept of transaction processing in Spark Streaming is different from that of relational database transactions, which focus on statement-level consistency, such as bank transfers. On the other hand, the transaction of Spark Streaming focuses on the consistency of a job execution.

    Shulou · 2022-06-03 08:06
  • Agile development free management tools-Martian preview IV: storyboards, burnout maps, my work items

    Agile development free management tools-Martian preview IV: storyboards, burnout maps, my work items

    One: requirements and story structure II: Editing stories, product management, organizational structure III: iterations, planning meetings, assigning tasks IV: storyboard, burnout chart, my work item 5: FAQ 6: my space, my notice 7: custom fields daily follow-up screenshot storyboard: burnout map (

    Shulou · 2022-06-03 08:06
  • How to use ThreadingTest to improve the efficiency of Software Security testing (Ⅱ)

    How to use ThreadingTest to improve the efficiency of Software Security testing (Ⅱ)

    How to use ThreadingTest to improve the efficiency of Software Security testing (part 2) method 2: ThreadingTest two-way traceability patented technology-- automatic generation of the relationship between test cases (functions) and source code run test cases through ThreadingTest

    Shulou · 2022-06-03 08:06
  • GoldData learning example-collecting news data on the official website

    GoldData learning example-collecting news data on the official website

    An overview in this section, we will talk about grabbing local news on the government website. And integrate the captured news data into the following two data tables news_site and news. News_site (news source) field type description idbigint primary key, automatically increase nameva

    Shulou · 2022-06-03 08:06
  • What are the common methods for dealing with massive data?

    What are the common methods for dealing with massive data?

    Dealing with massive data is a necessary skill for big data engineers. It is a very necessary work to excavate valuable information through mining and analyzing PB-level data to provide a basis for enterprises or governments to make correct decisions. The following are common massive data processing methods! 1. Bloom fil

    Shulou · 2022-06-03 08:06
  • Working principle of Inverter

    Working principle of Inverter

    This paper briefly introduces the working principle of Inverter: Inverter is a DC-to-AC (DC to AC) transformer, as its name implies, reverse voltage conversion, which is actually a process of voltage inversion compared with the power adapter Adapter. The power adapter is to transfer municipal electricity.

    Shulou · 2022-06-03 08:06