Get the App
  • Add users manually

    Add users manually

    Requirements: add user hive manually, basic group is hive, id is 5000 dint vi / etc/group:hive:x:5000:vi / etc/passwd:hive:x:5000:5000:Hive:/home

    Shulou · 2022-06-03 07:16
  • Check if the port is occupied

    Check if the port is occupied

    Check to see if the local port is occupied: netstat-ano | findstr "port number" to find the port, take a look at the last column, is the process number pid and then, tasklist | findstr "pid" if you want to kill, taskki

    Shulou · 2022-06-03 07:16
  • Numeric comparison script

    Numeric comparison script

    Use the two methods of the if statement to determine the size of two numbers. First: if the number of #! / bin/basha=$1b=$2# parameters is not equal to 2, [$#-ne 2] & & {echo "USAGE:$0 NUM1

    Shulou · 2022-06-03 07:16
  • Encapsulation of three object-oriented Features of java

    Encapsulation of three object-oriented Features of java

    In fact, I didn't think so much in the process of doing Java development or at the beginning of learning, but I just kept doing it all the time. But since I did a certain project, I gradually found that very often, people's energy and brainpower are limited, they always forget what they have done or learned before, and they drive slowly.

    Shulou · 2022-06-03 07:16
  • [Android] SDK version

    [Android] SDK version

    Android VersionAPIVersion CodeAndroid 1.01BASEAndroid 1.12BASE_1_1Android 1.53CUPCAKEAndroid 1.64DON

    Shulou · 2022-06-03 07:16
  • Flash continuous Integration Automation Unit Test

    Flash continuous Integration Automation Unit Test

    This article focuses on macro CI and unit testing techniques. Some technical details will be skipped. For more details, please refer to the "Resources" in the last part and the links in the article. Author: du Mingtan this article includes five parts: continuous integration, unit testing, Mock technology, Case selection strategy and examples.

    Shulou · 2022-06-03 07:16
  • No module named 'sklearn.model_selection' problem solving

    No module named 'sklearn.model_selection' problem solving

    Wanted to learn GridSearchCV, but reported an error: No module named 'sklearn.model_selection' later typed in Anaconda Prompt: conda list, found s

    Shulou · 2022-06-03 07:16
  • Eureka of SpringCloud

    Eureka of SpringCloud

    SpringCloud provides developers with tools to quickly build distributed systems, including configuration management, service discovery, circuit breakers, routing, micro-agents, event buses, global locks, decision campaigns, distributed sessions, and so on. It is simple to configure, quick to use, and ecologically sound.

    Shulou · 2022-06-03 07:16
  • Make Birt report script data sources simple and powerful

    Make Birt report script data sources simple and powerful

    Overview: SQL functions and stored procedures running on JVM are well known, and some databases do not have powerful analysis functions (eg. Mysql), some databases do not have stored procedures (eg. Vertica), when complex data calculations are encountered, they can only be calculated through the

    Shulou · 2022-06-03 07:16
  • Overview of Hadoop startup scripts

    Overview of Hadoop startup scripts

    Overview of startup scripts: 1. {sbin} start-dfs.sh ① hdfs-config.sh-> {libexec} hadoop-dfs.sh ② hadoop-daemons.sh-hostnames

    Shulou · 2022-06-03 07:16
  • How to realize the special grouping statistics function of the report?

    How to realize the special grouping statistics function of the report?

    Report tools generally provide expressions grouped by a field, such as by natural month, but sometimes by irregular month. For example, an enterprise begins to implement a special pricing strategy or marketing campaign from January 16, so in the future, it is necessary to use the 16th of each month as the boundary.

    Shulou · 2022-06-03 07:16
  • Batch random key value query test

    Batch random key value query test

    When the amount of data is huge, using a large number of random key value sets to obtain the corresponding record set, not only tests the database software itself, but also lies in the programmer's understanding of the data! How to maximize performance with limited hardware resources? This test is mainly aimed at the number of batch key values realized by the aggregator group table index.

    Shulou · 2022-06-03 07:16
  • Mobile phone network packet capture step, which is used to analyze communication protocols and traffic

    Mobile phone network packet capture step, which is used to analyze communication protocols and traffic

    Adb rootadb remountadb push d:\ tcpdump / system/bin/tcpdumpadb shell chmod 6755 / system/bin/tcpdumpad

    Shulou · 2022-06-03 07:16
  • Hadoop distributed processing framework

    Hadoop distributed processing framework

    [introduction] Hadoop is a distributed system infrastructure developed by the Apache Foundation. 1. Explain what is the Apache Foundation? A: Apache Software Foundation (that is, Apache Software Foundation, Jane

    Shulou · 2022-06-03 07:16
  • Spring Boot calls SOAP Web Service

    Spring Boot calls SOAP Web Service

    In the Spring Boot project, the legacy SOAP Web Service is called, and the method is simple, as long as spring-boot-starter-web-services is introduced. Org.springframew

    Shulou · 2022-06-03 07:16
  • [hadoop] hive installation practice

    [hadoop] hive installation practice

    1. Download Hive installation package: official website download: http://hive.apache.org/downloads.html2. Upload the tar package of Hive and decompress it: it is recommended that the hadoop directory be in the first level for subsequent use; decompression: tar

    Shulou · 2022-06-03 07:16
  • SpringBoot Learning (3)-- springboot Rapid Integration of swagger documents

    SpringBoot Learning (3)-- springboot Rapid Integration of swagger documents

    @ [toc] introduction advantages backend automatically generates beautiful and standardized interface documents according to swagger syntax. Do an interaction test. The disadvantage is intrusive, affecting the operation of the program, especially when passing parameters. Note that swagger is divided into 1.2 and 2.0 versions, and there is a big difference. Swagg

    Shulou · 2022-06-03 07:16
  • Learn how to create OU and users in batches on AD

    Learn how to create OU and users in batches on AD

    Learn how to create OU and users in batches on AD

    Shulou · 2022-06-03 07:16
  • Deploy Apache Flink Natively on YARN/Kubernetes

    Deploy Apache Flink Natively on YARN/Kubernetes

    Author: as the next generation of big data computing engine, Ren Chunde Apache Flink is developing rapidly and its internal architecture is constantly optimized and reconstructed to adapt to more runtime environments and larger computing scale. Flink Improvement Proposals-

    Shulou · 2022-06-03 07:16
  • Three interceptors in spring

    Three interceptors in spring

    Filter New TimeFilter@Componentpublic class TimeFilter implements Filter {@ Overridebr/ > @ OverrideSystem

    Shulou · 2022-06-03 07:16