Common Docker container operation commands
!!!!! Container can only be created with image!!!!! , write it down, take the test!Download a centos image before you talk about the container operation command (this command is available in the previous "common Docker image operation command". Students who don't know can go to see it)
//First check centos.
[root@iz Two ze0lvzs71710m0 ...
Added by LTJason on Fri, 25 Oct 2019 06:33:01 +0300
RocketMQ transaction message learning and digging process
Background
MQ component is an indispensable tool in the system architecture. At the design level, it can reduce the system coupling, and high concurrency scenarios can also play the role of peak cutting and valley filling. From single application to cluster deployment scheme, to the current microservice architecture, MQ has been widely recogniz ...
Added by graphic3 on Sat, 19 Oct 2019 04:06:31 +0300
node Initial - - HTTP module and static file server
HTTP module
The HTTP module is one of the most important modules in the node, not one.This module provides the ability to execute HTTP services and generate HTTP requests. In fact, we will use the server written by node, mainly the HTTP module. Let's first look at the code needed by a simple HTTP server.
const http = require('http')
const serve ...
Added by robin on Sat, 28 Sep 2019 19:25:58 +0300
jsp Technology Development--jsp Built-in Object
1. Overview of built-in objects
jsp files automatically generate and declare objects when they are translated into other corresponding servlet files. We can use them directly in jsp pages, but not in global variables.
jsp's built-in objects are: application, config, exception, out, page, pageContex ...
Added by rach123 on Mon, 23 Sep 2019 06:36:02 +0300
Linux builds DHCP+DNS+WEB services (small project site!)
The experimental environment:
A GNS3
A Linux System for Centos7
A server 2016 server
Two PC s
The purpose of the experiment is:
Build a DHCP service to automatically assign IP addresses to two PC s
Setting up a DNS Resolution Server to Resolve Domain Names
Build a web server to provide two websites
Realize the interconnection of the whole en ...
Added by thebutler on Sun, 08 Sep 2019 15:16:02 +0300
Using Gitbook to Build Personal Knowledge Archiving System
I. Prerequisites
1. The Linux Server recommends to choose CentOS 7_64 bit OS, and the unregistered domain name suggests to choose Diitalocean Singapore.
Nodes are deployed.
2. Registration Requirements Link: https://m.do.co/c/038647c4bf40
3.Everyone you refer gets $100 in credit over 60 days.
4. Suggestions for choosing models:
$5 /month ...
Added by jmicozzi on Wed, 04 Sep 2019 09:36:30 +0300
PWA: Offline site access
What is offline access
Accessing a website requires a network, and when it is disconnected, it jumps to the small dinosaur page in Google Browser.
(Small dinosaurs are surprising when clicked with the mouse)
Service Worker is a feature of PWA that allows access to our website when it is disconnected.
Offline Access Principle
Normally, when you ...
Added by drisate on Thu, 29 Aug 2019 05:59:48 +0300
How Tengine Finds server Blocks
Summary
The target reader of this article is Tengine/Nginx R&D or Operations and Maintenance students. If you are very clear about this logic, you can skip it. If you have the following questions in the process of configuring or developing Tengine/Nginx, this article may be able to answer your questions for many years:
Which server block d ...
Added by fisicx on Fri, 23 Aug 2019 07:36:20 +0300
pyspider+selenium to get js loading content (with source code)
Links to the original text: https://www.jianshu.com/p/8d955deac99b
background
Recently, I've been working on forum crawlers. Crawling, suddenly encounter a forum of anti-crawler mechanism is stronger. For example: htt ...
Added by dabigchz on Wed, 21 Aug 2019 06:33:00 +0300
k8s deployment ingress nginx
brief introduction
Just take notes to prevent forgetting. What we want to achieve today is the access method above the article pictures.
k8s installation ingress nginx
First deploy the following yaml file
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml
Most of the tutorials are do ...
Added by cybercrypt13 on Wed, 21 Aug 2019 05:38:01 +0300