Get the App
  • Summary of errors in jmeter pressure measurement and prediction:

    Summary of errors in jmeter pressure measurement and prediction:

    1. Stress test in a single scenario: when 1500 users continue to concurrency for 3 minutes, the jmeter foot is wrong: Response code: Non HTTP response code: java.net.BindExceptionRespo

    Shulou · 2022-06-03 07:29
  • What is the conceptual architecture?

    What is the conceptual architecture?

    What is conceptual architecture? conceptual architecture is a design idea and a major choice that directly points to the goal of the system, so it is very important. It can be found in the proposal, the Technical White Paper and the market color pages to illustrate the technical advantages of the product / project / solution. Therefore, some people call it "market structure". A lot of soft

    Shulou · 2022-06-03 07:29
  • Vernacular big data's HDFS

    Vernacular big data's HDFS

    What is said in many books is too esoteric, translated from official explanations, or added some notes, but our vast number of students who need entry need to speak vernacular, the simpler the better, so I will sort it out and write the catalogue here: first of all, why should I use hadoop to talk about what is a file?

    Shulou · 2022-06-03 07:29
  • About the real-time code sharing and editing function.

    About the real-time code sharing and editing function.

    The day before yesterday, November 15th, the Atom editor announced Teletype, which allows multiple people to edit code at the same time. News link: https://blog.atom.io/2017/11/15/code-together-in-real-

    Shulou · 2022-06-03 07:29
  • Ways to configure flume-env and find missing jar packages

    Ways to configure flume-env and find missing jar packages

    Today, the editor will bring you an article on configuring flume-env and finding missing jar packages. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. Flume env sets flume version: 1.9.0 from ha

    Shulou · 2022-06-03 07:29
  • Management mechanism and storage details of hadoop namenod

    Management mechanism and storage details of hadoop namenod

    Today, the editor will bring you an article about the management mechanism and storage details of hadoop namenod. The editor thinks it is very practical, so I will share it for you as a reference. Let's follow the editor and have a look. 1. Brief namenode management metadata mechanism: 2. Details n

    Shulou · 2022-06-03 07:29
  • Greenplum cluster installation configuration (production environment)

    Greenplum cluster installation configuration (production environment)

    Cluster system initialization information: https://blog.51cto.com/michaelkang/2167195 has replaced sensitive information in this article! Download the package: cd / workspace/gpdb/wget dl

    Shulou · 2022-06-03 07:29
  • Vs2010 x64 debugging cannot be modified hint does not allow changes when the debugger is attached to a running process

    Vs2010 x64 debugging cannot be modified hint does not allow changes when the debugger is attached to a running process

    Solution: right-click the web project-- Select Properties-- Web finds the 'server' under the web form-- 'enable editing and continue' before debugging on OK!

    Shulou · 2022-06-03 07:29
  • Detailed explanation of Yarn Architecture Design

    Detailed explanation of Yarn Architecture Design

    1.Yarn basic service component Yarn is a new Hadoop resource manager, which is a general resource management system, which can provide unified resource management and scheduling for upper-level applications. Its introduction has brought great benefits to the cluster in terms of utilization, unified resource management and data sharing.

    Shulou · 2022-06-03 07:29
  • Application name definition specification

    Application name definition specification

    For the definition of the application name, to set the specification 1, the application name must be combined with uppercase and lowercase letters and underscores 2, the length of the application name should not exceed 40 characters, and it should be as easy to understand as possible. 3. All English should be expressed in English, and all Pinyin should be used in pinyin. Do not use English + Pinyin

    Shulou · 2022-06-03 07:29
  • A case study of various acquisition schemes of big data's acquisition tool flume

    A case study of various acquisition schemes of big data's acquisition tool flume

    The following is to sort out the various collection methods of flume code directly with one, the source type is netcata1.sources = r1a1.si

    Shulou · 2022-06-03 07:29
  • Invalid LOC header (bad signature)-Maven exception

    Invalid LOC header (bad signature)-Maven exception

    Exception message: error: read D:\ dev-tool\ maven-repository\ org\ springframework\ boot\ spring-boot\ 1.4.2.RELEASE\ spring-bo

    Shulou · 2022-06-03 07:29
  • How to use MQTT protocol to subscribe and receive messages?

    How to use MQTT protocol to subscribe and receive messages?

    MQTT protocol is used frequently in the industrial Internet of things because of its low latency and high efficiency. The previous article introduced how to send MQTT messages with code, and this paper implements the subscription reception of MQTT messages on the basis of the previous article. Procedure: introduce related dependency org.springf

    Shulou · 2022-06-03 07:29
  • Two steps of Web Security Test

    Two steps of Web Security Test

    Web security testing should also follow the principle of early testing, when conducting functional testing (you should execute the following test Checklist security testing scenario), and then scan the test after the functional test is completed and before the performance test, you can use the tool AppScan,Hp W

    Shulou · 2022-06-03 07:29
  • [summary] Combiner practice in Hadoop

    [summary] Combiner practice in Hadoop

    The function of Combiner is to merge the output of Mapper, and the output of Combiner is used as the input of Reducer, which reduces the data transfer between map task and reducer task. 1. Set Combiner and not set Com in Job

    Shulou · 2022-06-03 07:29
  • Interface regression testing using java+TestNG

    Interface regression testing using java+TestNG

    [technology Salon 002] data Center: construction practice of CITIC Agile data Center | Credit Technology Salon will be broadcast live online at 8: 00 p.m. on May 23. Click to sign up for TestNG is an open source automated testing framework. "NG" represents the next generation (the first of Next Generation).

    Shulou · 2022-06-03 07:29
  • Three Modulation methods of API: unit Test, Swagger, Postman debugging

    Three Modulation methods of API: unit Test, Swagger, Postman debugging

    1. Unit testing: the Spring framework provides Mock function-aided HTTP testing, which covers the main functions and is integrated with the automatic construction system, which can find the bug caused by functional defects and code changes in time and ensure the quality of the project. 2For Swagger interface documentation and

    Shulou · 2022-06-03 07:28
  • Introduction of MD5 encryption algorithm

    Introduction of MD5 encryption algorithm

    MD5 algorithm is a kind of hash algorithm, although it can not be regarded as an encryption algorithm in the real sense, it can not be ignored in almost any system. The full name of MD5 algorithm is Message Digest Algorithm 5 (Information Abstract algorithm 5), which is digital extraction.

    Shulou · 2022-06-03 07:28
  • Python coding Specification (1)

    Python coding Specification (1)

    Python coding specification: Google publishes PEP specification 1, variable or method naming 1) meaningful names 2) Note python built-in words and keywords 3) Private variables and function commands of class 3) the overall style is similar to C, which cannot start with a number, but with a letter or underscore.

    Shulou · 2022-06-03 07:28
  • The zabbix service could not be started

    The zabbix service could not be started

    I installed a zabbix monitor, and it went smoothly. Later, I didn't know what service could not start. The server always reminded me that port 10051 was not open, so I checked it carefully over and over again. The service always failed to start: Starting zabbix_serve

    Shulou · 2022-06-03 07:28