Java from monomer to micro-service to build real estate sales platform
Summary
Recently in learning a course "Java from monomer to micro-service to build a real estate sales platform", is also the first micro-service course I learned. Here I open a post to record the knowledge points, if there is improper, please give more advice!
Spring Mail Sends Activated Links
Function realization: Send activation li ...
Posted by TMX on Sat, 05 Oct 2019 20:35:43 +0200
An Example of Enterprise Building Doker Private Service
Enterprises Build Doker Private Service
Article directory
Enterprises Build Doker Private Service
1 Create Private Service
1.1 Pull out the mirror
1.2 Create Containers
1.3 validation
1.4 results
1.5 Configuration of Private Warehouses
1.6 Hand-upload Mirrors to Private Clothes
1.7 test
1 ...
Posted by stitchmedia on Thu, 03 Oct 2019 13:32:35 +0200
Failed to start nginx.service:unit not found when starting nginx under centos
The reason for the error is that the nginx service was not added, so the startup failed.
Solution:
1. Create a new file named nginx under / root/etc/init.d / directory
Or execute the command in the root directory: vim/etc/init.d/nginx (note that there is a space next to vim)
2. Insert the fol ...
Posted by BZorch on Mon, 30 Sep 2019 15:02:49 +0200
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
How to add a custom header to requests in the img tag
This is the requirement that you have a web page where the upload and preview of pictures come from a separate file server and the request for http requires access permissions to be set by adding an Authorization field to the request header.It's good to say that I just add a header with Axios, but previewing is more cumbersome because img is a ...
Posted by goochy808 on Thu, 12 Sep 2019 02:05:32 +0200
Django + Gunicorn + Nginx Deployment Path
Preface
Recently, I have successfully migrated my personal website from Flask to Django. It was about four years ago that I first contacted Django. I remember that routing configuration in Django was done using regularity at that time, but I was particularly tired of it, so I decided to drop the hole.Then at the beginning of this year, I wrote ...
Posted by wyvern on Wed, 11 Sep 2019 03:46:52 +0200
Smooth upgrade and rollback of Nginx version in 1 minute
Nginx is a knowledge point for operation, maintenance, development and testing. Many articles about Nginx have been written before.
Nginx Service Introduction and Installation
Introduction to Nginx Service Profile
Nginx Configuration Virtual Host
Nginx reverse proxy load balancing configuration
Nginx+Tomcat Multi-instance and Load Balancing Co ...
Posted by zingbats on Tue, 10 Sep 2019 09:15:54 +0200
ingress-nginx of Kubernetes Advancement
ingress-nginx of Kubernetes Advancement
Catalog:Best way to access applications from outside Configuration Management Three Data Volumes and Data Persistence Volumes Fourth, Re-discussion on Stateful Application Deployment Five K8S Security Mechanism
In the first place, if you choose node port to expose ports, you need to determine whether the ...
Posted by knford on Wed, 04 Sep 2019 15:11:45 +0200
Self-signed certificate issuance and verification
1. Use openSSL to generate certificatesA root SSL certificate is a certificate authority (CA) trusted by the issued certificate.Generate an RSA-2048 key and save it to a file rootCA.key.This file will be used as the key to generate the root SSL certificate.Command: OpenSSL genrsa-des3-out rootCA.key 2048You can use the key you generate to crea ...
Posted by gottes_tod on Wed, 04 Sep 2019 02:13:44 +0200
Front and Back Separation CRUD+Code Management Tool-svn
Articles Catalogue
1 Front and rear end separation crud
1.1 What is cross-domain
1.2 Added
1.3 Amendment
1.4 Delete
2 Use SVN
2.1 Installation of svn
2.2 Use of SVN
2.3 svn conflict
3 idea uses svn
3.1 Detection of items from svn Libraries
3. ...
Posted by jjmusicpro on Wed, 28 Aug 2019 13:52:28 +0200