(CHER you up) Vue router

vue:Router route Cognitive routing Simple understanding 1. Terms in network engineering 2. Routing (Wikipedia): the activity of transmitting information from the source address to the destination address through the Internet Back-end routing The back end processes the mapping relationship betwee ...

Posted by Thuy on Fri, 06 Mar 2020 12:19:14 +0100

Getting started with tensorflow 2.0

Getting started with tensorflow 2.0 1, What is TensorFlow 2, hello world 3, A simple TensorFlow program 4, Image classification 1. Get Fashion MNIST data set 2. Explore data 3. Processing data 4. Network construction 5. Training and verification 6. forecast 1, What is TensorFlow TensorFlow is ...

Posted by AAFDesign on Thu, 05 Mar 2020 12:20:45 +0100

The realization of the series of YOLO neural networks by HLS

I. Introduction Since November 2019, I have been learning to use HLS to realize CNN convolutional neural network and accelerate the algorithm of YOLO. But there is only the basis of image processing, no research on AI, and a little bit of HLS foundation in graduate school has long been forgotten. I ho ...

Posted by optik on Wed, 04 Mar 2020 05:17:58 +0100

docker builds nextcloud private cloud disk

Knowledge background Nextcloud is a branch of ownCloud, which was created after Frank caliche, the original developer of ownCloud, left. NextCloud is an open source network hard disk system. Anyone can get the NextCloud program freely, and build a private and free network hard disk in the home or ...

Posted by cardio5643 on Tue, 03 Mar 2020 08:27:27 +0100

Can I automatically add file builds when using Visual Studio?

I just want to know how to use Visual Studio (2005) to automatically add builds (and versions?) to my files. If I look for a property that says C:\Windows\notepad.exe, the Version tab will display "File version: 5.1.2600.2180.". I want to get these cool numbers in my dll Version, instead of Version 1.0.0.0, let's face it a little ...

Posted by switchdoc on Sun, 01 Mar 2020 14:08:29 +0100

Linux? Rights management

Linux Article directory Linux 1. Introduction to authority 2. Authority management command 2.1 command chmod to modify permissions 2.2 modify command chown of file owner and group 2.3 modify file group command chgrp 3. mask code 4. linux security context and special permissions 4.1 linux securit ...

Posted by shooka on Sat, 29 Feb 2020 05:37:48 +0100

Building Flink cluster with Docker

Article directory Preface Method 1: build with docker command Mode 2: build using docker compose How to view Flink clusters and logs View cluster through web View log command Answering questions and dispel doubts Preface Recently, I contacted docker and wanted to play in a Flink cluster. I se ...

Posted by wchris on Thu, 27 Feb 2020 06:01:27 +0100

Huawei Network - firewall dual machine hot standby experiment (VGMP, HRP protocol)

Article directory Preface: 1, Huawei firewall dual hot standby overview 1.1 hot standby concept of firewall 1.2 hot standby features of firewall 1.2.1 priority of vgmp 1.3 Huawei firewall dual machine hot standby mode 1.4 state transition and working process of vgmp 1.5 working principle of vgmp (in ...

Posted by kausee on Wed, 26 Feb 2020 13:20:45 +0100

How to implement AWS Lambda&Fargate service free underlying technology

1, AWS Serverless service In recent years, AWS highly advocates the serverless mode. Since Lambda released in 2014, serverless mode has become popular. Then, AWS Fargate service was launched in 2017, which was applied to its own container service platform ECS. In 2019, EKS also successively supported AWS Fargate. Now, more users use serverles ...

Posted by sales@gmba.dk on Wed, 26 Feb 2020 10:15:11 +0100

Data structure and algorithm Series IV (single chain table)

1. introduction 1.1. Why study data structure and algorithm? Some people say that data structure and algorithm, computer network, and operating system are the same, away from daily development, except for the interview may not be used in this life! Some people say that I do business development. As long as I am proficient in API, framework ...

Posted by MagicMikey on Tue, 25 Feb 2020 06:32:34 +0100