Get the App
  • Instructions for quick use of maven

    Instructions for quick use of maven

    1. Download maven: https://maven.apache.org/download.cgi configuration environment variable: M2_HOME:D:\ apache-maven-3.5.4

    Shulou · 2022-06-03 06:58
  • Quick installation of Python third-party modules

    Quick installation of Python third-party modules

    In the past, the third-party modules that installed Python had to go to the Internet to download the source package, then decompress it, enter the decompressed directory, and then Python setup.py install. The following process was used to install the requets module yesterday: 1.yum in

    Shulou · 2022-06-03 06:58
  • Detailed explanation of find command

    Detailed explanation of find command

    Introduction to find find is a real-time search tool that completes file search by traversing the file system hierarchy under the specified starting path; its working characteristics: slightly slower search speed; precise search; real-time search; second, find usage find [OPTIONS] [find the starting path

    Shulou · 2022-06-03 06:58
  • Customers get six tricks of drainage and turn to restaurant Mini Program.

    Customers get six tricks of drainage and turn to restaurant Mini Program.

    With the gradual improvement of people's living standards, the business model of the catering industry tends to be more and more popular. In the diet of daily life, it begins to change from the pursuit of satiety to the state of eating well. It will also require the transition from paying attention to the taste of the food itself to paying attention to the restaurant culture. Because of

    Shulou · 2022-06-03 06:58
  • Very practical unpopular APP collection, minority but unnatural easy to use!

    Very practical unpopular APP collection, minority but unnatural easy to use!

    Now there are a lot of good app, although not well known, but the function is very easy to use. So what are the unpopular but easy-to-use app that are not well known? The editor here to share with you a few, all aspects of oh, welcome to add! Kangaroo input recommended reason: a lazy person must have, can be the same as

    Shulou · 2022-06-03 06:58
  • OpenRT firmware update proc

    OpenRT firmware update proc

    1 scope of use this document is applicable to technicians who analyze problems related to OpenRT core network routers. 2 firmware update requirements OpenRT system includes system image, configuration file, Web page, kernel module, business APP and other components. The system update operation may involve multiple parts

    Shulou · 2022-06-03 06:58
  • How to use mvvmlight in wpf

    How to use mvvmlight in wpf

    About WPF (Windows Presentation Foundation) is a Windows-based user interface framework launched by Microsoft, which is part of .NET Framework 3.0. It provides a unified programming model and language.

    Shulou · 2022-06-03 06:58
  • Python Notes-function

    Python Notes-function

    The function definition function code block begins with the def keyword, followed by the function identifier name and parentheses (). Any passed parameters and arguments must be placed in the middle of parentheses. Parentheses can be used to define parameters. The first line of the function can optionally use the document string-used to hold the function saying

    Shulou · 2022-06-03 06:58
  • TIA Botuo SCL programming Learning _ selection sorting

    TIA Botuo SCL programming Learning _ selection sorting

    Define 20 elements with an array, given 20 real numbers, and arrange them from largest to smallest. two。 Add FB blocks to create variables. As shown below: 3. Write a program. As shown below: 4. Invoke and monitor. As shown below: 5. Set 1 variable enable, monitor variable scale 6. If you are also a broad-minded lover,

    Shulou · 2022-06-03 06:57
  • JSON assertion method in JMeter

    JSON assertion method in JMeter

    JMeterApache 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 both static and dynamic resources

    Shulou · 2022-06-03 06:57
  • New hadoop feature mounts HDFS to the local directory via NFSv3

    New hadoop feature mounts HDFS to the local directory via NFSv3

    Principle NFS allows users to access remote file systems as if they were local file systems. After introducing NFS into HDFS, users can read and write files on HDFS as if they were local files, which greatly simplifies the use of HDFS, which is realized by introducing a NFS gateway service.

    Shulou · 2022-06-03 06:57
  • Lesson 57: Spark SQL on Hive configuration and practice

    Lesson 57: Spark SQL on Hive configuration and practice

    1. First, you need to install hive. Refer to http://lqding.blog.51cto.com/9123978/17509672, and add a configuration file under the configuration directory of spark, so that Spark can access the metas of hive.

    Shulou · 2022-06-03 06:57
  • A picture of Get basic testing terminology

    A picture of Get basic testing terminology

    The so-called term is a collection of concepts used in a particular discipline. Represents the special concept of each profession, so the scope of use is limited to a certain industry or product. The technical terms in this section are only for the field of software testing, and a small part of them relate to the scope of software development and management. For newcomers to software testing

    Shulou · 2022-06-03 06:57
  • Fabric v1.4 kafka mode (TLS is not enabled), multi-node server deployment to dynamically add organizations

    Fabric v1.4 kafka mode (TLS is not enabled), multi-node server deployment to dynamically add organizations

    Fabric v1.4 kafka mode (TLS is not enabled), multi-node server deployment, to dynamically add the organization 1. Environment preparation here uses Ali cloud ECS host (2-core 4G, production environment upgrade configuration according to the actual environment) must specify hostsnamefabr

    Shulou · 2022-06-03 06:57
  • Principle and practice of Flink, a rookie of streaming processing

    Principle and practice of Flink, a rookie of streaming processing

    With the wide application of big data technology in various industries, there are more and more requirements for real-time processing of massive data, and the business logic of data processing is becoming more and more complex. traditional batch processing and early streaming frameworks are becoming more and more difficult in terms of delay, throughput, fault tolerance and ease of use.

    Shulou · 2022-06-03 06:57
  • When the website is maliciously browsed traffic

    When the website is maliciously browsed traffic

    When the website is maliciously brushed traffic will have three consequences: 1. Causes the target server to be overloaded and inaccessible. two。 Most of the space is limited to traffic, and the station must be shut down when the traffic is used up. 3. Influence ranking solution: this kind of malicious is not easy to defend, generally, Ali Yun has its own protection, and then its own website.

    Shulou · 2022-06-03 06:57
  • Several global DEM data sources

    Several global DEM data sources

    SRTMDLR SRTM X-band data: DLR is the abbreviation of German Aerospace Center. 2000 when the Space Shuttle Endeavour carried out SRTM (Space Shuttle Radar Topographic Mapping Mission), Germans also used their own radar to measure global terrain data, while DLR used higher-precision radar.

    Shulou · 2022-06-03 06:57
  • How Python creates and uses dictionaries

    How Python creates and uses dictionaries

    Python is a cross-platform computer programming language. Is a high-level combination of interpretive, compiled, interactive and object-oriented scripting language. Originally designed to write automated scripts (shell), with the constant update of versions and the addition of new features of the language, the more

    Shulou · 2022-06-03 06:57
  • Metrics types and logs of hadoop

    Metrics types and logs of hadoop

    Hadoop concept Hadoop is a software framework capable of distributed processing of a large amount of data. Hadoop processes data in a reliable, efficient, and scalable manner. Hadoop is reliable because it assumes that computational elements and storage will fail, so it dimensions

    Shulou · 2022-06-03 06:57
  • What are the common notes in SpringMVC

    What are the common notes in SpringMVC

    [introduction to SpringMVC] SpringMVC is a follow-up product of SpringFrameWork and has been integrated into Spring Web Flow. The Spring framework provides full-featured MVC for building Web applications

    Shulou · 2022-06-03 06:57