Get the App
  • GC garbage collection

    GC garbage collection

    Gc=full gc + young gcJava jvm memory = heap memory + non-heap memory heap memory (- Xms-Xmx) = younger generation (- Xmn) + older generation-Xms, initial memory allocation,-Xmx maximum memory allocation, generally set to the same

    Shulou · 2022-06-03 07:04
  • [quicksand] practice of reliable and secure data platform

    [quicksand] practice of reliable and secure data platform

    Preface OpenSOC is a security big data analysis framework unveiled by Cisco at BroCON. It is a big data analysis framework for network packets and flows, and a combination of big data analysis and security analysis technology. it can detect network anomalies in real time and can expand many nodes.

    Shulou · 2022-06-03 07:04
  • JAVA implements data synchronization from MySQL to Redis through Gearman (asynchronous replication)

    JAVA implements data synchronization from MySQL to Redis through Gearman (asynchronous replication)

    MySQL to Redis data replication solutions, whether MySQL or Redis, have their own mechanism of data synchronization. For example, the Master/Slave mode of MySQL is implemented by the binlog of Master analyzed by Slave.

    Shulou · 2022-06-03 07:04
  • How much data can this product support?

    How much data can this product support?

    Users often ask this question, how much data can your product handle? It seems that the higher the value, the better the product. In fact, this question does not make much sense. How much data can be handled, another key factor is the expected response time. When we talk about the data of big data's products without this factor,

    Shulou · 2022-06-03 07:04
  • Extracting json data from JMeter

    Extracting json data from JMeter

    If json is relatively simple, the boundary extractor can deal with the use of Debug Sampler here, debugging is very easy to use. When referencing, you can use ${test} to JSON Extractor if the json is complex, it is better to use this to extract all

    Shulou · 2022-06-03 07:04
  • Why do companies establish data strategies? Who will establish the data strategy?

    Why do companies establish data strategies? Who will establish the data strategy?

    Why do companies establish data strategies? Who will establish the data strategy? In order to solve these problems, the editor summarized this article. I hope you can gain more. Here are the details of uncovering these problems. 1. Definition of data policy data policy is used for acquisition, integration, storage, protection, management, monitoring and distribution

    Shulou · 2022-06-03 07:04
  • [laravel] Laravel delay queue

    [laravel] Laravel delay queue

    There are two ways to define delay queues: first, specify\ App\ Jobs\ Jober::dispatch ()-> delay (20) when tasks are distributed; second, specify

    Shulou · 2022-06-03 07:04
  • Application scenarios of DataPipeline

    Application scenarios of DataPipeline

    This article is to share with you the application scenarios of DataPipeline. The editor thought it was very practical, so I shared it with you to learn. The following information is about DataPipeline. 1. Support scenarios for sub-database and sub-table scenarios. In the same data task,

    Shulou · 2022-06-03 07:04
  • Common problems and solving ideas of DataPipeline

    Common problems and solving ideas of DataPipeline

    This article is to share with you the frequently asked questions and solving ideas about DataPipeline. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. Q1: A:DataPi, a reading method supported by DataPipeline

    Shulou · 2022-06-03 07:04
  • Deployment of big data's analysis platform Apache Kylin (used by Cube construction)

    Deployment of big data's analysis platform Apache Kylin (used by Cube construction)

    Preface Apache Kylin is an open source distributed analysis engine, originally contributed by eBay development to the open source community. It provides SQL query interface and multidimensional analysis (OLAP) capability over Hadoop to support large-scale data and can handle TB and even PB levels.

    Shulou · 2022-06-03 07:04
  • How to test web login

    How to test web login

    Testing web login can be divided into five aspects: function test, interface test, performance test, security test and compatibility test. Confirm whether the login entry is a web page login or a pop-up window entry. Functional test: 1. Log in successfully, correct user name and password, log in to the page, correctly jump to the website page

    Shulou · 2022-06-03 07:04
  • Summary of perl programming

    Summary of perl programming

    Perl has three main data types, one is a variable saved by $, one is an array saved by @, and the other is a hash array saved by%. The variable $$in perl holds variables that are not of any type in PERL, that is, there is no concept of data types. Perl will be based on the up and down

    Shulou · 2022-06-03 07:04
  • Oracle database performance test

    Oracle database performance test

    This article is about Oracle database performance testing. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. Test background due to the well-known world economic and trade situation, we have a comprehensive and self-controlled IT solution.

    Shulou · 2022-06-03 07:04
  • Using SQL window function to realize intra-group cross-line calculation in Birt

    Using SQL window function to realize intra-group cross-line calculation in Birt

    This article mainly introduces the method of intra-group cross-line calculation using SQL window function in Birt, which has a certain reference value and can be used for reference by friends who need it. The following information is about the detailed steps of cross-line calculation. In this example, there are three fields, where SELLERID is a grouped field and D

    Shulou · 2022-06-03 07:04
  • Sqoop2 installation startup

    Sqoop2 installation startup

    (1) installation environment operating system: Linux (centos6.5) JDK version: 1.7.0_45Hadoop version: hadoop2.6.0Sqoop2 version: sqoop-1.99.4-bin-hadoop200had

    Shulou · 2022-06-03 07:04
  • Development and Construction Scheme of Energy consumption on-line Monitoring system for Industrial Energy Management and Control Center

    Development and Construction Scheme of Energy consumption on-line Monitoring system for Industrial Energy Management and Control Center

    Today's online energy consumption monitoring system is the product of the blending of multi-disciplinary and cross-disciplinary technologies, which is based on objective energy consumption data. to help users in construction, industry, electric power, petrochemical, medical, public facilities and other fields to improve energy reliability, optimize energy assets, find energy-saving space and other purposes. With the development of the times

    Shulou · 2022-06-03 07:04
  • Maven private server building under centos8 (nexus-3.13)

    Maven private server building under centos8 (nexus-3.13)

    1. Install Mavenwget http://mirrors.hust.edu.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.

    Shulou · 2022-06-03 07:04
  • How to solve the query statistics after sub-database

    How to solve the query statistics after sub-database

    How to solve the query statistics after sub-database? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem. It is easy to use the aggregator to do the next step of summary calculation, such as the grouping summary problem mentioned just now.

    Shulou · 2022-06-03 07:04
  • How to improve performance by optimizing the configuration of JVM parameters

    How to improve performance by optimizing the configuration of JVM parameters

    How to improve performance by optimizing the configuration of JVM parameters? In view of this problem, today the editor summarizes this article on the use of sortx parameters, hoping to help more friends who want to solve this problem to find a more simple and easy way. 1 the memory is composed of the older generation and the younger generation EdenS1S2 such as

    Shulou · 2022-06-03 07:04
  • How to make database statistics continuous with the same data

    How to make database statistics continuous with the same data

    How to make the database statistics continuous with the same data? I believe that most people have not yet learned this skill, in order to let you learn, to give you a summary of the following content, do not say much, let's move on. To count the same data in a field in the database, you can directly use Group by, but if you attach a

    Shulou · 2022-06-03 07:04