Get the App
  • A quick introduction to blockchain (5)-- the evolution of blockchain technology

    A quick introduction to blockchain (5)-- the evolution of blockchain technology

    Quick introduction to blockchain (5)-- Evolution of blockchain technology 1. The development of blockchain technology Bitcoin blockchain is oriented to the transfer scenario and supports simple script calculation. If more complex computing logic is introduced, it will be able to support more application scenarios, namely intelligent contracts (Smart Contract).

    Shulou · 2022-06-03 07:30
  • How does Tomcat integrate APR?

    How does Tomcat integrate APR?

    Soft Ring download address Software Link address https://files.cnblogs.com/files/jinrf/openssl-1.0.2-latest.tar.gzhttps://files.cnblog

    Shulou · 2022-06-03 07:30
  • Collective thinking of SPL

    Collective thinking of SPL

    Different from the traditional programming language, the application of sets in SPL is very common. In fact, the most common sequences and order tables are essentially sets, which can be operated on by real sets, thus greatly improving the development efficiency and code performance. Therefore, when using SPL, you need to pay special attention to the collection

    Shulou · 2022-06-03 07:29
  • Software testing interview must be asked-- bug interaction process

    Software testing interview must be asked-- bug interaction process

    At present, the main bug management tools used in the market: Zen Tao, jira, QC, bugfree and so on. Of course, there are also some developed by our own company. However, no matter which tool, the core interaction process is similar, except that the names of the fields are different. Refer to the following two diagrams: this was done a few days ago.

    Shulou · 2022-06-03 07:29
  • How do I configure JMeter in Windows10?

    How do I configure JMeter in Windows10?

    Take the 27-inch 4K resolution, Windows10 as an example, the settings are as follows: 1. Modify the jmeter.bat file and add the following configuration (no semicolon when using the configuration) set JVM_ARGS=%JVM_ARGS%-Dswing.plaf.me

    Shulou · 2022-06-03 07:29
  • There are only functional test cases in regression testing-Bug summary series notes

    There are only functional test cases in regression testing-Bug summary series notes

    First, definition: the tester only performed the regression test of the related functions caused by the change. Second, the occurrence time period Always III, trap performance 1. Only the system or software functions have been tested. The regression test does not include system quality test 3. Regression testing without constraints on architecture, design, and implementation IV. Negative consequences 1

    Shulou · 2022-06-03 07:29
  • What does the tester do during the requirements review?

    What does the tester do during the requirements review?

    Students who have studied testing theory must know that the first step for testers to participate in the project is requirements review, but many test students report that they seldom participate in requirements review and seldom call testers to participate in requirements meetings. I think on the one hand, it may be a matter of cooperation among the various roles in the process. On the other hand,

    Shulou · 2022-06-03 07:29
  • Introduce MongoDB in detail

    Introduce MongoDB in detail

    1. Overview (1) version history 0.x start node 1.x supports replication set and shard 2.x richer database functions 3.x merges a Wired Tiger company specializing in database engine, and the more perfect surrounding ecological environment 4.x supports distributed transaction M

    Shulou · 2022-06-03 07:29
  • Elasticsearch cluster self-protection configuration

    Elasticsearch cluster self-protection configuration

    The main reason for Elasticsearch cluster self-protection configuration configuration debugging is to protect ES cluster from self-protection, avoid business staff from writing violent query statements, occupy a lot of memory or CPU will directly check and hang the es cluster. All values in the document are reference values, specific

    Shulou · 2022-06-03 07:29
  • How to do a good job in requirements review?

    How to do a good job in requirements review?

    The death of requirements Review has been reduced to a superfluous existence in the process of software project management, and many enterprises have always muddled along in the face of this matter. Perhaps due to the lack of technical personnel, from product to design to development to testing, one person arranged it, and naturally felt that the requirements review was not necessary.

    Shulou · 2022-06-03 07:29
  • How do I set up github to associate and automatically close issue when submitting code?

    How do I set up github to associate and automatically close issue when submitting code?

    Github is a commonly used code hosting platform, and its functions are constantly expanding. Recently, it has switched from JIRA management development task to issues using Github. The advantage is that it is lightweight and simple, and is directly related to the code base. First, to create and manage issue, you should first create a code

    Shulou · 2022-06-03 07:29
  • How to annotate fields in Spring Boot and use SQL query to encrypt data

    How to annotate fields in Spring Boot and use SQL query to encrypt data

    1. Note field: @ Column (name = "phone", length = 100) @ ColumnTransformer (read = "AES_DECRYPT (UNHEX (phone),'ae)

    Shulou · 2022-06-03 07:29
  • A simple example of java connecting to SAP

    A simple example of java connecting to SAP

    Recently, the sap interface needs to be called in the project. I read a lot of articles before debugging successfully. The summary is as follows: step 1: add sapjco3.rar to the classpath of the project. Step 2: add sapjcorfc.dll and sapjco3.dll (I make

    Shulou · 2022-06-03 07:29
  • How do I configure fastjson to automatically use the latest version?

    How do I configure fastjson to automatically use the latest version?

    Maven is an Apache open source project management tool, based on the project object model POM (Project Object Model), defines configuration information in a pom.xml file, manages project construction, and provides other advanced management tools. In po

    Shulou · 2022-06-03 07:29
  • The way to further study of kafka (2) introduction of kafka and explanation of technical terms

    The way to further study of kafka (2) introduction of kafka and explanation of technical terms

    Table of contents: 1. Introduction to kafka. What is kafka? What is the design goal? 2. Advantages and disadvantages of kafka 3. Explanation of technical terms in kafka official website: http://kafka.apache.org/introkafka Chinese

    Shulou · 2022-06-03 07:29
  • Analysis of HDFS Architecture and Design

    Analysis of HDFS Architecture and Design

    Author | Dazun hdfs is hadoop's distributed file system, namely Hadoop Distributed Filesystem. The following is mainly about the more important points in HDFS design, so that readers can get a glimpse of the whole picture of HDFS through a short article.

    Shulou · 2022-06-03 07:29
  • Lesson 12: Execu for Spark Streaming source code interpretation

    Lesson 12: Execu for Spark Streaming source code interpretation

    The data received by Receiver is managed by ReceiverSupervisorImpl. After receiving the data, ReceiverSupervisorImpl stores the data and reports the metadata of the data to ReceiverTrac

    Shulou · 2022-06-03 07:29
  • Hadoop~ big data

    Hadoop~ big data

    Hadoop is a distributed file system (Hadoop Distributed File System) HDFS. Hadoop is a software framework capable of distributed processing of a large amount of data. Hadoop is a reliable, efficient and reliable

    Shulou · 2022-06-03 07:29
  • Summary of installing nodejs in centos

    Summary of installing nodejs in centos

    Nodejs's rookie tutorial website http://www.runoob.com/nodejs/nodejs-install-setup.html follows the steps in the rookie tutorial to install the version of nodejs that is node

    Shulou · 2022-06-03 07:29
  • Analysis of Spark SQL Join principle

    Analysis of Spark SQL Join principle

    Analysis of Spark SQL Join principle 1. Summary of Join problems: there are six types of Join: inner,leftouter,rightouter,fullouter,leftsemi and leftanti. for individual versions of

    Shulou · 2022-06-03 07:29