Get the App
  • A basic introduction to hbase

    A basic introduction to hbase

    1. Introduction to hbase:    HBASE is an open source version of bigTable (the source code is written by Java). It is a database of Apache Hadoop, built on hdfs, and is designed to provide high reliability, high performance, column storage, and scalability.

    Shulou · 2022-06-03 06:37
  • Python Notes-Notes from the initial phase

    Python Notes-Notes from the initial phase

    Http://edu.51cto.com/course/course_id-527.html free video is used to deal with system management tasks and Web programming https://www.python.org/ official website c language is machine code

    Shulou · 2022-06-03 06:37
  • Idea shortcut key

    Idea shortcut key

    [general] Ctrl+Shift + Enter, sentence completion "!" , negative completion, press "!" when entering the expression Key Ctrl+E, the most recent file Ctrl+Shift+E, the recently changed file Shift+Click, you can close the file Ct

    Shulou · 2022-06-03 06:37
  • Sliding window of TCP-IP

    Sliding window of TCP-IP

    Preface TCP belongs to the fourth layer (transport layer) in the OSI seven-layer model, which helps us deal with the details of the transport layer. It includes current limitation, packet loss, network transmission disorder and so on. So how on earth does TCP achieve current restriction? If you need to review the basics, please stamp here "TCP/IP fundamentals"

    Shulou · 2022-06-03 06:37
  • ES Source Code Learning-- the implementation Logic of Get API

    ES Source Code Learning-- the implementation Logic of Get API

    When the es project on Github talks about its ease of use, it is used to illustrate the out-of-the-box features of ES, using Get API. The excerpt is as follows:-- add document curl-XPUT 'http://localhost:9200/twitt

    Shulou · 2022-06-03 06:37
  • Fiddler Foundation

    Fiddler Foundation

    The installation file can be found in the network disk, 0: basic knowledge: Fiddler is a http package grab and packet change tool, which is lighter than wireshark, and it is easy to use and can only capture http and https packets, so it is more professional to set up the capture of http and https.

    Shulou · 2022-06-03 06:37
  • EonServ 7000, Milestone certified top VMS super converged all-in-one machine

    EonServ 7000, Milestone certified top VMS super converged all-in-one machine

    The EonServ 7000 all-in-one series has been certified by Milestone for its outstanding performance, providing the best performance for XProtect ®VMS (video management software) surveillance system. EonServ 7000 series in 30fps

    Shulou · 2022-06-03 06:37
  • Application testing in Project practice of Parquet performance testing

    Application testing in Project practice of Parquet performance testing

    Because of working in big data, often in the process of operation, the data storage takes up too much space and the reading rate is too slow. I began to study the parquet format storage. Here are some of my own opinions (the tables used are all in the project, which can be understood as wide tables): 1. Spa

    Shulou · 2022-06-03 06:37
  • Zabbix-client-install

    Zabbix-client-install

    #! / bin/bash# this script is mainly for CentOS 6 or 7 version to add zabbix-agent # to run the script if [$(id-u)! = "0"] for root users; thenecho "Y

    Shulou · 2022-06-03 06:37
  • Installation and use of vim+gcc+gdb under Ubuntu

    Installation and use of vim+gcc+gdb under Ubuntu

    Installing GCC under Ubuntu is a little different from some other Linux systems. 1) install vim) Open the command line to run sudo apt-get install vim, and enter the administrator password as prompted. Gcc+gdb) enter the command line to run

    Shulou · 2022-06-03 06:37
  • DKH installation preparation for getting started with hadoop

    DKH installation preparation for getting started with hadoop

    I went to an offline party a few days ago, and the people who attended the party were basically engaged in Internet work. At the meeting, someone mentioned the blockchain, which triggered a discussion about big data. It was only last year that I officially got in touch with big data and have been studying hadoop. Believe to have come into contact with hadoop

    Shulou · 2022-06-03 06:37
  • ATG and Endeca integrated architecture diagram
  • Getting started with Selenium Automated testing Framework

    Getting started with Selenium Automated testing Framework

    Pay attention to Jiawei technology, get new knowledge of operation and maintenance this article mainly aims at the introduction of Selenium automated testing framework, only involves the introduction of the overall function and framework points, as well as the basic technical requirements of the use of the premise. As a reference for developers and testers getting started. This article refers to: Seleni

    Shulou · 2022-06-03 06:37
  • Selenium-5 multi-window switching

    Selenium-5 multi-window switching

    # search for 51cto from Baidu and go to the home page of 51cto College from selenium import webdriverb = webdriver.Firefox () b.get ("http://baidu.com""

    Shulou · 2022-06-03 06:37
  • 0025-CENTOS6.5 installation CDH5.12.1 (2)

    0025-CENTOS6.5 installation CDH5.12.1 (2)

    Warm Tip: to see the high-definition no-code picture, please open it with your mobile phone and click the picture to enlarge. 5. Rapid component Services Verification 5.1HDFS Authentication (mkdir+put+cat+get) mkdir Operation: [root@ip-172-31-6-148~]

    Shulou · 2022-06-03 06:37
  • II. Principle and use of logstash

    II. Principle and use of logstash

    ​ logstash is a data analysis software whose main purpose is to analyze log logs. The whole set of software can be used as a MVC model, logstash is the controller layer, Elasticsear

    Shulou · 2022-06-03 06:37
  • Apache Arrow official documentation-IPC Interprocess Communication

    Apache Arrow official documentation-IPC Interprocess Communication

    The data components in the encapsulated message format    stream and file format are represented as encapsulated messages, including: the length prefix message metadata indicating the size of the metadata is used as a Flatbuffer tiling buffer to fill the byte to the 8-byte boundary message body. We have:   metadata_

    Shulou · 2022-06-03 06:37
  • Using 5why Analysis method to analyze the Redis of one examination question after another

    Using 5why Analysis method to analyze the Redis of one examination question after another

    Use 5why analysis method to analyze a series of test questions-why is the Redis1 Redis fast? A: Redis caches data in a pure memory mode. Compared with the storage mode of mysql, it basically has nothing to do with the time spent on disk IO. Comment: first of all, you should reply

    Shulou · 2022-06-03 06:37
  • Three ways of exchanging variables in big data Java-

    Three ways of exchanging variables in big data Java-

    This topic is about an interview question: exchanging the values of two variables. Just two variables, seemingly simple, but a simple problem can be accomplished in a variety of ways, including a more common implementation, but also a relatively smart implementation, although it is a simple topic, but through

    Shulou · 2022-06-03 06:37
  • Implementation of Shopping Mall Interface Test with JMeter

    Implementation of Shopping Mall Interface Test with JMeter

    Apache JMeter is a Java-based stress testing tool developed by Apache. Used for stress testing of software, it was originally designed for Web application testing, but later extended to other testing areas. It can be used to test static and dynamic resources, such as static text

    Shulou · 2022-06-03 06:37