Get the App
  • Elasticsearch important Concepts text, keyword, index, Dynamic

    Elasticsearch important Concepts text, keyword, index, Dynamic

    Core data type text & keywordText: 1: supports word segmentation, full-text search, supports fuzzy and precise queries, but does not support aggregation and sorting operations; 2:test type supports unlimited character length, suitable for large field storage; use field

    Shulou · 2022-06-03 07:18
  • TestGroovy.groovy

    TestGroovy.groovy

    Spackage com.iteye.lindows.mysql/** * @ author Lindows * * / class TestGroovy {static main (args) {

    Shulou · 2022-06-03 07:18
  • Illustrating the processing flow and mechanism of Spring:HTTP requests [1]

    Illustrating the processing flow and mechanism of Spring:HTTP requests [1]

    In 2003, veteran brother first came to ZTE to start a graduate internship. Spring was born that year. Version 1.0 was released in March 2004, and it has been more than 15 years now. From monolithic hierarchical architecture to cloud native microservice architecture, it sits firmly on JAVA

    Shulou · 2022-06-03 07:18
  • Upload local projects to GitHub

    Upload local projects to GitHub

    Step 1: cd to your local directory, execute the git command git init / * version library initialization command * / and you can see a hidden .git folder in the local directory, which and its subdirectories are the workspace. Step 2: submit the directory or file to temporary storage

    Shulou · 2022-06-03 07:18
  • Summary of SylixOS Migration ICE Library

    Summary of SylixOS Migration ICE Library

    1 introduction to ICE ICE (Internet Communications Engine) is an object-oriented middleware platform, mainly used for network communication. It provides a set of good tools and AP for the application of object-oriented client-server model.

    Shulou · 2022-06-03 07:18
  • Elasticsearch deletes index command according to condition

    Elasticsearch deletes index command according to condition

    In the past, it was deleted according to the id of the document in the index, but in fact, Elasticsearch supports deletion according to the condition: delete the eligible record of a type in the index: curl-XDELETE http://localhost:920

    Shulou · 2022-06-03 07:18
  • Big data's ninth day content

    Big data's ninth day content

    Note section: create thread mode-1.Thread2.Runnable {public void run ();} class Man extends Person implement

    Shulou · 2022-06-03 07:18
  • Detailed explanation of pressure testing tool ab (Apache)

    Detailed explanation of pressure testing tool ab (Apache)

    Small preface: compared with several lightweight stress testing tools. Siege http_load ab webbench.siege eats too much memory (under the same number of requests and concurrency, ab consumes relatively less resources) introduction to ab: ab full name: apache be

    Shulou · 2022-06-03 07:18
  • The date is one day less when Jackson returns JSON

    The date is one day less when Jackson returns JSON

    After testing, it is found that when the object is converted to JSON, the value returned by the date type is always less than the value in the database. If the date of the database is: 2017-12-12, it will become 2017-12-1 when it is returned by JSON. Solution 1: use in the get method of object POJO

    Shulou · 2022-06-03 07:18
  • Fiddler package grab tutorial 1-introduction and configuration

    Fiddler package grab tutorial 1-introduction and configuration

    What is grabbing a bag? Packet capture is to intercept, retransmit, edit and transfer the data packets sent and received by the network transmission. It is also used to check the network security. Grab packets are also often used for data interception and so on. Of course, I know there's more you want to do.

    Shulou · 2022-06-03 07:18
  • Common modules of Saltstack-Salt and API

    Common modules of Saltstack-Salt and API

    Salt provides a wealth of functional modules, involving the basic functions of the operating system, common tool support, and so on. You can list the modules supported by the current version through the sys module. Salt'* 'sys.list_modules781915e2:-acl-

    Shulou · 2022-06-03 07:18
  • [Hadoop] YARN pseudo-distributed deployment and MapReduce case

    [Hadoop] YARN pseudo-distributed deployment and MapReduce case

    In the previous articles, we introduced the configuration and startup of HDFS components. Yarn is the resource and job scheduling platform of Hadoop cluster. The pseudo-distributed deployment of Yarn and the simple use of MapReduce are introduced below. 1. Configuration file and startup [hadoop@ha

    Shulou · 2022-06-03 07:18
  • [popular science] an article lets you know about Spark

    [popular science] an article lets you know about Spark

    Speaking of big data's tools, the most well-known are Hadoop and Spark, Hadoop has been introduced in the previous article, this issue of the editor will introduce the rising star Spark. Spark is a lightning fast Apache project, a developer.

    Shulou · 2022-06-03 07:18
  • Performance Test platform-nGrinder

    Performance Test platform-nGrinder

    Terminology-performance testing service (Performance Test Service) PTSHP commercial highly secondary development based on JMeter based on nGrindernGrinder: user interface powerful stress testing tool, three major architectures

    Shulou · 2022-06-03 07:18
  • Perfect support for Chinese and attachments based on libcur mail client wrapper class

    Perfect support for Chinese and attachments based on libcur mail client wrapper class

    Recently, I did a small project in the environment of windows C++. I checked a lot of emails on the Internet, most of which were not compiled successfully, and a small part of the Chinese garbled code referred to libcurl examples and netizens' source code. After two days of hard work, I finally got a relatively satisfactory result from http.

    Shulou · 2022-06-03 07:18
  • Hadoop official document Learning Notes (1)-- resource manager HA

    Hadoop official document Learning Notes (1)-- resource manager HA

    Resource manager HA is a feature introduced by hadoop since 2.4. it provides redundancy in the form of Active/Standby in order to eliminate the risk of single point of failure. 1. Overall architecture: 2. Failover: there are automatic and manual forms.

    Shulou · 2022-06-03 07:18
  • Getting started with DHTML

    Getting started with DHTML

    What is DHTML? To put it bluntly, it is actually HTML+CSS+JS, and I think most people think so. As a qualified tester, we must understand and master this knowledge, be able to read and write. I wanted to finish the previously planned Quick start video, but I saw the following

    Shulou · 2022-06-03 07:17
  • Test classification-black and white ash test

    Test classification-black and white ash test

    Hello, everyone. I'm National Day holiday. Today we talk about the types of tests-black, white and gray tests. So how do you classify the tests? Directly above the picture, I carefully prepared a big picture for you, to carefully look at oh ~ hard-won ~ Note: the functional testing part is sorted according to the degree of importance and order. At first glance, yours

    Shulou · 2022-06-03 07:17
  • Debug message writing method

    Debug message writing method

    If you want to output error information when debugging your program, let's learn how to write error message. 1. Add custom message in testplan to BT_basic: (1) get'testplan' (2)

    Shulou · 2022-06-03 07:17
  • Load Test

    Load Test

    We all know that testing is important, but as developers, we despise testing. The problem is serious, but it is also natural. I have been studying load test recently and have been thinking about what load test can bring to us. Frankly, if it wasn't specifically requested by the client,

    Shulou · 2022-06-03 07:17