Get the App
  • How to build a load balancing environment for Apache+tomcat+

    How to build a load balancing environment for Apache+tomcat+

    The following brings you how to build an environment for Apache+tomcat+ load balancing. I hope it can give you some help in practical application. Load balancing involves a lot of things, and there are not many theories. There are many books on the Internet. Today, we will use the accumulated experience in the industry to do it.

    Shulou · 2022-06-03 07:51
  • How to get a dictionary of NSObject attribute names and values

    How to get a dictionary of NSObject attribute names and values

    Recently, during the development process with SBJSON, it was found that SBJSON could not support custom objects, so two implementation schemes were taken into account. A method of implementing a Category of a custom object at the first layer of the SBJSON framework to support proxyForJson.

    Shulou · 2022-06-03 07:51
  • Introduction of three ways to realize load balancing in apache+tomcat

    Introduction of three ways to realize load balancing in apache+tomcat

    The following will give you an introduction to the three ways of apache+tomcat to achieve load balancing, hoping to give you some help in practical application. Load balancing involves a lot of things, not many theories, and there are many books on the Internet. Today, we will use the accumulated experience in the industry to do one.

    Shulou · 2022-06-03 07:51
  • Software build, test, and deployment automation

    Software build, test, and deployment automation

    Whether it is the traditional waterfall development mode or the agile development model popular in the Internet industry, there must be software code writing, code construction, software testing (code static analysis, unit testing, module testing and system integration testing, etc.), software deployment and other major stages. Traditional practice

    Shulou · 2022-06-03 07:51
  • JdbcTemplate of spring boot DAO

    JdbcTemplate of spring boot DAO

    Rely on org.springframework.boot spring-boot-starter-data-jpa

    Shulou · 2022-06-03 07:51
  • Hadoop 2.x HA detailed configuration

    Hadoop 2.x HA detailed configuration

    Hadoop-daemon.sh is different from hadoop-daemons.sh. Hadoop-daemon.sh can only execute locally. Hadoop-daemons.sh can execute 1. 0 remotely. Start JNhadoop-daemon

    Shulou · 2022-06-03 07:51
  • U8 final purchase order cannot be revoked and deleted

    U8 final purchase order cannot be revoked and deleted

    Problem name: final purchase order cannot be cancelled and deleted solution: 1. Execute the following statement: update po_pomain set cstate=0,cverifier=null where cpoid=' purchase order number'(emptying the order)

    Shulou · 2022-06-03 07:51
  • Spark SQL Note arrangement (3): load and save function and Spark SQL function

    Spark SQL Note arrangement (3): load and save function and Spark SQL function

    [TOC] load and save function data load (json file, jdbc) and save (json, jdbc) test code is as follows: package cn.xpleaf.bigdata.spark.scala.sql.p1import

    Shulou · 2022-06-03 07:51
  • How mysql creates backups

    How mysql creates backups

    The following content mainly brings you how to create a backup of mysql. The knowledge mentioned here, which is slightly different from books, is summarized by professional and technical personnel in the process of contact with users, and has a certain value of experience sharing. I hope to bring help to the majority of readers. Backup process creates backup directory

    Shulou · 2022-06-03 07:51
  • Appium ecological tools collection

    Appium ecological tools collection

    Adb command Appium Desktop: the core of the integrated tool Appium Server:Appium embedded with Appium Server and Inspector, command line tool Appium Clients: in various languages

    Shulou · 2022-06-03 07:51
  • Technical requirements and Architecture Evolution of Cloud Database

    Technical requirements and Architecture Evolution of Cloud Database

    The following brings you the technical requirements and architecture evolution of cloud database, hoping to give you some help in practical application. Cloud database involves a lot of things, there are not many theories, and there are many books on the Internet. Today, we will use the accumulated experience in the industry to make an answer. Today, large enterprises such as

    Shulou · 2022-06-03 07:51
  • Introduction of Flink State Management and Fault tolerance Mechanism

    Introduction of Flink State Management and Fault tolerance Mechanism

    Author: Shi Xiaogang this article is from the Flink Meetup conference held in Beijing on August 11, 2018. It is shared by Shi Xiaogang, who is currently engaged in the research and development of Blink in the Ali big data team site, and is now mainly responsible for the research of Blink state management and fault tolerance related technologies.

    Shulou · 2022-06-03 07:51
  • APP test process collection

    APP test process collection

    / 1 / Software permission 1) debit risk: including sending SMS messages, making phone calls, connecting to the network, etc. 2) Privacy disclosure risk: including accessing mobile phone information, accessing contact information, etc. 3) check the input validity, authentication, authorization, sensitive data storage and data encryption of App. 4)

    Shulou · 2022-06-03 07:51
  • Analysis of typical problems (15)

    Analysis of typical problems (15)

    After a period of writing, our data structure library has reached a certain scale. So the code we wrote before doesn't have a bit of bug? Every code has been tested before, so there is no bug, but let's analyze it to see what it is.

    Shulou · 2022-06-03 07:51
  • The pit encountered when developing your own distributed monitoring Prometheus Exporter

    The pit encountered when developing your own distributed monitoring Prometheus Exporter

    Here are some of the pits I encountered when developing my own Prometheus Exporter. The so-called pits are actually several key points that need to be noticed in the development process, which, if ignored, may lead to errors and unexpected results. If not to Prometheus

    Shulou · 2022-06-03 07:51
  • Big data platform CDH construction

    Big data platform CDH construction

    An overview of the Cloudera version (Cloudera's Distribution Including Apache Hadoop, referred to as "CDH"), a Web-based user interface that supports most Hadoop components, including H

    Shulou · 2022-06-03 07:51
  • Summary of case schemes of Hadoop secondary development project

    Summary of case schemes of Hadoop secondary development project

    Big data Hadoop application development technology is in full swing, thinking that big data is not only limited to the Internet field, but has been raised to a high level of national strategy. Big data is profoundly influencing and changing our daily life and work style. Hadoop application development

    Shulou · 2022-06-03 07:51
  • Hadoop start and stop script interpretation

    Hadoop start and stop script interpretation

    Start-all.sh starts all Hadoop daemons. Including NameNode, Secondary NameNode, DataNode, JobTracker, TaskTrackstop-all.s

    Shulou · 2022-06-03 07:51
  • Backup and recovery of mysql big data (1)

    Backup and recovery of mysql big data (1)

    Mysql big data backup and recovery-MySQL backup generally takes full database backup and log backup; after MySQL failure, you can use full backup and log backup to restore data to any location or time before the last binary log backup; this number is recorded in the binary log of mysql

    Shulou · 2022-06-03 07:51
  • Learn from me Spring Cloud (Finchley version)-01-the beginning

    Learn from me Spring Cloud (Finchley version)-01-the beginning

    Introduction to the course introduction recently a lot of children's shoes on the official account (itmuch_com) to promote the Spring Cloud series of tutorials, so there is this series. Here are a few notes / plans / answers: Q: why is it based on Finchley rather than Greenwich? A: just

    Shulou · 2022-06-03 07:51