Get the App
  • Errors encountered in a RMAN backup

    Errors encountered in a RMAN backup

    Today, I encountered an error while backing up the customer's 11g database. The backup script is as follows: run {allocate channel C1 device type disk format'D:\ backup\ ora_prim

    Shulou · 2022-06-03 07:38
  • Hadoop2.7.4+ZooKeeper3.4.10 Construction in HA Mode

    Hadoop2.7.4+ZooKeeper3.4.10 Construction in HA Mode

    1. Summary: this experiment uses the VMware virtual machine, and the linux version is CentOS7;. Since most of the five machines required for the experiment have the same configuration, configure one of them, and then use the cloning function to copy the other 4 copies and make specific modifications. Some of these steps have been configured before, here.

    Shulou · 2022-06-03 07:38
  • Regular expression of identity * sign in java

    Regular expression of identity * sign in java

    During the test, many students are not very clear about the regular expression of the identity * number in the program written by java, so I will write a blog post to explain it. First of all, understand the coding rules of the identity * number, and then write the regular expression according to the coding rule: the 18-bit identity * number coding rule is as follows: 1.

    Shulou · 2022-06-03 07:38
  • Thoughts on missing Test of BUG in the process of Mobile APP testing

    Thoughts on missing Test of BUG in the process of Mobile APP testing

    Background due to the recent exposure of bug which was only found in the site testing phase due to missed testing, especially some problems related to identity verification, authentication, payment, transaction accounting and so on, the consequences are very serious. Therefore, the missing test of bug is considered and summarized.

    Shulou · 2022-06-03 07:38
  • EventSource push of H5

    EventSource push of H5

    EventSource push (ajax general polling)

    Shulou · 2022-06-03 07:38
  • The method of helping MySQL to implement Oracl Advanced Analysis function

    The method of helping MySQL to implement Oracl Advanced Analysis function

    The following to understand to help MySQL achieve Oracl advanced analysis function method, I believe that everyone will benefit a lot after reading, the text in the essence is not much, hope to help MySQL achieve Oracl advanced analysis function method this short content is what you want. Oracle supports one

    Shulou · 2022-06-03 07:38
  • Using Sonarqube for code review in idea intellij

    Using Sonarqube for code review in idea intellij

    Sonarqube is a very powerful tool for code quality inspection and management. Can recognize many common programming languages, and can set different RuleSonar is an open source tool for code quality management, it can recognize a variety of common programming languages in the form of plug-ins.

    Shulou · 2022-06-03 07:38
  • Summary of List, Map and Set operations in Scala

    Summary of List, Map and Set operations in Scala

    1. Summary of List, Map, Set and other functions in Scala package com.scala.studyimport scala.collection.immutable. {Queue, TreeM

    Shulou · 2022-06-03 07:38
  • Software testing Learning: the process of Software Development

    Software testing Learning: the process of Software Development

    one。 Composition of the test document 1. Test Plan 2. Test case 3. Defect report 4. Test tools and automated testing 5. Measurement, statistics and summary II. What are the components of the software product? 1. Final product 2. Help file 3. User manual 4. Sample and example 5. Tags and posts 6. Product support letter

    Shulou · 2022-06-03 07:38
  • 66.Spring source code analysis-code download

    66.Spring source code analysis-code download

    one。 Introduction to the name of spring must have done Java background students will not be strange, what spring mvc, spring boot,spring family bucket and so on, so want to systematically learn the source code of spring. If you learn the source code, first of all

    Shulou · 2022-06-03 07:37
  • Websocket Services under spring-boot Framework

    Websocket Services under spring-boot Framework

    These days, we are working on the web side to show the new content of the server log file in real time. To meet the real-time needs, the solution I choose is to establish a websocket link between the web side and the server side, and the server sends the new content of the file to the web side through the tail-f command.

    Shulou · 2022-06-03 07:37
  • Hadoop startup script analysis

    Hadoop startup script analysis

    1 commands for basic overview Hadoop are located under ${HADOOP_HOME} / bin, ${HADOOP_HOME} / sbin, ${HADOOP_HOME} / libexec. Contains shell scripts and wi for Linux

    Shulou · 2022-06-03 07:37
  • Spark SQL Note arrangement (2): DataFrame programming Model and Operation case

    Spark SQL Note arrangement (2): DataFrame programming Model and Operation case

    [TOC] principle and Analysis of DataFrame Spark SQL and DataFrame1, Spark SQL is a module in Spark, which is mainly used for structured data processing. The core programming abstraction it provides is DataFram

    Shulou · 2022-06-03 07:37
  • Build a micro-service framework and test environment-7-JPA

    Build a micro-service framework and test environment-7-JPA

    1 JPA uses the step JPA=Java Persistence API,Java persistence layer API. JDK5 introduces JPA ORM to simplify Java EE development and integrate ORM technology. JPA defines JPQL (Java Per

    Shulou · 2022-06-03 07:37
  • How to use Selenium WebDriver to report Javascript errors

    How to use Selenium WebDriver to report Javascript errors

    Almost all websites use some level of Javascript to perform certain operations on UI. During manual testing, when using the chrome browser, we can check for Javascript errors by checking the console of the developer tool. To use Selen

    Shulou · 2022-06-03 07:37
  • Lintcode13 strStr solution problem solution

    Lintcode13 strStr solution problem solution

    [topic description] For a given source string and a target string, you should output the first index (from 0) of ta

    Shulou · 2022-06-03 07:37
  • The map of Wuhan migration made by Yonghong Desktop

    The map of Wuhan migration made by Yonghong Desktop

    During the Spring Festival in 2020, a sudden epidemic disrupted the rhythm of all Chinese. This is the day when the whole country is celebrating and decorated with lanterns, everyone chooses to stay behind closed doors, and the busy streets in the past become empty and silent. In order to contain the development of the epidemic, Wuhan took the feat of shutting down the city. The epidemic situation in Wuhan

    Shulou · 2022-06-03 07:37
  • Detailed analysis of common interview questions in mobile APP test 1

    Detailed analysis of common interview questions in mobile APP test 1

    Now that you are interviewing for a testing position, the requirements are very comprehensive, so what technologies are generally required for APP testing? The following summarizes the common APP test questions: the four components of 1.Android? Activity: describe the UI and handle the interaction between the user and the machine screen. In the application, a

    Shulou · 2022-06-03 07:37
  • Script for remote batch crawling of Ubuntu PC information

    Script for remote batch crawling of Ubuntu PC information

    The script for remote batch crawling of Ubuntu PC information (multiple scripts are completed) has several knowledge points: a, ssh login with password and batch execution b, nc command to check whether the port is open or not, grep-w (exact matching of words) d, grep-A (show

    Shulou · 2022-06-03 07:37
  • [summary] using Json4s to convert Scala objects to Json

    [summary] using Json4s to convert Scala objects to Json

    Object JsonExample extends App {import org.json4s.JsonDSL._import org.json4s.jackson.JsonMethods._//

    Shulou · 2022-06-03 07:37