Get the App
  • Calculate the value of the second column according to the same item in the first example

    Calculate the value of the second column according to the same item in the first example

    File test: the text content is as follows: a 2b 3c 6a 8d 9 processing method, if the first column is the same, the values of the second column are added (for example, a 10). After processing, the data of the second column with a value greater than 8 is printed. Awk:awk'{a [$1] + = $2;} EN

    Shulou · 2022-06-03 06:33
  • I have a pen in my hand. Please sell it to me in 1 minute.

    I have a pen in my hand. Please sell it to me in 1 minute.

    Interviewer: I have a pen in my hand. Please sell it to me in 1 minute. Me: you are interviewing me. If you don't have a pen how to record the interview, please buy it. (customer needs) me: this pen is suitable for writing, drawing, and versatile. (good quality) I: the price of this pencil is reasonable, young and old, as long as 1 yuan, you

    Shulou · 2022-06-03 06:33
  • Behavioral pattern: template method

    Behavioral pattern: template method

    The first issue of this article: behavioral model: template method one of the eleven behavioral models: template method. Introduction name: template method English name: Template Method Pattern values: under my control, let you play personal introduction: Define t

    Shulou · 2022-06-03 06:33
  • Modern Software Engineering handout 2 Development Technology-Unit Test & regression Test

    Modern Software Engineering handout 2 Development Technology-Unit Test & regression Test

    Unit testing your RP is determined by the quality of your program. -- A Chao's chapter is about cooperation between two people. since the program is written by two people, there will be a situation in which a module written by one person is called by a module written by another person. Many misunderstandings and negligence occur between the two modules. How can you let yourself write it?

    Shulou · 2022-06-03 06:32
  • The transformation process of SpringCloud micro-service for a project

    The transformation process of SpringCloud micro-service for a project

    SSO is a project that has existed in the company for several years. The back end uses SpringMVC and MyBatis, the database uses MySQL, and the front display uses Freemark. This year, we made a revolutionary improvement to the project and transformed it into SpringCl

    Shulou · 2022-06-03 06:32
  • Servlet session listener

    Servlet session listener

    HttpSessionListener- create and destroy / / @ WebListener servlet3.0 support annotated public class HttpSessionListenerDemo implement

    Shulou · 2022-06-03 06:32
  • AES encryption and decryption utility class

    AES encryption and decryption utility class

    Import java.security.NoSuchAlgorithmException;import java.security.SecureRandom;import java.util.log

    Shulou · 2022-06-03 06:32
  • Get the latency time of splunk

    Get the latency time of splunk

    To get the latency time of Splunk, you only need to know _ indextime and _ time. Latency = _ indextime- _ time can be queried directly in Splunk with query:

    Shulou · 2022-06-03 06:32
  • Zookeeper application scenario

    Zookeeper application scenario

    Zookeeper- Unified naming Service 1) in a distributed environment, it is often necessary to name applications / services uniformly to facilitate the identification of different services. It is similar to the correspondence between domain name and ip. Information such as the address of a resource or service is obtained by name. 2) organize services / responses according to hierarchical structure

    Shulou · 2022-06-03 06:32
  • How does oracle view the instance name?

    How does oracle view the instance name?

    In the mac command window, log in to the database using the sqlplus command and enter the following command: 1, select name from vault database; or 2, show parameter instance

    Shulou · 2022-06-03 06:32
  • The difference between QA and software testers

    The difference between QA and software testers

    QA and software testers, what exactly are they? What does it matter? it's really stupid. QA, whose full name is QualityAssurance, is concerned with the measurement and inspection of quality, as well as improving the quality of software by improving the process, and guiding the software in turn.

    Shulou · 2022-06-03 06:32
  • Mantis installation configuration and common problems

    Mantis installation configuration and common problems

    Mantis installation configuration and common problem 1: Mantis installation step 1. Before installing Mantis, you need to configure the apache, mysql and php environments. It is troublesome to install them individually. You can download the xampp package (you can also download other software packages).

    Shulou · 2022-06-03 06:32
  • Hadoop cluster building (3) configuring ubermo mode

    Hadoop cluster building (3) configuring ubermo mode

    Stop all services [root@hadoop01 hadoop-2.7.1] # vim. / etc/hadoop/mapred-site.xml