Use 3.7W to talk with you about Java network programming
Yesterday, I went home by car and punched in a force buckle on the car. After I finished, I was bored. I saw that I had collected Akka before. I vaguely remember that it was an execution unit smaller than a thread (that's what I understood at that time). In addition, I learned from Golang before and saw the way that Goroutine can handle request ...
Posted by tim_ver on Wed, 27 Oct 2021 10:19:44 +0200
Load balancing related
catalogue
1, LVS-DR
1. Characteristics of lvs-dr mode
2. ARP problem in LVS-DR
3. Deploy LVS-DR load balancing cluster
Architecture Overview
Installation environment
Formal deployment
ย Configure NFS shared storage
ย Configure WEB node server
ย WEB2
2, Kept
1. General
Why keep alive
What is kept alive
ย Important ...
Posted by lilRachie on Tue, 26 Oct 2021 00:56:50 +0200
Some learning and Thinking on Web shell exemption -- Taking PHP as an example
preface
When using webshell, killing free is something to consider. To put it bluntly, my webshell has to be usable! Therefore, this article does a webshell free learning, which is mainly a sentence of php
1, About webshell
The so-called web shell is to send a file written by malicious code (i.e. shell) to the server. The client connects ...
Posted by sholtzrevtek on Sun, 24 Oct 2021 05:10:31 +0200
Python Network Programming
Python Network Programming
Python provides two levels of access to network services:
1. Low level network services support basic sockets. It provides a standard BSD Sockets API, which can access all methods of the Socket interface of the underlying operating system. 2. The high-level network service module SocketServer provides a server cente ...
Posted by solarisuser on Sat, 23 Oct 2021 07:19:20 +0200
Neural network -- pytoch implementation of residual network Restnet18
Neural network -- pytoch implementation residual network ResNet18
preface
ResNet18 is a reference ๐ https://www.bilibili.com/video/BV1154y1S7WC?share_source=copy_web It is realized by the idea of building ResNet. If there are errors or other problems, please point them out!!!
In addition, this paper only introduces the idea of implement ...
Posted by g_p_java on Fri, 22 Oct 2021 05:23:50 +0200
LVS-DR mode + Keepalived high availability cluster
introduction
In this highly information-based IT era, the production system, business operation, sales and support, daily management and other links of enterprises increasingly rely on computer information and services, resulting in a large increase in the demand for the application of high availability technology, so as to provide conti ...
Posted by netpants on Wed, 20 Oct 2021 22:07:46 +0200
โ๏ธ Suzhou program big white uses ten thousand words to analyze Python Network Programming and Web programming โ๏ธ < โค๏ธ Remember to collect โค๏ธ>
catalogue
๐ณ๏ธโ๐ Let's talk!!!! ๐ณ๏ธโ๐ Suzhou program Dabai ๐ณ๏ธโ๐
๐ Blogger introduction
๐ Personal home page: Suzhou program white
๐ค The author introduces: member of China DBA Alliance (ACDU) and administrator of program ape (yuan) gathering place of CSDN all over the country. Currently engaged in indu ...
Posted by snascendi on Wed, 20 Oct 2021 08:29:20 +0200
redis-sentinel cluster (k8s script)
1 redis backup
It is recommended that rdb and aof be turned on simultaneously.rdb is on by default and aof is off by default.Refer to rdb and aof for additional details http://blog.csdn.net/guoxingege/article/details/48780745
1.1Redis.confConfiguration Details
requirepass 123456
## The following is the rdb confi ...
Posted by Alt_F4 on Tue, 14 Jul 2020 16:40:04 +0200
BZOJ2400:[Spoj 839]Optimal Marks (Minimum secant)
Portal
Topic:
Given an undirected graph, the point values of some points have already been given, and the point values of some points can be freely chosen.Defines an edge with a weight of two points XOR.These points are required to be assigned a value so that the weights of the last edge are the smallest, and the point values at this time ar ...
Posted by w1ww on Sat, 11 Jul 2020 17:11:45 +0200
BZOJ2400:[Spoj 839]Optimal Marks (Minimum secant)
Portal
Topic:
Given an undirected graph, the point values of some points have already been given, and the point values of some points can be freely chosen.Defines an edge with a weight of two points XOR.These points are required to be assigned a value so that the weights of the last edge are the smallest, and the point values at this time ar ...
Posted by mmj on Sat, 11 Jul 2020 17:10:53 +0200