Get the App
  • Java thread

    Java thread

    1. New state (New): a new thread object is created. 2. Ready state (Runnable): after the thread object is created, other threads call the object's start () method. The thread in this state is in the runnable thread pool and becomes runnable, waiting for the CPU to be obtained.

    Shulou · 2022-06-03 06:44
  • Hadoop Series (2)-- Cluster Resource Manager YARN

    Hadoop Series (2)-- Cluster Resource Manager YARN

    Introduction to hadoop yarn Apache YARN (Yet Another Resource Negotiator) is a cluster resource management system introduced by hadoop 2.0. Users can deploy various service frameworks

    Shulou · 2022-06-03 06:44
  • The consistency Model of HDFS of Hadoop

    The consistency Model of HDFS of Hadoop

    Some parts of HDFS may not conform to POSIX for performance (yes, you read it correctly, POSIX is not only applicable to linux/unix,Hadoop using POSIX's design to read the file stream of the file system), so it may look like you

    Shulou · 2022-06-03 06:44
  • Principle Analysis | in-depth understanding of Apache Flink's network protocol stack

    Principle Analysis | in-depth understanding of Apache Flink's network protocol stack

    Cao Yingjie Flink's network protocol stack is one of the core components of flink-runtime Please add link description module and is the core of every Flink job. It connects all TaskManager

    Shulou · 2022-06-03 06:44
  • Occurs during access: a solution that does not grant the user a login type of request on this computer

    Occurs during access: a solution that does not grant the user a login type of request on this computer

    Solution: 1. Open guest account first, under Windows XP system, after entering "Control Panel → Management tools", run "computer Management" tool, then expand "computer Management".

    Shulou · 2022-06-03 06:44
  • Agile Journey-interesting things about Agile Development practice of School students

    Agile Journey-interesting things about Agile Development practice of School students

    ThoughtsWorks (hereinafter referred to as TW), as a leader in agile development, has always attached great importance to the promotion of agile development concepts, which has given rise to some interesting activities, such as the theme sharing of the Young Heart brought by Zhan Xin on the Agile Tour in Beijing, from the other side.

    Shulou · 2022-06-03 06:44
  • Rational use of AutoRunner View Mode

    Rational use of AutoRunner View Mode

    In view mode, we can see the presentation of objects. At this time, we can add the objects acquired in capture mode to the script by dragging and dropping, which can effectively solve the problem that the script cannot be recorded in normal mode. The significance of creating this feature is to gradually make the automation tools zero.

    Shulou · 2022-06-03 06:43
  • The reptile of java

    The reptile of java

    Recent research on crawlers crawling website links: 1. You need to get all hyperlinks 2. Rule out the crawled links and weigh 3. Research on the breadth and depth of the crawler (ps: there is no thorough research so far) the following is the implementation code: import java.io.BufferedReade

    Shulou · 2022-06-03 06:43
  • How to use WijmoJS pure front-end designer to generate Angula quickly

    How to use WijmoJS pure front-end designer to generate Angula quickly

    In addition to WijmoJS's visual online designer (read Web-based WijmoJS Designer here), we have just released a designer for Visual Studio Code developed for Angular. In HTM

    Shulou · 2022-06-03 06:43
  • Installation and basic programming of Spark

    Installation and basic programming of Spark

    Linux system: Ubuntu 16.04Hadoop: 2.7.1JDK: 1.8Spark: 2.4.3. Download the installation file http://spark.apache.org/downloads.htmlh

    Shulou · 2022-06-03 06:43
  • The meaning of each indicator of yslow

    The meaning of each indicator of yslow

    User fewer HTTP Requests: reducing HTTP request images, CSS, JS, flash, etc., all requires an increase in the number of http requests, and reducing the number of these elements reduces response time. Merge and compress multiple JS and CSS as much as possible (except

    Shulou · 2022-06-03 06:43
  • Pattern matching of Spark1.4 Source Code Walking Notes

    Pattern matching of Spark1.4 Source Code Walking Notes

    Pattern matching in RDD: def hasNext: Boolean = (thisIter.hasNext, otherIter.hasNext) match {case (true, true) = > t

    Shulou · 2022-06-03 06:43
  • A required course for data analysts-competitive product analysis

    A required course for data analysts-competitive product analysis

    The method of defining competitors: 1. Whether the product can replace 2. Look at the definition of managers 3. According to the customer's consumption information 4. Tools to collect competitor information according to customers' opinions: Baidu Library, Sina Weibo Index, Taobao Index, Google Trends, China online Video Index, the above are exempted.

    Shulou · 2022-06-03 06:43
  • Hadoop operation and maintenance record series (22)

    Hadoop operation and maintenance record series (22)

    I wrote the code for a while this afternoon, and then helped my colleagues solve a hbase-related fault analysis, located the root cause of the problem, felt more representative, and recorded it. First, let's talk about the occurrence and background of the problem. This fault is actually divided into two faults, the first is relatively simple, and the second is relatively complex.

    Shulou · 2022-06-03 06:43
  • System batch operation and maintenance management tool pexpect

    System batch operation and maintenance management tool pexpect

    1. Introduce pexpect through pexpect we can automatically interact with commands such as ssh,ftp,passwd,telnet without manual intervention. 2. Introduction of components of pexpect 2.1.spawn functions: enable

    Shulou · 2022-06-03 06:43
  • QTP double-click event recording does not record the solution

    QTP double-click event recording does not record the solution

    QTP setting-double-click event recording solution during QTP script recording, sometimes it is inevitable to record events that require a double-click of the mouse to come out, but the double-click event in the default setting of QTP does not get a response. If you want to record a double-click event, you need to change the default of QTP.

    Shulou · 2022-06-03 06:43
  • Problems encountered in the installation and use of H3C Simulator

    Problems encountered in the installation and use of H3C Simulator

    Failed to start HCL after 1HCL installation; prompt: "current system user name contains non-ASCII characters" question? HCL can only be installed under the English path. This problem will occur if the user name is Chinese or the installation path has a Chinese directory. Please make sure the system user name and installation path

    Shulou · 2022-06-03 06:43
  • Hive installation

    Hive installation

    Hive can be installed on only one node. Upload tar package 2. Decompress tar-zxvf hive-0.9.0.tar.gz-C / cloud/3. Install mysql database (switch to root user) (there is no limit to where to install it, only

    Shulou · 2022-06-03 06:43
  • Apache worker performance tuning

    Apache worker performance tuning

    The working principle and configuration of worker is a new MPM supporting multi-thread and multi-process hybrid model in version 2.0 compared to prefork,worker. Because threads are used to process, it is possible to handle a relatively large number of requests, while the overhead of system resources is less than that of process-based servers.

    Shulou · 2022-06-03 06:43
  • Read programmers

    Read programmers

    Recently, I was very touched by some communication problems in the project. From the earliest programmers, to the later managers, and then to the current programmers, I feel that I should reflect on the deep meaning of some typical words of programmers and avoid some misunderstandings in communication. 1 "it should be done in a week."

    Shulou · 2022-06-03 06:43