Get the App
  • The making of Multi-valued Fuzzy query report

    The making of Multi-valued Fuzzy query report

    Fuzzy query and multi-valued query are often involved in data query system. We may all know something about fuzzy queries. Fuzzy matching is based on the keywords entered by the user in the parameter box, which is achieved through the like condition in SQL. On the other hand, multi-valued queries are mostly in the parameter box at once.

    Shulou · 2022-06-03 06:43
  • What is the difference between EI retrieval and CA retrieval?

    What is the difference between EI retrieval and CA retrieval?

    1 Conference article (CA) Retrieval was included in the database after the papers were read out at the international conference. 2JA (Journal article) search was not read out at the meeting, but was also included in the database by EI and sent to journals. 3, to be exact, CA search and

    Shulou · 2022-06-03 06:43
  • Update system file information

    Update system file information

    / first step: insert the product information except the mobile phone into the file / declare @ sql varchar (max) set @ sql= (select max (FEntryID) FEntryID from PAEZ_t_xsx

    Shulou · 2022-06-03 06:43
  • How is software design refined (1)-what is an excellent design?

    How is software design refined (1)-what is an excellent design?

    Abstract: at the design document review meeting of a project, all kinds of technology bulls had a "heated" discussion, and the focus of the discussion was what kind of design is beautiful! Everyone had a "heated" debate on how to OO, how to have high cohesion and low coupling, and how to reverse control. If it goes on like this, will this review meeting

    Shulou · 2022-06-03 06:43
  • Install snappy for hadoop cdh version

    Install snappy for hadoop cdh version

    one。 To install the protobufubuntu system, first ensure that you have gcc gcc-c++ libtool cmake with these environments. 1 create the file libprotob in the / etc/ld.so.conf.d/ directory

    Shulou · 2022-06-03 06:43
  • How to use timer in Linux C language

    How to use timer in Linux C language

    Write a program (library) to realize the function of timer (timer), which can provide users with timers used many times in the same process. Here, it is required to be realized by signal. The sample code is as follows: # include # in

    Shulou · 2022-06-03 06:43
  • Good programmers share the threading advanced part of big data's tutorial

    Good programmers share the threading advanced part of big data's tutorial

    Good programmers share the thread advanced part of big data's tutorial. first of all, let's talk about the life cycle of a thread. After it is created, it is not immediately in the running state, nor is it running all the time. In the declaration cycle of a thread, a thread cuts between multiple states.

    Shulou · 2022-06-03 06:43
  • Hadoop users configure ssh secret-free login

    Hadoop users configure ssh secret-free login

    General production environment Hadoop components are started by hadoop users, first of all, you need to configure hadoop users ssh secret-free login 1. Create Hadoop user [root@hadoop000 ~] # useradd hadoop [ro

    Shulou · 2022-06-03 06:43
  • Spark-shell imports third-party dependencies

    Spark-shell imports third-party dependencies

    For the existing dependencies under spark, direct import SparkContext but some third-party dependencies, you need to introduce spark-shell from the outside-- jars / home/wangtuntun/ download / nscala-t

    Shulou · 2022-06-03 06:43
  • JMeter distributed pressure measurement

    JMeter distributed pressure measurement

    1. Distributed pressure testing principle: using Master-Slave mode, using Mastercomputer to control multiple slave loaders, sending requests to the server under test, so as to support tens of thousands of large concurrency. The master computer is responsible for the distribution, start, stop and slave of the test script.

    Shulou · 2022-06-03 06:43
  • (version customization) lesson 18: graceful stop of Spark Streaming hollow RDD processing and stream handlers

    (version customization) lesson 18: graceful stop of Spark Streaming hollow RDD processing and stream handlers

    Content of this issue: 1. RDD is empty in Spark Streaming 2. Streaming Context program stop mode Spark Streaming application program is produced according to the Batch Duration set by us

    Shulou · 2022-06-03 06:43
  • Hdfs-site.xml configuration

    Hdfs-site.xml configuration

    The configuration of hdfs-site.xml for 1.hadoop is as follows: dfs.namenode.secondary.http-address

    Shulou · 2022-06-03 06:43
  • Devops practice: full-featured team

    Devops practice: full-featured team

    The concept of full-function team devops has been popular for some time, and the industry is looking forward to it. In fact, software companies have been on the old path for many years, and now they can no longer keep up with the development of the times. The original software development cycle is long, and the supporting capacity of the product may not be able to meet the rapidly changing business.

    Shulou · 2022-06-03 06:43
  • ServiceComb actual combat

    ServiceComb actual combat

    ServiceComb practical combDemo step 1: configure POM 4.0.0 cn.qchcolud comb

    Shulou · 2022-06-03 06:43
  • AI Studio Educational Edition Review: can AI really enter the campus?

    AI Studio Educational Edition Review: can AI really enter the campus?

    With the development of technology and the widening of application scenarios, artificial intelligence is no longer regarded as a new concept. To some extent, artificial intelligence has been regarded as the existence of water or air. But the broad prospects for development are seriously out of line with the shortage of domestic talent reserves-- according to LinkedIn's previous report.

    Shulou · 2022-06-03 06:42
  • SpringCloud Gateway gets request body response write

    SpringCloud Gateway gets request body response write

    Don't say much, just put the code / * * @ author liuhanling * @ create 2018-12-14 20:01 * @ desc * / @ Slf4j@Componentpublic class

    Shulou · 2022-06-03 06:42
  • Elasticsearch:RestClient+SearchSourceBuilder use case

    Elasticsearch:RestClient+SearchSourceBuilder use case

    1 Preface RestClient is a lower-level API, which uses a high-level API based on its encapsulation, namely RestHighLevelClient. The dependencies to be added are as follows: org.elasticsearch elast

    Shulou · 2022-06-03 06:42
  • Look at hadoop RPC again.

    Look at hadoop RPC again.

    Let's take a look at an article written by hadoop PRC called "hadoop RPC from entry to temporary abandonment". Now after roughly reading "Hadoop 2.xHDFS Source Code Analysis" for the first time, I feel that the overall understanding of HDFS has risen to a higher level.

    Shulou · 2022-06-03 06:42
  • A case of performance Optimization of balance sheet with large amount of data in SAP system

    A case of performance Optimization of balance sheet with large amount of data in SAP system

    With the fixed reporting tool, it is not difficult to realize the requirements of complex format and arbitrary combination of index parameters, but when the amount of original data is large, the query will be very slow, and the user experience will become very poor, when there are multiple concurrent requests. It will even have an impact on normal business! But the aggregator is good at dealing with this kind of problem.

    Shulou · 2022-06-03 06:42
  • Using CORS to solve vue.js django Cross-domain call

    Using CORS to solve vue.js django Cross-domain call

    Cross-Origin Resource Sharing (CORS) cross-domain resource sharing is a specification of browser technology, which provides a way for Web services to send sandboxie scripts from different domains to avoid the browser's homologous strategy. It is JSONP mode.

    Shulou · 2022-06-03 06:42