0663-6.2.0 - Get CDSW login information through Nginx

Fayson's github: https://github.com/fayson/cdh project Recommend the public number "Hadoop Practice", ID: gh_c4c535955d0f 1 Document Writing Purpose Task Background: We need to record the audit information of CDSW login, such as when th ...

Posted by NiteCloak on Fri, 13 Sep 2019 07:40:47 +0200

Why is the statefulset application of k8s learning notes always pending

Why can't k8s pv and PVC bind together The statefuse is used to deploy statefuse applications. The application is always in pending state. Before starting, it introduces what statefuse is. In k8s, deployment is used to manage stateless applications. The statefuse is used to manage stateful applications, such as redis, mysql, zookper and othe ...

Posted by Prine on Thu, 12 Sep 2019 13:10:00 +0200

Student Course Selection System-Swing+MySQL

Student Course Selection System-Swing+MySQL(2) JTable form is absolutely an important part of the interface of this course selection system. After all, as a course selection system, most of the information is displayed through JTable form. Through ...

Posted by prue_ on Thu, 12 Sep 2019 11:22:23 +0200

FlutterGo Backend Knowledge Point Extraction: midway+Typescript+mysql(sequelize)

Preface about FlutterGo Maybe not too much introduction. If you have a buddy you first heard of, you can move around. FlutterGo official website Check out a brief introduction. FlutterGo has many updates in this iteration. In this update, the author is responsible for developing the back end and the corresponding client part. Here is a brief i ...

Posted by PhantomCube on Wed, 11 Sep 2019 06:25:03 +0200

Spring Boot External Servlet Container and docker

It mainly includes the steps and principles of using the external servlet container, and the introduction and core concepts of docker. 1. Use an external Servlet container Embedded Servlet Containers: Applications typed into executable jar s Advan ...

Posted by superpimp on Wed, 11 Sep 2019 05:41:35 +0200

Spring Cloud Alibaba | Seata for Microsoft Distributed Transactions

Relevant versions of Spring used in this battle:SpringBoot:2.1.7.RELEASE Spring Cloud:Greenwich.SR2 Spring CLoud Alibaba:2.1.0.RELEASE 1. Overview In the process of building micro-services, no matter what framework or components are used to build them, there is no question about how business operations across services can maintain data consist ...

Posted by fantasticham on Wed, 11 Sep 2019 03:03:09 +0200

spring-boot learning: 7. Default configuration of database connection

To learn a knowledge point, the first thing is to check the official documents: https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/htmlsingle/#boot-features-sql Spr-boot chooses HikariCP (known as the fastest and most powerful) as the d ...

Posted by pandaweb on Tue, 10 Sep 2019 11:26:27 +0200

linux backs up mysql regularly and synchronizes to other servers

Data is the core asset in any company, and regular backups are designed to ensure that when the database is in trouble, it can be rolled back to the nearest backup point in time, minimizing loss This article will cover two parts: 1. periodic backup of mysql; 2. synchronization to other servers mysql backup Backup Restore a Database Back ...

Posted by jvanv8 on Tue, 10 Sep 2019 04:52:58 +0200

Using Docker file to build Docker images for SpringBook applications

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall brief introduction Last time I wrote an article Building Docker Image with Maven Plug-in It describes the way to construct docker image through docker-maven-plugin, which relies on the self-built Registry image warehouse. This article describes another wa ...

Posted by Black Rider on Sun, 08 Sep 2019 14:10:09 +0200

Conversion of any table to JSON string (including paging) based on MySQL

1. Problem Description input Table Name of an Arbitrary Data Table What page is it? Number of entries per page output JSON array string for this table (each row of data corresponds to a JSON object) application When the client (Web or mobil ...

Posted by mydownfall on Sat, 07 Sep 2019 12:22:46 +0200