Get the App
  • Apache's experience of using GenericObjectPool object pool!

    Apache's experience of using GenericObjectPool object pool!

    Today, compared with the real-time data analysis system of kafka+Spark streaming+Redis tonight (the main purpose of https://www.iteblog.com/archives/1378 is to integrate kafka and Spar

    Shulou · 2022-06-03 07:19
  • Package should contain a content type part [M1.13]

    Package should contain a content type part [M1.13]

    Exception message: org.apache.poi.openxml4j.exceptions.InvalidFormatException: Package should contain a content ty

    Shulou · 2022-06-03 07:19
  • [software testing] it is not a dream to learn these testing methods and successfully promote product manager

    [software testing] it is not a dream to learn these testing methods and successfully promote product manager

    After the test engineer has done it for a period of time, many people have their own plans, some are ready to engage in other aspects, and some are prepared to continue to strengthen themselves and become an elite test engineer. This article provides you with another choice. Transfer from test engineer to product manager, for those who are now test engineers

    Shulou · 2022-06-03 07:19
  • Can advertising planners also use Axure RP rapid prototyping tools?

    Can advertising planners also use Axure RP rapid prototyping tools?

    Most people start writing the first sentence with Word, and then move on to using PPT, or even AI. However, the tool that the editor is going to share today is not Word/PPT/AI, but a rapid prototyping tool-- Axure RP, which can assist a

    Shulou · 2022-06-03 07:19
  • Interface testing with HttpRequester

    Interface testing with HttpRequester

    Introduction httprequester is a plug-in under Firefox, very lightweight, used for less complex interface testing is very useful. As for the installation of ta is also relatively simple, first install Firefox browser and then install plug-ins, will not be their own google bar interface message

    Shulou · 2022-06-03 07:19
  • Do you really know the software testing industry?

    Do you really know the software testing industry?

    Many people muddled into the software testing industry, some people do happily, career development is smooth and smooth, some people constantly change jobs, every job is unhappy, do not know what is wrong with themselves, or what is going on around them. In the process of constantly changing jobs, have you ever considered whether you are suitable for this industry?

    Shulou · 2022-06-03 07:19
  • LInux6 virtual machine installs GreenPlum

    LInux6 virtual machine installs GreenPlum

    First, environment preparation 1, install VMware software, then install three Linux virtual machines in VMware (I use redhat) 2, set virtual machine hostname ip memory hard disk mdw192.168.10.20500M8Gsdw1192.

    Shulou · 2022-06-03 07:19
  • Create a Webservice server using CXF

    Create a Webservice server using CXF

    1. Add the interface package com.ultra that depends on org.apache.cxf cxf-spring-boot-starter-jaxws 3.2.72 and defines webservice

    Shulou · 2022-06-03 07:19
  • 2. Detailed explanation of Hdfs architecture design and principle.

    2. Detailed explanation of Hdfs architecture design and principle.

    @ [TOC] 1.Hadoop architecture Hadoop consists of three modules: distributed storage HDFS, distributed computing MapReduce, and resource scheduling engine Yarn2.HDFS architecture 2.1NameNode     NameNode:

    Shulou · 2022-06-03 07:19
  • How to solve the error of importing data into mysql with sqoop

    How to solve the error of importing data into mysql with sqoop

    The following is about how to solve the error of importing data into mysql using sqoop. The secret of the text lies in being close to the topic. So, let's not talk about gossip. let's just read the following. I believe you will have something to do with this article after reading how to solve the mistakes in importing data into mysql using sqoop.

    Shulou · 2022-06-03 07:19
  • What is a microservice? What are the advantages and disadvantages?

    What is a microservice? What are the advantages and disadvantages?

    The knowledge points of this article include: the concept of micro-services, the advantages and disadvantages of micro-services, the architecture of micro-services and examples of the use of micro-services. I believe you will have some understanding of micro-services after reading the complete article. What is micro service micro service (Microservices) is a style of software architecture

    Shulou · 2022-06-03 07:19
  • The influence of Hbase on beginners

    The influence of Hbase on beginners

    Since becoming an architect, Li Dapang seems to have less motivation to learn, especially this year (there are some objective factors, of course). Towards the end of the year, I was really ashamed and decided to learn from big data. Follow the frontier of the industry (it is no longer the frontier) and dream of having it one day.

    Shulou · 2022-06-03 07:18
  • Flink implements Exactly-Once from Kafka to Mysql

    Flink implements Exactly-Once from Kafka to Mysql

    Background A recent project uses Flink to consume kafka messages and store the consumed messages in mysql, which seems to be a very simple requirement. There are also many examples of flink consuming kafka on the Internet, but I haven't seen any articles that can solve the problem of repeated consumption.

    Shulou · 2022-06-03 07:18
  • Answers to frequently asked questions in big data's interview

    Answers to frequently asked questions in big data's interview

    Generally speaking, big data (big data) refers to the collection of data that cannot be captured, managed and processed with conventional software tools within a bearable time range. This article summarizes the common questions and solutions in big data's interview for your reference: 1. Can Spark replace Hadoop?

    Shulou · 2022-06-03 07:18
  • Elasticsearch Aggregation notes

    Elasticsearch Aggregation notes

    Aggregation Overview Aggregation can coexist with normal query results, and multiple unrelated Aggregation can be included in a query result. If you only care about the aggregate results but not the query results, you will put the SearchSour

    Shulou · 2022-06-03 07:18
  • Python coding problem

    Python coding problem

    When compiling a Python program, there is always a "Non-ASCII character 'xe5' in file" error problem: Python defaults to ASCII as the coding mode, if in its own Pyth

    Shulou · 2022-06-03 07:18
  • May 13th, The First day

    May 13th, The First day

    Today is the first day to participate in the training, to be honest, there is no special course today, it is mainly a start. The morning is the opening ceremony, the first is the introduction of the entire training school, I will not say here, you need to know friends please Baidu, there is also a detailed introduction. Then there is the introduction of the teachers.

    Shulou · 2022-06-03 07:18
  • What on earth can big data do? What knowledge do you need to learn?

    What on earth can big data do? What knowledge do you need to learn?

    I believe that many big data beginners or friends who want to switch to big data development are most concerned about what big data development can do. What is big data? the word "big data" has appeared frequently in the media since 2007. Although it has been more than 10 years, everyone is right

    Shulou · 2022-06-03 07:18
  • Apache Arrow official documentation-memory structure

    Apache Arrow official documentation-memory structure

    Definition / term    since different projects use different words to describe concepts, here is a small glossary to help disambiguate. Array: a sequence of values of the same type of known length. Slot or array slot: an area of memory in which a single logical value in an array of some specific data types is continuous: give

    Shulou · 2022-06-03 07:18
  • Selenium Learning: getting validation Information

    Selenium Learning: getting validation Information

    The ways to gain confidence in verification are: title URL textfrom selenium import webdriverfrom time import * driver = webdriver.Chrome

    Shulou · 2022-06-03 07:18