Reconfiguration of DEFROUTE and GATEWAY in Linux dual-port configuration

When configuring a machine, it follows the original network port configuration, modifies the name of the network port, and changes all em1 to eth0.   mv ifcfg-em1 ifcfg-eth0 mv ifcfg-em2 ifcfg-eth1   After the modification, the machine became unstable, often stuck and started incorrectly:     There are three problems encountered in th ...

Added by dmdmitri on Wed, 31 Jul 2019 18:01:39 +0300

Paging's application in Recycler View, this article is enough.

Preface AAC is a very good set of framework components. If you haven't understood it yet, I recommend you to read my previous series of articles: Android Architecture Components Part1:Room Android Architecture Components Part2:LiveData Android Architecture Components Part3:Lifecycle Android Architecture Components Part4:ViewModel After a year' ...

Added by schlag on Wed, 31 Jul 2019 17:48:21 +0300

Tensorflow Faster RCNN Source Resolution (TFFRCNN) train.py

This blog is on github CharlesShang/TFFRCNN Edition Source Parsing Series Code Notes -------------------------------------------------------------------------------------------------------------------------------------------- Wu Jiang, the author of this paper ------Click here to link to the original text of Blog Garden------   _ DEBUG def ...

Added by DssTrainer on Wed, 31 Jul 2019 09:54:44 +0300

Network Flow (Miscellaneous Records)

Simply speaking, network flow is an algorithm for judging the maximum flow from S to T in the graph. It's not difficult. Look at it well. Here are a few blogs to recommend: (Code Reference No. 2) Look at this first: https://blog.csdn.net/mmy1996/article/details/71056041 The most detailed description: ht ...

Added by jswash on Wed, 31 Jul 2019 04:37:14 +0300

Kubernetes Implements Guestbook Message Board

Base environment System version: CentOS Linux release 7.5.1804 (Core) Kubernetes version: kubernetes 1.3 Project Background Guestbook message board system will be built through Pod, RC, Service and other resource objects, and a "Hello World" message will be displayed in the web page after successful launch.Its system architecture is ...

Added by suncore on Tue, 30 Jul 2019 22:15:59 +0300

Selectect and select or multiplexing to create socket links

After learning, we understand that i\o blocks I o, non-blocking I o, I O multiplexing, asynchronous I o, an I O operat io n is actually putting data into the kernel cache, and from this copy down, the user actually only calls this interface I/O communication is actually a user invoking a kernel interfac ...

Added by Ne.OnZ on Tue, 30 Jul 2019 04:12:24 +0300

2019 HDOJ Multi-University Training Contest Stage 3

Today it's very autistic...Continue Pot+. Title Link: http://acm.hdu.edu.cn/contests/contest_show.php?cid=850 A: Convex hull + interval dp. B: Graph Thesis. C: Spot division.For a reference blog: https://www.cnblogs.com/uid001/p/11266021.html D: Title maximum minimum, obviously two points. Set each answer to x, how can I determin ...

Added by Ollie Saunders on Mon, 29 Jul 2019 19:49:44 +0300

Polymorphism of Object-Oriented Foundation

polymorphic Concept: A thing has many different forms. For example, water is solid and gaseous. Bumblebee: Autobots, Cars, Airplanes Official Interpretation: Multiple different classes of objects can respond to the same method and produce different results First of all, it is emphasized that polymorphism is not a special grammar, but a state, a ...

Added by Banacek on Mon, 29 Jul 2019 13:56:32 +0300

Linear Regression of PyTorch

One of PyTorch's in-depth learning framework libraries is an open source in-depth learning platform from Facebook that provides a seamless link between research prototypes and production deployments. The purpose of this article is to introduce the basic part of PyTorch, to help beginners to realize the ...

Added by mikeym on Mon, 29 Jul 2019 09:34:19 +0300

JWT VS Session VS Cookie for ASP.NET Core Web Api

Preface In this article, we will discuss the JWT VS Session. This problem is not too much to think about. When we see that comments and discussions are too heated, we spend a little time to research and summarize. By the way, this is the benefit of blogging. A blog may write with accumulated experience, or it may be learning to share, but it a ...

Added by aznjay on Mon, 29 Jul 2019 02:40:15 +0300