PostgreSQL installation tutorial of girlfriend metropolis

Pure Linux PostgreSQL offline installation tutorial for girlfriend PostgreSQL database installation, based on version 10.5.1, Use *. gz binary compression package to install manually on Linux system. Installation package: postgresql-10.5.1-linux-x64-binaries.tar.gz 1. Create postgres user groupadd p ...

Posted by PHP_PhREEEk on Sat, 13 Jun 2020 20:33:40 -0700

Spring event pattern application

I'm the interviewer of Microsoft YaHei: it's 85 years old Me: Well, 35 Interviewer: that should be very experienced. Let's talk about spring Me: OK, I've used this for more than 10 years. You can ask me whatever you like Interviewer: have you ever used events in Spring? Me: Yes Interviewer: can you exp ...

Posted by fordyh on Fri, 12 Jun 2020 04:11:34 -0700

[Abp vNext microservice practice] - Business Development

In the previous several articles, we introduced abp vNext microservice framework, development environment construction and access to the front-end framework of vue element admin respectively. After the basic functions of user role management are implemented in vue element admin, we can start business development. This article will introduce how ...

Posted by lou28 on Fri, 12 Jun 2020 03:15:14 -0700

Node.js The use of Express framework

Node.js The use of Express framework Node.js The use of Express framework 1 Introduction to express framework 1.1 introduction and features of express framework 1.2 preliminary use of Express 2 Express framework Middleware 2.1 middleware introduction two point two app.use Usage of Middleware 2.3 ...

Posted by ThatGuyBob on Fri, 12 Jun 2020 00:59:16 -0700

Mybatis powerful result mapper ResultMap

1. Preface The resultMap element is the most important and powerful element in MyBatis. It frees you from 90% of JDBC ResultSets data extraction code, and in some cases allows you to perform operations that JDBC does not support. In fact, when writing mapping code for complex statements such as conn ...

Posted by neoson on Fri, 12 Jun 2020 00:27:50 -0700

Daily fresh Django project

1. E-commerce mode B2B: Business to Business (Alibaba) C2C: customer to consumer B2C: Business to Customer C2B: Customer to Business individual to enterprise (commodity house matching) (individual demand, enterprise production) O2O: Online to Offline (meituan, hungry) F2C: Factory to Customer ...

Posted by sparshdharam on Thu, 11 Jun 2020 22:41:21 -0700

MySQL Summary Table Join Query (Internal and External Joins) - Detailed

Table Join Query 1. What is a multi-table query Preparing data # Create Department Table create table dept( id int primary key auto_increment, name varchar(20) ) insert into dept (name) values ('Development Department'),('Marketing Department'),('Finance Department'); # Create employee table create table emp ( id int primary key auto_in ...

Posted by 8ta8ta on Thu, 11 Jun 2020 18:00:37 -0700

Technology sharing | review MySQL's MTS

Author: Hong bin The person in charge and technical service director of akerson South District, MySQL ace, is good at database architecture planning, fault diagnosis, performance optimization analysis, with rich practical experience, helping customers in various industries to solve MySQL technical problems, and providing overall MySQL solutio ...

Posted by rurouni on Thu, 11 Jun 2020 01:26:48 -0700

SpringBoot + Redis solve the problem of repeated submission (idempotent)

In development, an exposed interface may face a large number of repeated requests in an instant. If you want to filter out repeated requests and cause damage to the business, you need to implement idempotent Idempotent: Any number of executions has the same impact as a single execution. The final meani ...

Posted by sdi126 on Wed, 10 Jun 2020 22:41:29 -0700

Alibaba Nacos registry of Spring Cloud series

This is a series of articles. If you haven't read the first episode, please jab here: Alibaba Nacos registration center of Spring Cloud series (I) This article introduces the construction of Nacos registry cluster environment.    Construction of Nacos cluster environment    The cluster mode is the same as our usual capacity expansion. It ca ...

Posted by moselkady on Wed, 10 Jun 2020 22:20:24 -0700