Get the App
  • The configuration required for the stand-alone operation of the MapReduce program

    The configuration required for the stand-alone operation of the MapReduce program

    1. Required files: hadoop.dll extender; and winutils.exe. two。 Copy hadoop.dll to C:\ Windows\ System32; create any other Hadoop directory in the Hadoop directory

    Shulou · 2022-06-03 07:30
  • Easy to learn DDD II: how to digest knowledge efficiently

    Easy to learn DDD II: how to digest knowledge efficiently

    Easy to learn DDD II: how to digest knowledge efficiently I first came into contact with DDD in 2012. I have read "Domain-driven Design: how to deal with Software Core complexity" several times and have also done projects with DDD. The general feeling is that some concepts of DDD are obscure and difficult to grasp, so I want to write

    Shulou · 2022-06-03 07:30
  • Client client sends request

    Client client sends request

    Import java.io.IOException;import java.util.ArrayList;import java.util.HashMap;import java.util.List

    Shulou · 2022-06-03 07:30
  • Export and view LKDatabase under 65.iOS

    Export and view LKDatabase under 65.iOS

    One. Export xcode- > window- > devices and Simulators select your own project in Name, then click on the icon that looks a bit like a setting, and select Download Container... two。 Number of views

    Shulou · 2022-06-03 07:30
  • Importing IDEA into spring-boot-plus (2)

    Importing IDEA into spring-boot-plus (2)

    IDEA import spring-boot-plus install lombok plug-in! Please make sure that IDEA has installed the lombok plug-in first! IDEA online install lombok plug-in IDEA offline download install lombok if you can't install it online, you can make

    Shulou · 2022-06-03 07:30
  • Thinking about whether to jump out of the game testing industry

    Thinking about whether to jump out of the game testing industry

    The cause of this introduction article is that I was asked the following questions about the game testing industry. First of all, I have to declare that I don't know anything about the game testing industry. I only know it from reading the news and communicating with the students. So there must be cognitive deficiencies, you don't have to criticize me, I just know it myself.

    Shulou · 2022-06-03 07:30
  • Configuration of FastDFS Cluster and Tracker Cluster in Linux

    Configuration of FastDFS Cluster and Tracker Cluster in Linux

    Deploy the same content of the Linux machine to build again, you need to modify several configuration files. Modify the configuration of the 1.Storage cluster to point the storage.conf and mod_fastdfs.conf on this machine to the same 192. 0.

    Shulou · 2022-06-03 07:30
  • Recommend a java rapid development platform for visual development of forms

    Recommend a java rapid development platform for visual development of forms

    Sometimes we will encounter such a demand, the company is not large, but the degree of information is also quite high, the quality of the staff of the company is also very high, the management is also very standardized, and even foreign branches, directly on an OA system, often can not meet the flexible management needs of the company, and is often subject to the functional limitations of commercial OA.

    Shulou · 2022-06-03 07:30
  • Distributed Computing Framework MapReduce

    Distributed Computing Framework MapReduce

    MapReduce Overview MapReduce is derived from Google's MapReduce paper, which was published in December 2004. Hadoop MapReduce can be said to be an open source implementation of Google MapReduce. M

    Shulou · 2022-06-03 07:30
  • Agile in a Flash: the pillar of software technology

    Agile in a Flash: the pillar of software technology

    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:30
  • Based on the five steps of MapReduce programming, the working principle of MapReduce is discussed.

    Based on the five steps of MapReduce programming, the working principle of MapReduce is discussed.

    In the previous Hadoop, it has been said that MapReduce adopts the idea of divide and conquer. MapReduce is mainly divided into two parts, one is Map--, the other is Reduce-- and MapReduce, the data of the whole process is based on key values.

    Shulou · 2022-06-03 07:30
  • Lintcode20 Dices Sum solution problem solution

    Lintcode20 Dices Sum solution problem solution

    [topic description] Throw n dices, the sum of the dices' faces is S. Given n, find the all possible value of S alo

    Shulou · 2022-06-03 07:30
  • Set browser properties for automated testing to simulate H5 testing on mobile devices

    Set browser properties for automated testing to simulate H5 testing on mobile devices

    Due to the need to test H6, you need to set the page to simulate the screen size of the mobile browser. The chrome browser comes with a simulator, that is, the icon of the small mobile number on the development toolbar after F12. After manual click, you can choose the mobile phone model to simulate. But if you need to set the browser to execute from

    Shulou · 2022-06-03 07:30
  • Data analysis business methodology

    Data analysis business methodology

    I believe that when doing data analysis, many people will often encounter these problems: I do not know where to start the analysis; the content and indicators of the analysis are often questioned whether it is reasonable and complete, and I cannot tell why. Therefore, there must be a clear logical goal when doing data analysis. The third part of data analysis

    Shulou · 2022-06-03 07:30
  • Fitnesse test series-how to set up SetUp files

    Fitnesse test series-how to set up SetUp files

    It has been pulled out to write Fitnesse use cases for a period of time, and now case has been writing for a few weeks, and we will sort it out together recently. The SetUp page is mainly used by me to set environment variables. The setting of environment variables:! note is used in the

    Shulou · 2022-06-03 07:30
  • What are the commonly used automated testing tools?

    What are the commonly used automated testing tools?

    What are the commonly used automated testing tools? I believe most people do not know, today, in order to give you a better understanding of the commonly used automated testing tools, to sum up the following, follow the editor to have a look. Business tools: 1. RFTRational Functional

    Shulou · 2022-06-03 07:30
  • Analysis of JVM garbage Collection algorithm

    Analysis of JVM garbage Collection algorithm

    JVM garbage collection algorithm parse mark-clear algorithm this algorithm is the most basic algorithm. It is divided into two stages: marking and clearing. First, the objects that need to be recycled are marked, and after the marking is finished, the objects are recycled uniformly. The algorithm has two problems: one is efficiency, the efficiency of marking and cleaning process is not too high, and the other is that the algorithm has two problems: one is efficiency.

    Shulou · 2022-06-03 07:30
  • The link_status_interrupt of dpdk example tastes fresh

    The link_status_interrupt of dpdk example tastes fresh

    Dpdk example's link_status_interrupt try fresh dpdk there are many example examples, which can help users quickly understand some of the principles of dpdk. When compiling example, you often can't find out how to compile it. Encounter all kinds of newspapers

    Shulou · 2022-06-03 07:30
  • Ansible-playplaybooks bulk install redis script

    Ansible-playplaybooks bulk install redis script

    Cat redis-install.yml-name: install redis gather_facts: False hosts: "{{ip}}" user: root

    Shulou · 2022-06-03 07:30
  • Pyhon Learning Notes 3: modules (referencing third-party modules)

    Pyhon Learning Notes 3: modules (referencing third-party modules)

    Modules are more commonly called class libraries or modules. In actual development, standard modules or third-party modules of the system will be used. For example, time is related to the time block of the system, file operation is related to the os module, and web automated testing using selenium is implemented using s

    Shulou · 2022-06-03 07:30