Lightweight RPC Design and Implementation Version 1

What is RPC RPC (Remote Procedure Call Protocol), a remote procedure call, has the common explanation that a client calls an object that exists on a remote computer without knowing the details of the call, just like an object in a local application, without knowing the protocol of the underlying network technology. Simple overall workflow The r ...

Added by varai on Wed, 19 Feb 2020 19:01:20 +0200

Convolutional neural network of pytorch task05

Convolutional neural network of pytorch task05 Article directory Convolutional neural network of pytorch task05 1. Basis of convolution neural network 1.1 two dimensional convolution 1.2 filling and stride 1.3 multiple input channels and multiple output channels 1.4 comparison between convolution ...

Added by BRAINDEATH on Wed, 19 Feb 2020 12:54:00 +0200

Attention Mechanism and Seq2seq Model of Tak04-2 Attention Camp for DataWhale Group

Attention mechanism In section Encoder-Decoder (seq2seq), the decoder relies on the same context vector to obtain input sequence information at each time step.When the encoder is a circular nerve network, the background variable comes to the hidden state of its final time step.The source sequence inpu ...

Added by FezEvils on Wed, 19 Feb 2020 05:38:48 +0200

High availability load balancer under public cloud (Huawei)

High availability load balancer under public cloud (Huawei) High available load balancer option VIP+NGINX node ip node1 10.0.0.11 node2 10.0.0.12 node3 10.0.0.13 VIP 10.0.0.10 It is easy to operate on the virtual machine. For details, see Nginx and keepalived of Beijing strivers to achie ...

Added by Alffallen on Tue, 18 Feb 2020 13:33:12 +0200

11, Blockchain learning Hyperledger Fabric (based on release-1.0) chain code development marbles management

Chain code development marbles management 1. overview 2. marble marbles management 2.1 implementation function 2.2chaincode chain code 2.3 write test class 2.4 running test 3 build local test environment and test chain code 3.1 mount chain code 3.2 start Network Environment 3.3 enter chain code co ...

Added by griffith on Tue, 18 Feb 2020 08:39:03 +0200

Learn python-day02-22--From Python Distributed Crawler Creating Search Engine Scrapy

Section 366, Python Distributed Crawler Build Search Engine Scrapy Speech - bool Combinatorial Query of Elicsearch bool query description filter:[], field filtering, does not participate in scoring Must:[], if there are multiple queries, they must satisfy [and] should:[], if there are multiple queries, ...

Added by jonshutt on Tue, 18 Feb 2020 05:14:49 +0200

12306 Ticket Snapping Series, as long as the source of RAIL_DEVICEID is found, ticket Snapping will not drop line from here (middle)

Go straight to focus High-rise building for key clues The most typical network request in Js file is asynchronous callback, which complicates the original simple operation. If you wait for me, I wait for him, he still waits for her. The direct result is that the entire request process reverses, and ass ...

Added by joshuamd3 on Mon, 17 Feb 2020 07:22:03 +0200

Genetic algorithm for TSP (C + + implementation)

[question definition] 1. Traveling salesman problem Given a group of n cities and the direct distance between them, find a closed journey, so that each city just passes through once and the total travel distance is the shortest. TSP problem, also known as the problem of cargo carrier, is an old prob ...

Added by PhpxZ on Sun, 16 Feb 2020 06:53:15 +0200

k8s deployment zabbix monitoring system

Introduction to zabbix Zabbix is a network monitoring and management system based on Server-Client architecture.It can be used to monitor the status of various network services, servers, network machines, and so on.Zabbix uses MySQL, PostgreSQL, SQLite, Oracle, or IBM DB2 to store data.Server is based on C language and Web front-end is based o ...

Added by kaje on Sat, 15 Feb 2020 20:35:42 +0200

golang | windows platform golang environment building (after passing the pit)

background My environment Windows 10 (detailed version doesn't matter) go latest version vscode editor (not IDE, IDE needs money for goland) Guangzhou China Mobile Network golang installation download The official website https://golang.org can't be opened in China. All the reasons are clear. Do ...

Added by Crysma on Fri, 14 Feb 2020 13:40:11 +0200