Detailed explanation of Java response object
1 response object
1.1 overview of response objects
1.1.1 about response
Response, which indicates that the server has received the request and has completed the processing, and informs the user of the processing result. In short, it means that the server informs the client of the processing result of the request. In B/S architecture, the ...
Added by davidprogramer on Sun, 30 Jan 2022 11:28:18 +0200
Demonstration of the most basic configuration of nginx
Reverse proxy
Reverse proxy diagram
Configuration file nginx conf
Just configure the proxy in the server_ Pass is OK. Everything else is the default.
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker ...
Added by noimad1 on Sun, 30 Jan 2022 09:16:55 +0200
High availability of RabbitMQ cluster for beginners
RabbitMQ cluster
rabbitmq has three modes, but the cluster mode is two.
As follows: the first mock exam is that single machine does not cluster, and runs rabbitmq alone. I've been using it before
Normal mode: the default mode. Take two nodes (A and B) as an example When the message enters the Queue of node A and the consumer consumes from ...
Added by webrajesh on Sun, 30 Jan 2022 02:55:01 +0200
ubuntu 18.04 reproducing OpenPCDet training evaluation visual loss function from scratch
ubuntu 18.04 reproducing OpenPCDet
preface:
I've installed NVIDIA 460 91.03 driver, and cuda 10.1 is also installed. However, because spconv (giant pit Library) needs to be installed in OpenPCDet, cuda above 10.2 can only pip install spconv of version 2.0, otherwise the old version of spconv is too difficult to install (countless pits). There ...
Added by webslinger on Sun, 30 Jan 2022 01:25:52 +0200
Squid log analysis tool, yyds!!!
preface
Today, I'd like to introduce a commonly used Squid log analysis software to you. I hope it can be used by helpful students in their daily work in the future.
Sarg: full name: Squid Analysis Report Generator, is a Squid log analysis tool, which lists the Internet website information, time occupation information, ranking, connection tim ...
Added by Sekka on Sat, 29 Jan 2022 21:28:03 +0200
N63044 - week 6
Advanced shell script 1. ubuntu network configuration (61 minutes) 2. shell script programming purchase price while loop and control (46 minutes) 3. shell script advanced shift and select(49 minutes) 4. shell script advanced function implementation (57 minutes) 5. shell script advanced function recursion and signal capture (61 minutes) 6. shell ...
Added by centered effect on Sat, 29 Jan 2022 18:52:48 +0200
LVS introduction and NAT mode configuration and implementation of Linux Enterprise load cluster
1, Introduction to LVS 1.LVS(Linux Virtual Server), load scheduler, kernel integration 2.LVS architecture The server cluster system based on LVS architecture consists of three parts: Loader balancer (load balancing layer), server array (middle server group layer) and shared storage (data shared storage layer). 3. Working principle of LVS
When ...
Added by Z3roDowner on Sat, 29 Jan 2022 17:30:41 +0200
Kernel modular programming
catalogue
Introduction to the concept of kernel module
Dynamic modular programming framework
Module loading function
Module unloading function
Open source protocol and declaration of module
Module compilation Makefile template
Programming steps of single module
1 write the kernel module file test c
2. Write Makefile
3 compile and gene ...
Added by Morbius on Sat, 29 Jan 2022 15:01:36 +0200
Read INI configuration file
preface
. ini file is the abbreviation of Initialization File, i.e. Initialization File. It is the storage format adopted by the system configuration file of windows, which manages all configurations of windows. When developing programs, we often use ini files to configure software information. In particular, we need to display a large a ...
Added by stanleyg on Sat, 29 Jan 2022 11:44:54 +0200
graylog4.0 cluster setup
Catalogue of series articles
Tip: you can add the directories of all articles in the series here. You need to add the directories manually For example: the first chapter is the use of pandas, an introduction to Python machine learning
Tip: after writing the article, the directory can be generated automatically. For how to generate it, pleas ...
Added by phpdev12 on Sat, 29 Jan 2022 11:40:20 +0200